Skip to content

Commit b9c530c

Browse files
authored
devonfw#1062: Update devon4j to 2023.01.001 (devonfw#1063)
1 parent 6b53d10 commit b9c530c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/ide[devonf
66

77
Release with new features and bugfixes:
88

9+
* https://github.com/devonfw/ide/issues/1062[#1062]: Migration support for devon4j 2023.01.001
910
* https://github.com/devonfw/ide/issues/1052[#1052]: Fix leading spaces on MacOS
1011
* https://github.com/devonfw/ide/issues/1022[#1022]: suppress confusing windows process result messages like The operation completed successfully.
1112
* https://github.com/devonfw/ide/issues/1051[#1051]: creation of a documentation for using the software IObit Unlocker to find processes that block specific files

configurator/src/main/java/com/devonfw/tools/ide/migrator/Migrations.java

+3
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ public static MigrationImpl devon4j() {
208208
.replaceProperty("spring.boot.version", "2.7.6") //
209209
.replaceProperty("cxf.version", "3.5.4") //
210210
.and() //
211+
.next().to(VersionIdentifier.ofDevon4j("2023.01.001")).pom() //
212+
.replaceProperty("devon4j.version", "2023.01.001") //
213+
.and() //
211214
.next().build();
212215
}
213216

0 commit comments

Comments
 (0)