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 Feb 9, 2025
1 parent be0bdc9 commit a721cc4
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima</groupId>
<artifactId>mima</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

<artifactId>context</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/mmr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima.extensions</groupId>
<artifactId>extensions</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

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

<groupId>eu.maveniverse.maven.mima.extensions</groupId>
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.mima</groupId>
<artifactId>mima</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

<properties>
<project.build.outputTimestamp>2025-02-09T13:02:21Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-09T13:02:40Z</project.build.outputTimestamp>

<!--
Build time: latest Maven and LTS Java.
Expand Down
2 changes: 1 addition & 1 deletion runtime/embedded-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>runtime</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

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

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

<artifactId>standalone-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/standalone-sisu-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>runtime</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

<artifactId>standalone-sisu-uber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/standalone-sisu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>runtime</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

<artifactId>standalone-sisu</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/standalone-static-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>runtime</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

<artifactId>standalone-static-uber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/standalone-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>runtime</artifactId>
<version>2.4.22</version>
<version>2.4.23-SNAPSHOT</version>
</parent>

<artifactId>standalone-static</artifactId>
Expand Down

0 comments on commit a721cc4

Please sign in to comment.