Skip to content

Commit d2bc835

Browse files
committed
[maven-release-plugin] prepare release plexus-interactivity-1.1
1 parent 58cbbe0 commit d2bc835

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

plexus-interactivity-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>plexus-interactivity</artifactId>
66
<groupId>org.codehaus.plexus</groupId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
</parent>
99

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

plexus-interactivity-jline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>plexus-interactivity</artifactId>
66
<groupId>org.codehaus.plexus</groupId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
</parent>
99

1010
<artifactId>plexus-interactivity-jline</artifactId>

pom.xml

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

1010
<artifactId>plexus-interactivity</artifactId>
11-
<version>1.1-SNAPSHOT</version>
11+
<version>1.1</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Plexus Interactivity Handler Component</name>
@@ -17,7 +17,7 @@
1717
<connection>${scm.url}</connection>
1818
<developerConnection>${scm.url}</developerConnection>
1919
<url>https://github.com/codehaus-plexus/plexus-interactivity</url>
20-
<tag>HEAD</tag>
20+
<tag>plexus-interactivity-1.1</tag>
2121
</scm>
2222
<issueManagement>
2323
<system>github</system>
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<scm.url>scm:git:https://github.com/codehaus-plexus/plexus-interactivity.git</scm.url>
35-
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2021-09-11T07:18:40Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<modules>

0 commit comments

Comments
 (0)