Skip to content

Commit 558b3bb

Browse files
committed
[maven-release-plugin] prepare release plexus-interactivity-1.2
1 parent 79eff99 commit 558b3bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: plexus-interactivity-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus-interactivity</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.2</version>
99
</parent>
1010

1111
<artifactId>plexus-interactivity-api</artifactId>

Diff for: pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>plexus-interactivity</artifactId>
12-
<version>1.2-SNAPSHOT</version>
12+
<version>1.2</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Plexus Interactivity Handler Component</name>
@@ -21,6 +21,7 @@
2121
<scm>
2222
<connection>${scm.url}</connection>
2323
<developerConnection>${scm.url}</developerConnection>
24+
<tag>plexus-interactivity-1.2</tag>
2425
<url>https://github.com/codehaus-plexus/plexus-interactivity</url>
2526
</scm>
2627
<issueManagement>
@@ -36,7 +37,7 @@
3637

3738
<properties>
3839
<scm.url>scm:git:https://github.com/codehaus-plexus/plexus-interactivity.git</scm.url>
39-
<project.build.outputTimestamp>2021-09-11T07:20:06Z</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>2023-12-31T18:53:45Z</project.build.outputTimestamp>
4041
</properties>
4142

4243
<build>

0 commit comments

Comments
 (0)