File tree 3 files changed +15
-9
lines changed
plexus-interactivity-jline
3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 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 " >
2
2
<parent >
3
3
<artifactId >plexus-interactivity</artifactId >
4
4
<groupId >org.codehaus.plexus</groupId >
5
- <version >1.0-alpha-6-SNAPSHOT </version >
5
+ <version >1.0-alpha-6</version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >plexus-interactivity-api</artifactId >
9
9
<name >Plexus Default Interactivity Handler</name >
10
- <version >1.0-alpha-6-SNAPSHOT </version >
10
+ <version >1.0-alpha-6</version >
11
11
<dependencies >
12
12
<dependency >
13
13
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 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 " >
2
2
<parent >
3
3
<artifactId >plexus-interactivity</artifactId >
4
4
<groupId >org.codehaus.plexus</groupId >
5
- <version >1.0-alpha-6-SNAPSHOT </version >
5
+ <version >1.0-alpha-6</version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >plexus-interactivity-jline</artifactId >
9
9
<name >Plexus JLine Interactivity Handler</name >
10
- <version >1.0-alpha-6-SNAPSHOT </version >
10
+ <version >1.0-alpha-6</version >
11
11
<dependencies >
12
12
<dependency >
13
13
<groupId >jline</groupId >
17
17
<dependency >
18
18
<groupId >org.codehaus.plexus</groupId >
19
19
<artifactId >plexus-interactivity-api</artifactId >
20
- <version >1.0-alpha-6-SNAPSHOT </version >
20
+ <version >1.0-alpha-6</version >
21
21
</dependency >
22
22
</dependencies >
23
23
</project >
Original file line number Diff line number Diff line change 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 " >
2
2
<parent >
3
3
<artifactId >plexus-components</artifactId >
4
4
<groupId >org.codehaus.plexus</groupId >
8
8
<artifactId >plexus-interactivity</artifactId >
9
9
<packaging >pom</packaging >
10
10
<name >Plexus Interactivity Handler Component</name >
11
- <version >1.0-alpha-6-SNAPSHOT </version >
11
+ <version >1.0-alpha-6</version >
12
12
<modules >
13
13
<module >plexus-interactivity-api</module >
14
14
<module >plexus-interactivity-jline</module >
15
15
</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 >
16
22
</project >
You can’t perform that action at this time.
0 commit comments