We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88b8a8 commit 43f9826Copy full SHA for 43f9826
pom.xml
@@ -20,7 +20,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
20
</parent>
21
<groupId>org.sonatype.plexus</groupId>
22
<artifactId>plexus-build-api</artifactId>
23
- <version>0.0.3-SNAPSHOT</version>
+ <version>0.0.3</version>
24
25
<dependencies>
26
<dependency>
@@ -54,4 +54,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
54
</plugin>
55
</plugins>
56
</build>
57
+
58
+ <scm>
59
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.3</connection>
60
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/plexus-build-api-0.0.3</developerConnection>
61
+ <url>http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.3</url>
62
+ </scm>
63
</project>
0 commit comments