You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/10/22 23:58:15 UTC

svn commit: r587275 - /maven/components/trunk/maven-core/pom.xml

Author: carlos
Date: Mon Oct 22 14:58:14 2007
New Revision: 587275

URL: http://svn.apache.org/viewvc?rev=587275&view=rev
Log:
Use new group for the reporting-api

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/pom.xml?rev=587275&r1=587274&r2=587275&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Mon Oct 22 14:58:14 2007
@@ -41,7 +41,7 @@
       <version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-reporting-api</artifactId>
       <version>2.1-SNAPSHOT</version>
     </dependency>