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

svn commit: r306573 - /maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml

Author: brett
Date: Thu Oct  6 03:10:39 2005
New Revision: 306573

URL: http://svn.apache.org/viewcvs?rev=306573&view=rev
Log:
fix group ID

Modified:
    maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml?rev=306573&r1=306572&r2=306573&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml Thu Oct  6 03:10:39 2005
@@ -25,7 +25,7 @@
       <version>2.0-beta-2</version>
     </dependency>
     <dependency>
-      <groupId>plexus</groupId>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-input-handler-api</artifactId>
       <version>1.0-alpha-3</version>
     </dependency>