Skip to content

Commit

Permalink
Set version to SNAPSHOT of next minor release (1.22.0-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohecker committed Mar 25, 2024
1 parent d79d974 commit 93f23d8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.devonfw.tools</groupId>
<artifactId>solicitor-app</artifactId>
<version>1.21.0</version>
<version>1.22.0-SNAPSHOT</version>

<name>Solicitor App (Main Application)</name>
<description>A tool for rule based checking of license conditions in software projects.</description>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.devonfw.tools</groupId>
<artifactId>solicitor-core</artifactId>
<version>1.21.0</version>
<version>1.22.0-SNAPSHOT</version>

<name>Solicitor Core (Main Library)</name>
<description>A tool for rule based checking of license conditions in software projects.</description>
Expand Down
2 changes: 2 additions & 0 deletions documentation/master-solicitor.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,8 @@ Spring beans implementing this interface will be called at certain points in the

[appendix]
== Release Notes
Changes in 1.22.0::

Changes in 1.21.0::
* https://github.com/devonfw/solicitor/pull/239: Improving some internal components to reduce risk of path traversal attacks in case that these components are (re)used in some webservice implementation.
* https://github.com/devonfw/solicitor/issues/240: Improve Attributions.html to use packageUrl. Fixed bug where license texts for components with license type 'SCANCODE' were not printed.
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.devonfw.tools</groupId>
<artifactId>solicitor-documentation</artifactId>
<version>1.21.0</version>
<version>1.22.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Solicitor Documentation</name>
Expand Down
2 changes: 1 addition & 1 deletion logo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.devonfw.tools</groupId>
<artifactId>solicitor-logo</artifactId>
<version>1.21.0</version>
<version>1.22.0-SNAPSHOT</version>

<name>Solicitor Logo Rendering</name>
<description>Rendering of the Solicitor Logo</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.devonfw.tools</groupId>
<artifactId>solicitor-aggregator</artifactId>
<version>1.21.0</version>
<version>1.22.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Solicitor Aggregator</name>
Expand Down

0 comments on commit 93f23d8

Please sign in to comment.