Author: sgoeschl
Date: Fri Jun 13 11:48:45 2008
New Revision: 667618
URL: http://svn.apache.org/viewvc?rev=667618&view=rev
Log:
Fixed broken M2 build
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=667618&r1=667617&r2=667618&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Fri Jun 13 11:48:45 2008
@@ -101,13 +101,13 @@
</dependency>
<!-- testing dependencies -->
<dependency>
- <groupId>org.apache.turbine.fulcrum</groupId>
+ <groupId>fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
<version>1.0.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.turbine.fulcrum</groupId>
+ <groupId>fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
<version>1.0.6-SNAPSHOT </version>
<scope>test</scope>