Skip to content

Commit

Permalink
kohlschutter-parent 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Sep 9, 2023
1 parent c30517e commit 1ca6db1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compiler-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter</groupId>
<artifactId>kohlschutter-parent-multirelease</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../kohlschutter-parent-multirelease/pom.xml</relativePath>
</parent>
<name>compiler-annotations</name>
Expand Down
2 changes: 1 addition & 1 deletion kohlschutter-parent-multirelease/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter</groupId>
<artifactId>kohlschutter-parent</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>kohlschutter-parent-multirelease</name>
Expand Down
2 changes: 1 addition & 1 deletion kohlschutter-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter</groupId>
<artifactId>kohlschutter-parent-multirelease</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../kohlschutter-parent-multirelease/pom.xml</relativePath>
</parent>
<name>kohlschutter-test-util</name>
Expand Down
2 changes: 1 addition & 1 deletion kohlschutter-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter</groupId>
<artifactId>kohlschutter-parent-multirelease</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../kohlschutter-parent-multirelease/pom.xml</relativePath>
</parent>
<name>kohlschutter-util</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter</groupId>
<artifactId>kohlschutter-parent</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>maven-plugin-config</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>kohlschutter-parent</artifactId>
<!-- IMPORTANT: After updating with "mvn versions:set -DnewVersion=",
also change the property "kohlschutter.parent.version" below -->
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<packaging>pom</packaging>
<name>kohlschutter-parent</name>
<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -46,7 +46,7 @@
</issueManagement>
<properties>
<!-- Please keep this version in lockstep with the version declared above -->
<kohlschutter.parent.version>1.5.7-SNAPSHOT</kohlschutter.parent.version>
<kohlschutter.parent.version>1.5.7</kohlschutter.parent.version>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
Expand Down

0 comments on commit 1ca6db1

Please sign in to comment.