Author: sgoeschl
Date: Mon Mar 23 19:00:05 2009
New Revision: 757501
URL: http://svn.apache.org/viewvc?rev=757501&view=rev
Log:
Fixing broken M2 build
Modified:
turbine/fulcrum/trunk/quartz/pom.xml
Modified: turbine/fulcrum/trunk/quartz/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/pom.xml?rev=757501&r1=757500&r2=757501&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Mon Mar 23 19:00:05 2009
@@ -88,13 +88,13 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
- <version>1.0.5</version>
+ <version>1.0.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>1.0.5</version>
+ <version>1.0.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>