You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/11 21:27:37 UTC

svn commit: r1324926 - /archiva/redback/redback-components/trunk/pom.xml

Author: olamy
Date: Wed Apr 11 19:27:37 2012
New Revision: 1324926

URL: http://svn.apache.org/viewvc?rev=1324926&view=rev
Log:
fix groupId

Modified:
    archiva/redback/redback-components/trunk/pom.xml

Modified: archiva/redback/redback-components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/pom.xml?rev=1324926&r1=1324925&r2=1324926&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/pom.xml (original)
+++ archiva/redback/redback-components/trunk/pom.xml Wed Apr 11 19:27:37 2012
@@ -19,7 +19,7 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.codehaus.redback.components</groupId>
+  <groupId>org.apache.archiva.redback.components</groupId>
   <artifactId>redback-components-aggregator</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>