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 2013/01/25 22:08:21 UTC

svn commit: r1438708 - in /maven/jxr/trunk: maven-jxr-plugin/pom.xml pom.xml

Author: olamy
Date: Fri Jan 25 21:08:21 2013
New Revision: 1438708

URL: http://svn.apache.org/viewvc?rev=1438708&view=rev
Log:
jxr-plugin has now jxr parent as parent.

Modified:
    maven/jxr/trunk/maven-jxr-plugin/pom.xml
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?rev=1438708&r1=1438707&r2=1438708&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Fri Jan 25 21:08:21 2013
@@ -23,10 +23,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-plugins</artifactId>
-    <version>22</version>
-    <relativePath>../../plugins/maven-plugins</relativePath>
+    <groupId>org.apache.maven.jxr</groupId>
+    <artifactId>jxr</artifactId>
+    <version>2.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
@@ -37,28 +36,8 @@ under the License.
   <name>Maven JXR Plugin</name>
   <inceptionYear>2005</inceptionYear>
 
-  <developers>
-    <developer>
-      <name>Fabrice Bellingard</name>
-      <email>bellingard.NO-SPAM@gmail.com</email>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Benson Margulies</name>
-      <email>bimargulies@gmail.com</email>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>EST</timezone>
-    </developer>
-  </developers>
-
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <sitePluginVersion>3.0</sitePluginVersion>
     <doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>
     <doxiaVersion>1.2</doxiaVersion>
   </properties>
@@ -67,13 +46,6 @@ under the License.
     <maven>${mavenVersion}</maven>
   </prerequisites>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-jxr-plugin/</url>
-    </site>
-  </distributionManagement>
-
   <build>
     <pluginManagement>
       <plugins>
@@ -161,7 +133,6 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438708&r1=1438707&r2=1438708&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:08:21 2013
@@ -56,6 +56,11 @@ under the License.
     <url>https://builds.apache.org/hudson/job/maven-jxr/</url>
   </ciManagement>
 
+  <properties>
+    <sitePluginVersion>3.0</sitePluginVersion>
+  </properties>
+
+
   <modules>
     <module>maven-jxr</module>
     <module>maven-jxr-plugin</module>