Skip to content

Commit

Permalink
#522 :update devon4j to 2020.12.002 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jan 29, 2021
2 parents ba494d9 + 382b050 commit a07776f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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,11 @@ 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") //
.replaceProperty("guava.version", "30.0-jre") //
.and().next().build();
}

Expand Down
2 changes: 1 addition & 1 deletion settings/src/main/settings

0 comments on commit a07776f

Please sign in to comment.