Skip to content

Commit

Permalink
[maven-release-plugin] prepare release plexus-interactivity-1.0-alpha-6
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse committed Mar 30, 2007
1 parent 96a83d5 commit e548f21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plexus-interactivity-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>plexus-interactivity</artifactId>
<groupId>org.codehaus.plexus</groupId>
<version>1.0-alpha-6-SNAPSHOT</version>
<version>1.0-alpha-6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>plexus-interactivity-api</artifactId>
<name>Plexus Default Interactivity Handler</name>
<version>1.0-alpha-6-SNAPSHOT</version>
<version>1.0-alpha-6</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions plexus-interactivity-jline/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>plexus-interactivity</artifactId>
<groupId>org.codehaus.plexus</groupId>
<version>1.0-alpha-6-SNAPSHOT</version>
<version>1.0-alpha-6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>plexus-interactivity-jline</artifactId>
<name>Plexus JLine Interactivity Handler</name>
<version>1.0-alpha-6-SNAPSHOT</version>
<version>1.0-alpha-6</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-6-SNAPSHOT</version>
<version>1.0-alpha-6</version>
</dependency>
</dependencies>
</project>
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>plexus-components</artifactId>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -8,9 +8,15 @@
<artifactId>plexus-interactivity</artifactId>
<packaging>pom</packaging>
<name>Plexus Interactivity Handler Component</name>
<version>1.0-alpha-6-SNAPSHOT</version>
<version>1.0-alpha-6</version>
<modules>
<module>plexus-interactivity-api</module>
<module>plexus-interactivity-jline</module>
</modules>

<scm>
<connection>scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6</developerConnection>
<url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6</url>
</scm>
</project>

0 comments on commit e548f21

Please sign in to comment.