File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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" >
32 <modelVersion >4.0.0</modelVersion >
3+ <parent >
4+ <groupId >org.sonatype.spice</groupId >
5+ <artifactId >spice-parent</artifactId >
6+ <version >10</version >
7+ </parent >
48 <groupId >org.codehaus.plexus</groupId >
59 <artifactId >plexus-build-api</artifactId >
6- <version >0.0.1-SNAPSHOT </version >
7-
10+ <version >0.0.1</version >
11+
812 <dependencies >
913 <dependency >
1014 <groupId >org.codehaus.plexus</groupId >
3034 </plugins >
3135 </build >
3236
37+
38+ <scm >
39+ <connection >scm:svn:http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.1</connection >
40+ <developerConnection >scm:svn:https://svn.sonatype.org/spice/tags/plexus-build-api-0.0.1</developerConnection >
41+ <url >http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.1</url >
42+ </scm >
3343</project >
You can’t perform that action at this time.
0 commit comments