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

svn commit: r356088 - /maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml

Author: jdcasey
Date: Sun Dec 11 17:26:13 2005
New Revision: 356088

URL: http://svn.apache.org/viewcvs?rev=356088&view=rev
Log:
bumping doxia sink api groupId to new one.

Modified:
    maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml

Modified: maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml?rev=356088&r1=356087&r2=356088&view=diff
==============================================================================
--- maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml (original)
+++ maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml Sun Dec 11 17:26:13 2005
@@ -21,7 +21,7 @@
   </developers>
   <dependencies>
     <dependency>
-      <groupId>org.codehaus.doxia</groupId>
+      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
       <version>1.0-alpha-6</version>
     </dependency>