Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 26, 2024
1 parent d2b0c52 commit d226b50
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.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>

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

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

<properties>
<project.build.outputTimestamp>2024-08-14T11:50:16Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-26T17:32:55Z</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.2.1-SNAPSHOT</version>
<version>0.2.1</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.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

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

0 comments on commit d226b50

Please sign in to comment.