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:43 UTC

svn commit: r356089 - /maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml

Author: jdcasey
Date: Sun Dec 11 17:26:42 2005
New Revision: 356089

URL: http://svn.apache.org/viewcvs?rev=356089&view=rev
Log:
bumping doxia core dependency groupId to new one.

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

Modified: maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml?rev=356089&r1=356088&r2=356089&view=diff
==============================================================================
--- maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml (original)
+++ maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml Sun Dec 11 17:26:42 2005
@@ -56,7 +56,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.doxia</groupId>
+      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-core</artifactId>
       <version>1.0-alpha-6</version>
       <exclusions>