Skip to content

Commit d42cdea

Browse files
author
Jason van Zyl
committed
[maven-release-plugin] prepare release plexus-build-api-0.0.1
git-svn-id: file:///opt/svn/repositories/sonatype.org/spice/trunk/plexus-build-api@859 5751e0cb-dcb7-432f-92e2-260806df54be
1 parent 789573a commit d42cdea

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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>
43
<parent>
54
<groupId>org.sonatype.spice</groupId>
@@ -8,7 +7,7 @@
87
</parent>
98
<groupId>org.codehaus.plexus</groupId>
109
<artifactId>plexus-build-api</artifactId>
11-
<version>0.0.1-SNAPSHOT</version>
10+
<version>0.0.1</version>
1211

1312
<dependencies>
1413
<dependency>
@@ -35,4 +34,10 @@
3534
</plugins>
3635
</build>
3736

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>
3843
</project>

0 commit comments

Comments
 (0)