Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 11, 2023
1 parent 014d2ed commit 3e309fb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>rocker</artifactId>
<packaging>pom</packaging>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>

<parent>
<groupId>com.fizzed</groupId>
Expand All @@ -14,7 +14,7 @@
<scm>
<url>https://github.com/fizzed/rocker</url>
<connection>scm:git:git@github.com:fizzed/rocker.git</connection>
<tag>v1.4.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion rocker-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-test-java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion rocker-test-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-test-reload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<build>
Expand Down

0 comments on commit 3e309fb

Please sign in to comment.