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 de...@apache.org on 2009/02/20 22:46:08 UTC

svn commit: r746375 - /maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml

Author: dennisl
Date: Fri Feb 20 21:46:07 2009
New Revision: 746375

URL: http://svn.apache.org/viewvc?rev=746375&view=rev
Log:
o Use released version of Doxia.
o Lock down version of modello-maven-plugin.

Modified:
    maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml

Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml?rev=746375&r1=746374&r2=746375&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml (original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml Fri Feb 20 21:46:07 2009
@@ -111,7 +111,7 @@
 
   <properties>
     <projectVersion>${project.version}</projectVersion>
-    <doxiaVersion>1.0-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.0</doxiaVersion>
   </properties>
 
   <dependencyManagement>
@@ -195,6 +195,11 @@
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.codehaus.modello</groupId>
+          <artifactId>modello-maven-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
           <version>1.3.5</version>