Skip to content

Commit

Permalink
[maven-release-plugin] prepare release record-builder-42
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Jul 1, 2024
1 parent 62011fe commit 9d40c73
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder</artifactId>
<packaging>pom</packaging>
<version>42-SNAPSHOT</version>
<version>42</version>

<modules>
<module>record-builder-core</module>
Expand Down Expand Up @@ -99,7 +99,7 @@
<url>https://github.com/randgalt/record-builder</url>
<connection>scm:git:https://github.com/randgalt/record-builder.git</connection>
<developerConnection>scm:git:[email protected]:randgalt/record-builder.git</developerConnection>
<tag>record-builder-1.16</tag>
<tag>record-builder-42</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion record-builder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder</artifactId>
<version>42-SNAPSHOT</version>
<version>42</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion record-builder-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder</artifactId>
<version>42-SNAPSHOT</version>
<version>42</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion record-builder-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder</artifactId>
<version>42-SNAPSHOT</version>
<version>42</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion record-builder-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder</artifactId>
<version>42-SNAPSHOT</version>
<version>42</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 9d40c73

Please sign in to comment.