File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
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 >
4
3
<parent >
5
4
<groupId >org.sonatype.spice</groupId >
8
7
</parent >
9
8
<groupId >org.codehaus.plexus</groupId >
10
9
<artifactId >plexus-build-api</artifactId >
11
- <version >0.0.1-SNAPSHOT </version >
10
+ <version >0.0.1</version >
12
11
13
12
<dependencies >
14
13
<dependency >
35
34
</plugins >
36
35
</build >
37
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 >
38
43
</project >
You can’t perform that action at this time.
0 commit comments