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" >
3
2
<modelVersion >4.0.0</modelVersion >
3
+ <parent >
4
+ <groupId >org.sonatype.spice</groupId >
5
+ <artifactId >spice-parent</artifactId >
6
+ <version >10</version >
7
+ </parent >
4
8
<groupId >org.codehaus.plexus</groupId >
5
9
<artifactId >plexus-build-api</artifactId >
6
- <version >0.0.1-SNAPSHOT </version >
7
-
10
+ <version >0.0.1</version >
11
+
8
12
<dependencies >
9
13
<dependency >
10
14
<groupId >org.codehaus.plexus</groupId >
30
34
</plugins >
31
35
</build >
32
36
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 >
33
43
</project >
You can’t perform that action at this time.
0 commit comments