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 Jan 22, 2025
1 parent 7724c24 commit 8a840d5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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>stork</artifactId>
<packaging>pom</packaging>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<name>stork</name>

<parent>
Expand All @@ -15,7 +15,7 @@
<scm>
<url>https://github.com/fizzed/stork</url>
<connection>scm:git:[email protected]:fizzed/stork.git</connection>
<tag>v3.2.0</tag>
<tag>master</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stork-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>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion stork-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-demo/stork-demo-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stork-demo/stork-demo-hellod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stork-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion stork-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-test-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 8a840d5

Please sign in to comment.