Skip to content

Commit

Permalink
[maven-release-plugin] prepare release plexus-interactivity-1.0-alpha-5
Browse files Browse the repository at this point in the history
  • Loading branch information
evenisse committed Oct 24, 2005
1 parent d3e2611 commit 485bff7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plexus-interactivity-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<parent>
<artifactId>plexus-interactivity</artifactId>
<groupId>org.codehaus.plexus</groupId>
<version>1.0-alpha-5-SNAPSHOT</version>
<version>1.0-alpha-5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>plexus-interactivity-api</artifactId>
<name>Plexus Default Interactivity Handler</name>
<version>1.0-alpha-5-SNAPSHOT</version>
<version>1.0-alpha-5</version>
</project>
6 changes: 3 additions & 3 deletions plexus-interactivity-jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>plexus-interactivity</artifactId>
<groupId>org.codehaus.plexus</groupId>
<version>1.0-alpha-5-SNAPSHOT</version>
<version>1.0-alpha-5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>plexus-interactivity-jline</artifactId>
<name>Plexus JLine Interactivity Handler</name>
<version>1.0-alpha-5-SNAPSHOT</version>
<version>1.0-alpha-5</version>
<dependencies>
<dependency>
<groupId>jline</groupId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
<version>1.0-alpha-5-SNAPSHOT</version>
<version>1.0-alpha-5</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>plexus-interactivity</artifactId>
<packaging>pom</packaging>
<name>Plexus Interactivity Handler Component</name>
<version>1.0-alpha-5-SNAPSHOT</version>
<version>1.0-alpha-5</version>
<modules>
<module>plexus-interactivity-api</module>
<module>plexus-interactivity-jline</module>
Expand Down

0 comments on commit 485bff7

Please sign in to comment.