Author: jstrachan
Date: Mon Jun 5 06:02:51 2006
New Revision: 411776
URL: http://svn.apache.org/viewvc?rev=411776&view=rev
Log:
Rolled back upgrade to spring-2.0 as my mvn2 build was confusing me into
thinking it actually works :(
Modified:
incubator/activemq/trunk/pom.xml
Modified: incubator/activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=411776&r1=411775&r2=411776&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Mon Jun 5 06:02:51 2006
@@ -377,7 +377,10 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
+ <!--
<version>2.0-M5</version>
+ -->
+ <version>1.2.8</version>
<optional>true</optional>
</dependency>
@@ -825,4 +828,4 @@
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>