From 14034ad992c76dc35b27a349d2c1f118768631b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Fri, 28 Feb 2025 16:34:55 +0100 Subject: [PATCH 1/3] Update CHANGELOG.adoc for 2025.02.002 --- CHANGELOG.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f78febfaa..6d98c55a5 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,9 @@ Release with new features and bugfixes: * https://github.com/devonfw/IDEasy/issues/420[#420]: Add MSI Build and Deployment * https://github.com/devonfw/IDEasy/issues/1061[#1061]: Mac: no such file or directory: /_ide/installation/functions +* https://github.com/devonfw/IDEasy/issues/789[#789]: Add support to uninstall +* https://github.com/devonfw/IDEasy/issues/1065[#1065]: NullPointerException in MavenRepository.getDownloadedArtifact +* https://github.com/devonfw/IDEasy/issues/1060[#1060]: Command "ide status" doesn't show information about a pending upgrade when started outside of project The full list of changes for this release can be found in https://github.com/devonfw/IDEasy/milestone/22?closed=1[milestone 2025.02.002]. From 898b9f702c303f609b79d5a8fbc8e4967329c415 Mon Sep 17 00:00:00 2001 From: devonfw-core Date: Fri, 28 Feb 2025 15:47:29 +0000 Subject: [PATCH 2/3] set release version to 2025.02.002 --- .mvn/maven.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index fdde911de..6124ab249 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Drevision=2025.02.002-SNAPSHOT +-Drevision=2025.02.002 From 7cea286816d21c8a63f166b471a736eb11a701a1 Mon Sep 17 00:00:00 2001 From: devonfw-core Date: Fri, 28 Feb 2025 15:51:53 +0000 Subject: [PATCH 3/3] set next version to 2025.02.003-SNAPSHOT --- .mvn/maven.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index 6124ab249..ec955587d 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Drevision=2025.02.002 +-Drevision=2025.02.003-SNAPSHOT