Author: sgoeschl
Date: Wed Jun 11 03:42:25 2008
New Revision: 666613

URL: http://svn.apache.org/viewvc?rev=666613&view=rev
Log:
Changed the <groupId> from 'org.apache.fulcrum' to 'org.apache.turbine.fulcrum' 
to give a clear indication that this is a turbine subproject

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

Modified: turbine/fulcrum/trunk/yaafi/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/pom.xml?rev=666613&r1=666612&r2=666613&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi/pom.xml Wed Jun 11 03:42:25 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.fulcrum</groupId>
+    <groupId>org.apache.turbine.fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
@@ -133,4 +133,4 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
        
-</project>
\ No newline at end of file
+</project>


Reply via email to