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
dangernoodle-bot committed Oct 3, 2024
1 parent 33e4221 commit a64ba1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hello-dangernoodle-module-a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.dangernoodle</groupId>
<artifactId>hello-dangernoodle</artifactId>
<version>0.3.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>hello-dangernoodle-module-a</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hello-dangernoodle-module-b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.dangernoodle</groupId>
<artifactId>hello-dangernoodle</artifactId>
<version>0.3.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>hello-dangernoodle-module-b</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hello-dangernoodle-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dangernoodle</groupId>
<artifactId>hello-dangernoodle</artifactId>
<version>0.3.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>hello-dangernoodle</artifactId>
<version>0.3.1</version>
<version>0.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<url>https://github.com/dangernoodle-io/hello-dangernoodle</url>
<connection>scm:git:github.com:dangernoodle-io/hello-dangernoodle.git</connection>
<developerConnection>scm:git:[email protected]:dangernoodle-io/hello-dangernoodle.git</developerConnection>
<tag>0.3.1</tag>
<tag>master</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit a64ba1e

Please sign in to comment.