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 2628721 commit c6b9c2cCopy full SHA for c6b9c2c
1 file changed
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.4-SNAPSHOT</version>
+ <version>0.0.4</version>
24
25
<dependencies>
26
<dependency>
@@ -73,4 +73,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
73
</plugin>
74
</plugins>
75
</build>
76
+
77
+ <scm>
78
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.4</connection>
79
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/plexus-build-api-0.0.4</developerConnection>
80
+ <url>http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.4</url>
81
+ </scm>
82
</project>
0 commit comments