Skip to content

Commit e548f21

Browse files
author
jesse
committed
[maven-release-plugin] prepare release plexus-interactivity-1.0-alpha-6
1 parent 96a83d5 commit e548f21

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<project>
1+
<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">
22
<parent>
33
<artifactId>plexus-interactivity</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.0-alpha-6-SNAPSHOT</version>
5+
<version>1.0-alpha-6</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-6-SNAPSHOT</version>
10+
<version>1.0-alpha-6</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>org.codehaus.plexus</groupId>

plexus-interactivity-jline/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<project>
1+
<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">
22
<parent>
33
<artifactId>plexus-interactivity</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.0-alpha-6-SNAPSHOT</version>
5+
<version>1.0-alpha-6</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-6-SNAPSHOT</version>
10+
<version>1.0-alpha-6</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-6-SNAPSHOT</version>
20+
<version>1.0-alpha-6</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project>
1+
<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">
22
<parent>
33
<artifactId>plexus-components</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
@@ -8,9 +8,15 @@
88
<artifactId>plexus-interactivity</artifactId>
99
<packaging>pom</packaging>
1010
<name>Plexus Interactivity Handler Component</name>
11-
<version>1.0-alpha-6-SNAPSHOT</version>
11+
<version>1.0-alpha-6</version>
1212
<modules>
1313
<module>plexus-interactivity-api</module>
1414
<module>plexus-interactivity-jline</module>
1515
</modules>
16+
17+
<scm>
18+
<connection>scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6</connection>
19+
<developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6</developerConnection>
20+
<url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6</url>
21+
</scm>
1622
</project>

0 commit comments

Comments
 (0)