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 2012/03/31 19:22:55 UTC

svn commit: r1307858 - in /maven/doxia/doxia-tools/trunk: doxia-integration-tools/pom.xml pom.xml

Author: dennisl
Date: Sat Mar 31 17:22:55 2012
New Revision: 1307858

URL: http://svn.apache.org/viewvc?rev=1307858&view=rev
Log:
Post-move clean-up for doxia-integration-tools:
- Fix relative path to parent
- Change artifactsId, name and description
- Add module

Modified:
    maven/doxia/doxia-tools/trunk/doxia-integration-tools/pom.xml
    maven/doxia/doxia-tools/trunk/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-integration-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-integration-tools/pom.xml?rev=1307858&r1=1307857&r2=1307858&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-integration-tools/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-integration-tools/pom.xml Sat Mar 31 17:22:55 2012
@@ -23,16 +23,16 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.shared</groupId>
-    <artifactId>maven-shared-components</artifactId>
-    <version>17</version>
-    <relativePath>../maven-shared-components/pom.xml</relativePath>
+    <groupId>org.apache.maven.doxia</groupId>
+    <artifactId>doxia-tools</artifactId>
+    <version>1.3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <artifactId>maven-doxia-tools</artifactId>
+  <artifactId>doxia-integration-tools</artifactId>
   <version>1.5-SNAPSHOT</version>
 
-  <name>Maven Doxia Integration Tools</name>
+  <name>Doxia Tools :: Integration Tools</name>
   <description>A collection of tools to help the integration of Doxia in Maven plugins.</description>
 
   <prerequisites>
@@ -40,9 +40,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-integration-tools/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-integration-tools/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-integration-tools/</url>
   </scm>
   <issueManagement>
     <system>jira</system>

Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=1307858&r1=1307857&r2=1307858&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Sat Mar 31 17:22:55 2012
@@ -154,6 +154,7 @@ under the License.
     <module>doxia-book-renderer</module>
     <module>doxia-book-maven-plugin</module>
     <module>doxia-converter</module>
+    <module>doxia-integration-tools</module>
     <module>doxia-linkcheck</module>
   </modules>