Skip to content

Commit dcc735e

Browse files
committed
Set version to SNAPSHOT of next minor release (1.47.0-SNAPSHOT)
1 parent b1fa9da commit dcc735e

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

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.46.0</version>
16+
<version>1.47.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.46.0</version>
8+
<version>1.47.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.46.0</version>
16+
<version>1.47.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
@@ -2008,6 +2008,8 @@ Spring beans implementing this interface will be called at certain points in the
20082008

20092009
[appendix]
20102010
== Release Notes
2011+
Changes in 1.47.0::
2012+
20112013
Changes in 1.46.0::
20122014
* https://github.com/devonfw/solicitor/issues/268: When creating reports in "delta mode" (i.e. with including information in changed data compared to a previous run) any data rows that were deleted might now also be included in the report. See <<Determining difference to previously stored model>> and <<Writers>>.
20132015

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.46.0</version>
7+
<version>1.47.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.46.0</version>
16+
<version>1.47.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.46.0</version>
7+
<version>1.47.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Solicitor Aggregator</name>

0 commit comments

Comments
 (0)