Author: olamy
Date: Tue Jan 29 21:31:40 2013
New Revision: 1440151

URL: http://svn.apache.org/viewvc?rev=1440151&view=rev
Log:
fix url and remove inherited version

Modified:
    maven/plugins/trunk/maven-plugins/site-pom.xml

Modified: maven/plugins/trunk/maven-plugins/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/site-pom.xml?rev=1440151&r1=1440150&r2=1440151&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/site-pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/site-pom.xml Tue Jan 29 21:31:40 2013
@@ -34,7 +34,7 @@ under the License.
 
   <name>Apache Maven Plugins Parent POM</name>
   <description>This project consists of a POM that contains settings that are 
likely to be useful to any Maven plugin that is building and releasing code 
with Maven 2/3.</description>
-  <url>http://maven.apache.org/pom/maven-plugins/</url>
+  <url>http://maven.apache.org/${maven.site.path}</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</connection>
@@ -45,10 +45,7 @@ under the License.
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/MPOM/component/12314501</url>
   </issueManagement>
-  <ciManagement>
-    <system>Jenkins</system>
-    <url>https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins/</url>
-  </ciManagement>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>


Reply via email to