Author: sgoeschl
Date: Fri Jun 13 11:30:49 2008
New Revision: 667614

URL: http://svn.apache.org/viewvc?rev=667614&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/yaafi/pom.xml

Modified: turbine/fulcrum/trunk/yaafi/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/pom.xml?rev=667614&r1=667613&r2=667614&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi/pom.xml Fri Jun 13 11:30:49 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>
@@ -70,7 +70,7 @@
       <groupId>jamon</groupId>
       <artifactId>jamon</artifactId>
       <version>2.7.0</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>    
     <dependency>
       <groupId>avalon-framework</groupId>


Reply via email to