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/12/16 02:14:40 UTC

svn commit: r726910 - in /maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x: doxia-decoration-model/pom.xml pom.xml

Author: vsiveton
Date: Mon Dec 15 17:14:40 2008
New Revision: 726910

URL: http://svn.apache.org/viewvc?rev=726910&view=rev
Log:
o added pluginManagement for plexus-maven-plugin

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

Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/pom.xml?rev=726910&r1=726909&r2=726910&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/pom.xml Mon Dec 15 17:14:40 2008
@@ -87,7 +87,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
         <executions>
           <execution>
             <goals>

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=726910&r1=726909&r2=726910&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 Mon Dec 15 17:14:40 2008
@@ -194,6 +194,11 @@
             <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags</tagBase>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <version>1.3.5</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>