You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2005/10/02 05:12:04 UTC

svn commit: r293065 - in /maven/continuum/trunk: continuum-plexus-application/pom.xml pom.xml

Author: brett
Date: Sat Oct  1 20:11:58 2005
New Revision: 293065

URL: http://svn.apache.org/viewcvs?rev=293065&view=rev
Log:
use new plexus plugin

Modified:
    maven/continuum/trunk/continuum-plexus-application/pom.xml
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=293065&r1=293064&r2=293065&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Sat Oct  1 20:11:58 2005
@@ -26,7 +26,7 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>plexus</groupId>
+        <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
         <executions>
           <execution>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=293065&r1=293064&r2=293065&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Sat Oct  1 20:11:58 2005
@@ -102,9 +102,8 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>plexus</groupId>
+          <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.1-alpha-6</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>