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
cstamas committed Jun 20, 2024
1 parent 619e824 commit c2448a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>eu.maveniverse.maven.toolbox</groupId>
<artifactId>toolbox</artifactId>
<version>0.1.27</version>
<version>0.1.28-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -41,7 +41,7 @@
<scm>
<connection>scm:git:git@github.com:maveniverse/toolbox.git</connection>
<developerConnection>scm:git:git@github.com:maveniverse/toolbox.git</developerConnection>
<tag>release-0.1.27</tag>
<tag>HEAD</tag>
<url>https://github.com/maveniverse/toolbox</url>
</scm>

Expand All @@ -56,7 +56,7 @@
</ciManagement>

<properties>
<project.build.outputTimestamp>2024-06-20T17:33:39Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-20T17:33:45Z</project.build.outputTimestamp>

<!-- Maven Indexer needs 11+ -->
<maven.compiler.release>11</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.toolbox</groupId>
<artifactId>toolbox</artifactId>
<version>0.1.27</version>
<version>0.1.28-SNAPSHOT</version>
</parent>

<artifactId>shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.toolbox</groupId>
<artifactId>toolbox</artifactId>
<version>0.1.27</version>
<version>0.1.28-SNAPSHOT</version>
</parent>

<groupId>eu.maveniverse.maven.plugins</groupId>
Expand Down

0 comments on commit c2448a5

Please sign in to comment.