You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mk...@apache.org on 2008/02/28 19:20:07 UTC

svn commit: r632079 - /maven/plugins/trunk/maven-toolchains-plugin/pom.xml

Author: mkleint
Date: Thu Feb 28 10:20:00 2008
New Revision: 632079

URL: http://svn.apache.org/viewvc?rev=632079&view=rev
Log:
use org.apache.maven groupid for toolchains component..

Modified:
    maven/plugins/trunk/maven-toolchains-plugin/pom.xml

Modified: maven/plugins/trunk/maven-toolchains-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/pom.xml?rev=632079&r1=632078&r2=632079&view=diff
==============================================================================
--- maven/plugins/trunk/maven-toolchains-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-toolchains-plugin/pom.xml Thu Feb 28 10:20:00 2008
@@ -38,7 +38,7 @@
       <version>2.0.8</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-toolchain</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>