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 d230149 commit 5f98a6eCopy full SHA for 5f98a6e
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.6-SNAPSHOT</version>
+ <version>0.0.6</version>
24
25
<dependencies>
26
<dependency>
@@ -85,4 +85,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
85
</plugin>
86
</plugins>
87
</build>
88
+
89
+ <scm>
90
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.6</connection>
91
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/plexus-build-api-0.0.6</developerConnection>
92
+ <url>http://svn.sonatype.org/spice/tags/plexus-build-api-0.0.6</url>
93
+ </scm>
94
</project>
0 commit comments