Skip to content

Commit

Permalink
#545: update devon4j to 2022.04.001 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored May 23, 2022
1 parent 173f2c2 commit 0bf3e8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ public static MigrationImpl devon4j() {
.pom().replaceProperty("devon4j.version", "2020.04.001") //
.replaceDependency(new VersionIdentifier("com.devonfw.java.modules", "devon4j-beanmapping", null),
new VersionIdentifier("com.devonfw.java.modules", "devon4j-beanmapping-dozer", null))
.and().java().replace("this.flyway.setTarget(this.migrationVersion);", "//TODO: remove the empty if")
.and().java().replace("new PageRequest", "PageRequest.of").replace("new Sort", "Sort.by").and().next()
.and().java().replace("this.flyway.setTarget(this.migrationVersion);", "//TODO: remove the empty if").and()
.java().replace("new PageRequest", "PageRequest.of").replace("new Sort", "Sort.by").and().next()
.to(VersionIdentifier.ofDevon4j("2020.04.002")).pom().replaceProperty("devon4j.version", "2020.04.002") //
.replaceDependency(
new VersionIdentifier("com.devonfw.java.modules", "devon4j-test", null, VersionIdentifier.SCOPE_TEST),
Expand Down Expand Up @@ -195,6 +195,14 @@ public static MigrationImpl devon4j() {
.next().to(VersionIdentifier.ofDevon4j("2021.04.003")).pom() //
.replaceProperty("devon4j.version", "2021.04.003") //
.and() //
.next().to(VersionIdentifier.ofDevon4j("2022.04.001")).pom() //
.replaceProperty("devon4j.version", "2022.04.001") //
.replaceProperty("spring.boot.version", "2.6.7") //
.replaceProperty("spring.cloud.dependencies.version", "2021.0.1") //
.replaceProperty("jackson.version", "2.13.2.20220328") //
.replaceProperty("guava.version", "31.1-jre") //
.replaceProperty("cxf.version", "3.5.2") //
.and() //
.next().build();
}

Expand Down

0 comments on commit 0bf3e8e

Please sign in to comment.