Skip to content

Commit

Permalink
devonfw#522 :update devon4j to 2020.12.002
Browse files Browse the repository at this point in the history
  • Loading branch information
suvmanda committed Jan 28, 2021
1 parent ba494d9 commit 22765c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
= Changelog of devonfw-ide

This file documents all notable changes to https://github.com/devonfw/ide[devonfw-ide].
== 2020.12.002

* https://github.com/devonfw/ide/issues/522[#522] :update devon4j to 2020.12.002 and create migration to this version
== 2020.12.001

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ public static MigrationImpl devon4j() {
.replaceProperty("devon4j.version", "2020.12.001") //
.replaceProperty("spring.boot.version", "2.3.3.RELEASE") //
.replaceProperty("jackson.version", "2.11.2") //
.and() //
.next().to(VersionIdentifier.ofDevon4j("2020.12.002")).pom() //
.replaceProperty("devon4j.version", "2020.12.002") //
.replaceProperty("spring.boot.version", "2.4.0") //
.and().next().build();
}

Expand Down

0 comments on commit 22765c6

Please sign in to comment.