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 Oct 30, 2024
1 parent 8db389a commit eb8d363
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion it/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.3.6</version>
<version>0.3.7-SNAPSHOT</version>
</parent>

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

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

<artifactId>toolbox-plugin-its</artifactId>
Expand Down
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.3.6</version>
<version>0.3.7-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

<properties>
<project.build.outputTimestamp>2024-10-30T20:53:04Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-30T20:53:09Z</project.build.outputTimestamp>

<!--
Build time: latest stable Maven and latest Java LTS.
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.3.6</version>
<version>0.3.7-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.3.6</version>
<version>0.3.7-SNAPSHOT</version>
</parent>

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

0 comments on commit eb8d363

Please sign in to comment.