Author: sgoeschl
Date: Fri Jun 13 11:30:37 2008
New Revision: 667613

URL: http://svn.apache.org/viewvc?rev=667613&view=rev
Log:
Changing the groupId from 'org.apache.turbine.fulcrum' to 'fulcrum' to save me 
from a lot of headache

Modified:
    turbine/fulcrum/trunk/testcontainer/pom.xml

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=667613&r1=667612&r2=667613&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Fri Jun 13 11:30:37 2008
@@ -20,7 +20,7 @@
     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";>
   <parent>
-    <groupId>org.apache.turbine.fulcrum</groupId>
+    <groupId>fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>


Reply via email to