Skip to content

Commit 6e2a4b9

Browse files
author
Jason van Zyl
committed
[maven-release-plugin] copy for tag plexus-build-api-0.0.1
git-svn-id: file:///opt/svn/repositories/sonatype.org/spice/tags/plexus-build-api-0.0.1@860 5751e0cb-dcb7-432f-92e2-260806df54be
1 parent 2ceef09 commit 6e2a4b9

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

pom.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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>
@@ -30,4 +34,10 @@
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>

0 commit comments

Comments
 (0)