Skip to content

Commit 462dc8e

Browse files
committed
Set version to SNAPSHOT of next minor release (1.50.0-SNAPSHOT)
1 parent 9ae1b37 commit 462dc8e

7 files changed

Lines changed: 8 additions & 6 deletions

File tree

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.devonfw.tools</groupId>
1515
<artifactId>solicitor</artifactId>
16-
<version>1.49.0</version>
16+
<version>1.50.0-SNAPSHOT</version>
1717

1818
<name>Solicitor App (Main Application)</name>
1919
<description>A tool for rule based checking of license conditions in software projects (Command Line Tool Executable JAR)</description>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.devonfw.tools</groupId>
77
<artifactId>solicitor-bom</artifactId>
8-
<version>1.49.0</version>
8+
<version>1.50.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>Solicitor Dependencies</name>
1111
<description>Definition of dependency versions for Solicitor.</description>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.devonfw.tools</groupId>
1515
<artifactId>solicitor-core</artifactId>
16-
<version>1.49.0</version>
16+
<version>1.50.0-SNAPSHOT</version>
1717

1818
<name>Solicitor Core (Main Library)</name>
1919
<description>A tool for rule based checking of license conditions in software projects (Core Library)</description>

documentation/master-solicitor.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,6 +2099,8 @@ creating a rule template file, defining the decision table as XLSX, XLS or CSV f
20992099

21002100
[appendix]
21012101
== Release Notes
2102+
Changes in 1.50.0::
2103+
21022104
Changes in 1.49.0::
21032105
* https://github.com/devonfw/solicitor/issues/360: Allow alignment of groupId, artifactId and version to PackageURL when reading component lists with Readers. See <<Deriving-coordinates,Deriving groupId, ArtifactId and Version from the PackageURL>>.
21042106
* https://github.com/devonfw/solicitor/pull/363: Allow to delete rows in XLS files generated by the ExcelWriter. See <<Optional deletion of rows after template expansion>>.

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.devonfw.tools</groupId>
66
<artifactId>solicitor-documentation</artifactId>
7-
<version>1.49.0</version>
7+
<version>1.50.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Solicitor Documentation</name>

logo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.devonfw.tools</groupId>
1515
<artifactId>solicitor-logo</artifactId>
16-
<version>1.49.0</version>
16+
<version>1.50.0-SNAPSHOT</version>
1717

1818
<name>Solicitor Logo Rendering</name>
1919
<description>Rendering of the Solicitor Logo</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.devonfw.tools</groupId>
66
<artifactId>solicitor-aggregator</artifactId>
7-
<version>1.49.0</version>
7+
<version>1.50.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Solicitor Aggregator</name>

0 commit comments

Comments
 (0)