Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 28, 2024
1 parent 2d3c40e commit c811ce9
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.2-SNAPSHOT</version>
<version>0.2.2</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.2</tag>
<url>https://github.com/maveniverse/toolbox</url>
</scm>

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

<properties>
<project.build.outputTimestamp>2024-08-26T17:33:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-28T10:29:56Z</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.2-SNAPSHOT</version>
<version>0.2.2</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.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

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

0 comments on commit c811ce9

Please sign in to comment.