diff --git a/app/pom.xml b/app/pom.xml index 3ad9409f..eeb8150c 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -13,7 +13,7 @@ com.devonfw.tools solicitor-app - 1.31.0 + 1.32.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 3abdc6db..ef4ceddd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -13,7 +13,7 @@ com.devonfw.tools solicitor-core - 1.31.0 + 1.32.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 385c5022..5e120696 100644 --- a/documentation/master-solicitor.asciidoc +++ b/documentation/master-solicitor.asciidoc @@ -2155,6 +2155,8 @@ Spring beans implementing this interface will be called at certain points in the [appendix] == Release Notes +Changes in 1.32.0:: + Changes in 1.31.0:: * https://github.com/devonfw/solicitor/issues/295: Add PackageUrlHandler for cran packages. * https://github.com/devonfw/solicitor/issues/195: PackageURLs are now consequently represented within the _Solicitor_ code via the PackageURL java class. This should not result in functional changes but any possible Java code used in (optional) Solicitor Extensions (see <>) might need to be adopted to the the new data structures. diff --git a/documentation/pom.xml b/documentation/pom.xml index 12a92ef9..92e81c47 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -4,7 +4,7 @@ com.devonfw.tools solicitor-documentation - 1.31.0 + 1.32.0-SNAPSHOT pom Solicitor Documentation diff --git a/logo/pom.xml b/logo/pom.xml index eb08f759..7afb7833 100644 --- a/logo/pom.xml +++ b/logo/pom.xml @@ -13,7 +13,7 @@ com.devonfw.tools solicitor-logo - 1.31.0 + 1.32.0-SNAPSHOT Solicitor Logo Rendering Rendering of the Solicitor Logo diff --git a/pom.xml b/pom.xml index 0ef389f1..74545f19 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.devonfw.tools solicitor-aggregator - 1.31.0 + 1.32.0-SNAPSHOT pom Solicitor Aggregator