Skip to content

Commit 7c5a793

Browse files
committed
Set version to SNAPSHOT of next minor release (1.48.0-SNAPSHOT)
1 parent 0253322 commit 7c5a793

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.47.0</version>
16+
<version>1.48.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.47.0</version>
8+
<version>1.48.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.47.0</version>
16+
<version>1.48.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
@@ -2026,6 +2026,8 @@ Spring beans implementing this interface will be called at certain points in the
20262026

20272027
[appendix]
20282028
== Release Notes
2029+
Changes in 1.48.0::
2030+
20292031
Changes in 1.47.0::
20302032
* https://github.com/devonfw/solicitor/issues/348: Support worksheet protection in reports generated by the `ExcelWriter`. See <<Excel sheet protection against unwanted manual changes>>.
20312033
* https://github.com/devonfw/solicitor/issues/350: Better support conditional formatting and data validation in the `ExcelWriter`. Conditional Formatting and Data Validations which apply to cells/rows which get copied when expanding the template are now also extended to the newly created rows.

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.47.0</version>
7+
<version>1.48.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.47.0</version>
16+
<version>1.48.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.47.0</version>
7+
<version>1.48.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Solicitor Aggregator</name>

0 commit comments

Comments
 (0)