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 d5d3841 commit 3546b01Copy full SHA for 3546b01
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.2-SNAPSHOT</version>
+ <version>0.0.2</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.2</connection>
60
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/plexus-build-api-0.0.2</developerConnection>
61
+ <url>http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.2</url>
62
+ </scm>
63
</project>
0 commit comments