Skip to content

Commit d3e2611

Browse files
author
evenisse
committed
revert
1 parent 1c2afb0 commit d3e2611

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>plexus-interactivity</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.0-alpha-5</version>
5+
<version>1.0-alpha-5-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-interactivity-api</artifactId>

plexus-interactivity-jline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>plexus-interactivity</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.0-alpha-5</version>
5+
<version>1.0-alpha-5-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-interactivity-jline</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<parent>
33
<artifactId>plexus-components</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.1.3</version>
5+
<version>1.1.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-interactivity</artifactId>
99
<packaging>pom</packaging>
1010
<name>Plexus Interactivity Handler Component</name>
11-
<version>1.0-alpha-5</version>
11+
<version>1.0-alpha-5-SNAPSHOT</version>
1212
<modules>
1313
<module>plexus-interactivity-api</module>
1414
<module>plexus-interactivity-jline</module>

0 commit comments

Comments
 (0)