Skip to content

Commit

Permalink
[skip ci] [maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonatype Community committed Nov 9, 2022
1 parent 65c9aea commit 8157d13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nexus-repository-composer-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>composer-parent</artifactId>
<version>0.0.28</version>
<version>0.0.29-SNAPSHOT</version>
</parent>

<artifactId>nexus-repository-composer-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-repository-composer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>composer-parent</artifactId>
<version>0.0.28</version>
<version>0.0.29-SNAPSHOT</version>
</parent>

<artifactId>nexus-repository-composer</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<artifactId>composer-parent</artifactId>
<version>0.0.28</version>
<version>0.0.29-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}-parent</name>
Expand All @@ -32,7 +32,7 @@

<scm>
<developerConnection>scm:git:[email protected]:sonatype-nexus-community/nexus-repository-composer.git</developerConnection>
<tag>composer-parent-0.0.28</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 8157d13

Please sign in to comment.