From cd99643572323ab733edcb8ad92d9784a1579723 Mon Sep 17 00:00:00 2001
From: Oliver Hecker <8004361+ohecker@users.noreply.github.com>
Date: Mon, 8 Apr 2024 11:57:18 +0200
Subject: [PATCH] Set version to SNAPSHOT of next minor release
(1.23.0-SNAPSHOT)
---
app/pom.xml | 2 +-
core/pom.xml | 2 +-
documentation/master-solicitor.asciidoc | 2 ++
documentation/pom.xml | 2 +-
logo/pom.xml | 2 +-
pom.xml | 2 +-
6 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/app/pom.xml b/app/pom.xml
index 102978fd..1ad39257 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -13,7 +13,7 @@
com.devonfw.tools
solicitor-app
- 1.22.0
+ 1.23.0-SNAPSHOT
Solicitor App (Main Application)
A tool for rule based checking of license conditions in software projects.
diff --git a/core/pom.xml b/core/pom.xml
index fb605b87..9db33775 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -13,7 +13,7 @@
com.devonfw.tools
solicitor-core
- 1.22.0
+ 1.23.0-SNAPSHOT
Solicitor Core (Main Library)
A tool for rule based checking of license conditions in software projects.
diff --git a/documentation/master-solicitor.asciidoc b/documentation/master-solicitor.asciidoc
index 19ad02db..4be2e419 100644
--- a/documentation/master-solicitor.asciidoc
+++ b/documentation/master-solicitor.asciidoc
@@ -1699,6 +1699,8 @@ Spring beans implementing this interface will be called at certain points in the
[appendix]
== Release Notes
+Changes in 1.23.0::
+
Changes in 1.22.0::
* https://github.com/devonfw/solicitor/pull/243: Make sure the MavenReader is protected against XXE threats.
* https://github.com/devonfw/solicitor/pull/244, https://github.com/devonfw/solicitor/pull/253: Updated Drools rule engine to 8.27.0.Beta.
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 5f544766..fdad0297 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -4,7 +4,7 @@
com.devonfw.tools
solicitor-documentation
- 1.22.0
+ 1.23.0-SNAPSHOT
pom
Solicitor Documentation
diff --git a/logo/pom.xml b/logo/pom.xml
index 1a8dabe3..363959ea 100644
--- a/logo/pom.xml
+++ b/logo/pom.xml
@@ -13,7 +13,7 @@
com.devonfw.tools
solicitor-logo
- 1.22.0
+ 1.23.0-SNAPSHOT
Solicitor Logo Rendering
Rendering of the Solicitor Logo
diff --git a/pom.xml b/pom.xml
index 628241e4..82911816 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.devonfw.tools
solicitor-aggregator
- 1.22.0
+ 1.23.0-SNAPSHOT
pom
Solicitor Aggregator