Skip to content

Commit

Permalink
Set version to SNAPSHOT of next minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
ohecker committed Oct 9, 2023
1 parent 2b9c0b8 commit 6bfc85c
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.14.0</version>
<version>1.15.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.14.0</version>
<version>1.15.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 @@ -1609,6 +1609,8 @@ Spring beans implementing this interface will be called at certain points in the

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

Changes in 1.14.0::
* https://github.com/devonfw/solicitor/issues/202: Include parameter in CurationProvider.findCurations() to allow getting curation from alternative locations.
* https://github.com/devonfw/solicitor/issues/190: Deprecate `repoType` attribute in configuration of readers.
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.14.0</version>
<version>1.15.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.14.0</version>
<version>1.15.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.14.0</version>
<version>1.15.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Solicitor Aggregator</name>
Expand Down

0 comments on commit 6bfc85c

Please sign in to comment.