Author: hboutemy
Date: Thu May 9 22:49:34 2013
New Revision: 1480825
URL: http://svn.apache.org/r1480825
Log:
[maven-release-plugin] prepare release maven-site-plugin-3.3
Modified:
maven/plugins/trunk/maven-site-plugin/pom.xml
Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1480825&r1=1480824&r2=1480825&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu May 9 22:49:34 2013
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven-site-plugin</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>3.3</version>
<packaging>maven-plugin</packaging>
<name>Maven Site Plugin 3</name>
@@ -174,9 +174,9 @@ under the License.
</prerequisites>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/</developerConnection>
- <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.3</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.3</developerConnection>
+ <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-3.3</url>
</scm>
<issueManagement>
<system>JIRA</system>
|