Skip to content

Commit

Permalink
took out junit migration due to #272
Browse files Browse the repository at this point in the history
Sorry, my mistake
  • Loading branch information
hohwille authored Jan 29, 2021
1 parent 9d17c62 commit 382b050
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ public static MigrationImpl devon4j() {
.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")//
.replaceProperty("junit.version", "5.7.0")//
.replaceProperty("spring.boot.version", "2.4.0") //
.replaceProperty("guava.version", "30.0-jre") //
.and().next().build();
}

Expand Down

0 comments on commit 382b050

Please sign in to comment.