You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/09/23 13:06:28 UTC

svn commit: r698137 - in /maven/doxia: doxia-sitetools/trunk/pom.xml doxia-tools/trunk/pom.xml doxia/trunk/pom.xml site/pom.xml

Author: vsiveton
Date: Tue Sep 23 04:06:27 2008
New Revision: 698137

URL: http://svn.apache.org/viewvc?rev=698137&view=rev
Log:
o using latest maven-parent

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml
    maven/doxia/doxia-tools/trunk/pom.xml
    maven/doxia/doxia/trunk/pom.xml
    maven/doxia/site/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=698137&r1=698136&r2=698137&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Tue Sep 23 04:06:27 2008
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 

Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=698137&r1=698136&r2=698137&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Tue Sep 23 04:06:27 2008
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=698137&r1=698136&r2=698137&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Sep 23 04:06:27 2008
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=698137&r1=698136&r2=698137&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Tue Sep 23 04:06:27 2008
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>6</version>
+    <version>9</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -176,7 +176,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-17</version>
+        <version>1.0-alpha-21</version>
         <configuration>
           <model>src/main/modello/book.mdo</model>
           <version>1.0.0</version>
@@ -235,5 +235,4 @@
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </pluginRepository>
   </pluginRepositories>
-
 </project>