Author: sgoeschl
Date: Fri Jun 13 11:30:04 2008
New Revision: 667610
URL: http://svn.apache.org/viewvc?rev=667610&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/cache/pom.xml
Modified: turbine/fulcrum/trunk/cache/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=667610&r1=667609&r2=667610&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Fri Jun 13 11:30:04 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>