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
github $GITHUB_ACTOR committed Dec 18, 2024
1 parent ddb8ed2 commit f1fd08f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nl.vpro.poms</groupId>
<artifactId>poms-bom</artifactId>
<version>8.3.3</version>
<version>8.3.4-SNAPSHOT</version>
<name>poms-bom</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/npo-poms/poms-parent.git</url>
<tag>REL-8.3.3</tag>
<tag>REL-8.3-SNAPSHOT</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion poms-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-bom</artifactId>
<version>8.3.3</version>
<version>8.3.4-SNAPSHOT</version>
</parent>
<artifactId>poms-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion poms-private/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-parent</artifactId>
<version>8.3.3</version>
<version>8.3.4-SNAPSHOT</version>
<relativePath>../poms-parent</relativePath>
</parent>
<artifactId>poms-parent-private</artifactId>
Expand Down

0 comments on commit f1fd08f

Please sign in to comment.