From 22765c6c0110523d4a1791f121709687e0dab26a Mon Sep 17 00:00:00 2001 From: Suvendu Mandal <69456969+suvmanda@users.noreply.github.com> Date: Thu, 28 Jan 2021 15:35:32 +0530 Subject: [PATCH] #522 :update devon4j to 2020.12.002 --- CHANGELOG.asciidoc | 3 +++ .../main/java/com/devonfw/tools/ide/migrator/Migrations.java | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 248331159..1286f1988 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -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 diff --git a/configurator/src/main/java/com/devonfw/tools/ide/migrator/Migrations.java b/configurator/src/main/java/com/devonfw/tools/ide/migrator/Migrations.java index e0b19f43d..c5ddfe6e4 100644 --- a/configurator/src/main/java/com/devonfw/tools/ide/migrator/Migrations.java +++ b/configurator/src/main/java/com/devonfw/tools/ide/migrator/Migrations.java @@ -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(); }