Skip to content

Commit ba63511

Browse files
author
brett
committed
[maven-release-plugin] prepare for next development iteration
1 parent a8212c7 commit ba63511

File tree

6 files changed

+6
-747
lines changed

6 files changed

+6
-747
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<parent>
33
<artifactId>plexus-interactivity</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.0-alpha-4</version>
5+
<version>1.0-alpha-5-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-interactivity-api</artifactId>
99
<name>Plexus Default Interactivity Handler</name>
10-
<version>1.0-alpha-4</version>
10+
<version>1.0-alpha-5-SNAPSHOT</version>
1111
</project>

plexus-interactivity-api/release-pom.xml

Lines changed: 0 additions & 241 deletions
This file was deleted.

plexus-interactivity-jline/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<parent>
33
<artifactId>plexus-interactivity</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.0-alpha-4</version>
5+
<version>1.0-alpha-5-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-interactivity-jline</artifactId>
99
<name>Plexus JLine Interactivity Handler</name>
10-
<version>1.0-alpha-4</version>
10+
<version>1.0-alpha-5-SNAPSHOT</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>jline</groupId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.codehaus.plexus</groupId>
1919
<artifactId>plexus-interactivity-api</artifactId>
20-
<version>1.0-alpha-4</version>
20+
<version>1.0-alpha-5-SNAPSHOT</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

0 commit comments

Comments
 (0)