Skip to content

Commit c4f05e2

Browse files
committed
[maven-release-plugin] prepare release plexus-interactivity-1.3
1 parent ea49009 commit c4f05e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.3-SNAPSHOT</version>
8+
<version>1.3</version>
99
</parent>
1010

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

pom.xml

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

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

1515
<name>Plexus Interactivity Handler Component</name>
@@ -21,7 +21,7 @@
2121
<scm>
2222
<connection>${scm.url}</connection>
2323
<developerConnection>${scm.url}</developerConnection>
24-
<tag>plexus-interactivity-1.2</tag>
24+
<tag>plexus-interactivity-1.3</tag>
2525
<url>https://github.com/codehaus-plexus/plexus-interactivity</url>
2626
</scm>
2727
<issueManagement>
@@ -37,7 +37,7 @@
3737

3838
<properties>
3939
<scm.url>scm:git:https://github.com/codehaus-plexus/plexus-interactivity.git</scm.url>
40-
<project.build.outputTimestamp>2023-12-31T18:54:40Z</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>2024-02-04T16:53:38Z</project.build.outputTimestamp>
4141
</properties>
4242

4343
<build>

0 commit comments

Comments
 (0)