Skip to content

Commit 319482e

Browse files
committed
[maven-release-plugin] prepare release release-0.1.2
1 parent e806ba6 commit 319482e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>eu.maveniverse.maven.shared</groupId>
1616
<artifactId>shared</artifactId>
17-
<version>0.1.2-SNAPSHOT</version>
17+
<version>0.1.2</version>
1818
</parent>
1919

2020
<artifactId>core</artifactId>

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>eu.maveniverse.maven.shared</groupId>
1616
<artifactId>shared</artifactId>
17-
<version>0.1.2-SNAPSHOT</version>
17+
<version>0.1.2</version>
1818
</parent>
1919

2020
<artifactId>extension</artifactId>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>eu.maveniverse.maven.shared</groupId>
1616
<artifactId>shared</artifactId>
17-
<version>0.1.2-SNAPSHOT</version>
17+
<version>0.1.2</version>
1818
</parent>
1919

2020
<artifactId>plugin</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>eu.maveniverse.maven.shared</groupId>
2121
<artifactId>shared</artifactId>
22-
<version>0.1.2-SNAPSHOT</version>
22+
<version>0.1.2</version>
2323
<packaging>pom</packaging>
2424

2525
<name>${project.groupId}:${project.artifactId}</name>
@@ -43,7 +43,7 @@
4343
<scm>
4444
<connection>scm:git:[email protected]:maveniverse/maven-shared.git</connection>
4545
<developerConnection>scm:git:[email protected]:maveniverse/maven-shared.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>release-0.1.2</tag>
4747
<url>https://github.com/maveniverse/maven-shared</url>
4848
</scm>
4949

@@ -58,7 +58,7 @@
5858
</ciManagement>
5959

6060
<properties>
61-
<project.build.outputTimestamp>2025-05-08T13:19:14Z</project.build.outputTimestamp>
61+
<project.build.outputTimestamp>2025-05-10T12:36:50Z</project.build.outputTimestamp>
6262

6363
<!--
6464
Build time: latest stable Maven and Java 21+

0 commit comments

Comments
 (0)