Author: sgoeschl
Date: Wed Jun 11 03:43:22 2008
New Revision: 666615
URL: http://svn.apache.org/viewvc?rev=666615&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/commonsemail/pom.xml
Modified: turbine/fulcrum/trunk/commonsemail/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/commonsemail/pom.xml?rev=666615&r1=666614&r2=666615&view=diff
==============================================================================
--- turbine/fulcrum/trunk/commonsemail/pom.xml (original)
+++ turbine/fulcrum/trunk/commonsemail/pom.xml Wed Jun 11 03:43:22 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>