You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/14 22:19:55 UTC

svn commit: r422015 - /incubator/activemq/trunk/pom.xml

Author: jstrachan
Date: Fri Jul 14 13:19:55 2006
New Revision: 422015

URL: http://svn.apache.org/viewvc?rev=422015&view=rev
Log:
Upgraded to xbean 2.5

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=422015&r1=422014&r2=422015&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Fri Jul 14 13:19:55 2006
@@ -306,7 +306,7 @@
             <dependency>
 		        <groupId>org.apache.xbean</groupId>
 		        <artifactId>xbean-spring</artifactId>
-		        <version>2.5-SNAPSHOT</version>
+		        <version>${xbean-version}</version>
 		        <optional>true</optional>
 		        <exclusions>
 		          <exclusion>
@@ -371,7 +371,7 @@
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring</artifactId>
-		        <version>2.0-rc1</version>
+		        <version>2.0-rc2</version>
                 <optional>true</optional>
 		        <exclusions>
 		          <exclusion>
@@ -960,5 +960,6 @@
         <xmlbeans-version>2.0.0-beta1</xmlbeans-version>
         <xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
         <xstream-version>1.1.2</xstream-version>
+        <xbean-version>2.5</xbean-version>
     </properties>
 </project>