File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
plexus-interactivity-jline Expand file tree Collapse file tree 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 " >
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 >
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 " >
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 >
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 >
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 " >
22 <parent >
33 <artifactId >plexus-components</artifactId >
44 <groupId >org.codehaus.plexus</groupId >
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 >
You can’t perform that action at this time.
0 commit comments