You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/07/24 12:02:06 UTC

svn commit: r1150315 - /maven/plugins/branches/maven-site-plugin-2.x/pom.xml

Author: dennisl
Date: Sun Jul 24 10:02:06 2011
New Revision: 1150315

URL: http://svn.apache.org/viewvc?rev=1150315&view=rev
Log:
This is now the secondary version. Change the site deploy URLs to match that.

Modified:
    maven/plugins/branches/maven-site-plugin-2.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-2.x/pom.xml?rev=1150315&r1=1150314&r2=1150315&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-2.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-2.x/pom.xml Sun Jul 24 10:02:06 2011
@@ -176,6 +176,8 @@ under the License.
     <url>http://jira.codehaus.org/browse/MSITE</url>
   </issueManagement>
 
+  <url>http://maven.apache.org/plugins/maven-site-plugin-${project.version}</url>
+
   <properties>
     <doxiaVersion>1.2</doxiaVersion>
     <doxiaSitetoolsVersion>1.2.1-SNAPSHOT</doxiaSitetoolsVersion>
@@ -427,6 +429,7 @@ under the License.
         </plugins>
       </build>
     </profile>
+
     <profile>
       <id>reporting</id>
       <build>
@@ -483,4 +486,11 @@ under the License.
       </reporting>
     </profile>
   </profiles>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-site-plugin-${project.version}</url>
+    </site>
+  </distributionManagement>
 </project>