You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/09/05 14:12:20 UTC

svn commit: r992764 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Sun Sep  5 12:12:19 2010
New Revision: 992764

URL: http://svn.apache.org/viewvc?rev=992764&view=rev
Log:
fix site url in pom.

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

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=992764&r1=992763&r2=992764&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Sun Sep  5 12:12:19 2010
@@ -160,6 +160,8 @@ under the License.
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/MSITE</url>
   </issueManagement>
+  
+  <url>http://maven.apache.org/plugins/maven-site-plugin-${project.version}</url>
 
   <properties>
     <doxiaVersion>1.1.3</doxiaVersion>