You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/14 12:22:23 UTC

svn commit: r1243879 - /james/mailbox/trunk/pom.xml

Author: eric
Date: Tue Feb 14 11:22:23 2012
New Revision: 1243879

URL: http://svn.apache.org/viewvc?rev=1243879&view=rev
Log:
Upgrade to spring 3.1 (JAMES-1371)

Modified:
    james/mailbox/trunk/pom.xml

Modified: james/mailbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1243879&r1=1243878&r2=1243879&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Tue Feb 14 11:22:23 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>james-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.8</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath></relativePath>
     </parent>
 
@@ -87,6 +87,7 @@
         <version.jackrabbit>2.2.0</version.jackrabbit>
         <version.hbase>0.90.4</version.hbase>
         <version.hadoop>0.20.205.0</version.hadoop>
+        <version.spring>3.1.0.RELEASE</version.spring>
     </properties>
 
     <dependencyManagement>
@@ -455,22 +456,22 @@
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-core</artifactId>
-                <version>3.0.5.RELEASE</version>
+                <version>${version.spring}</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-beans</artifactId>
-                <version>3.0.5.RELEASE</version>
+                <version>${version.spring}</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-context</artifactId>
-                <version>3.0.5.RELEASE</version>
+                <version>${version.spring}</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-orm</artifactId>
-                <version>3.0.5.RELEASE</version>
+                <version>${version.spring}</version>
             </dependency>
 
             <!--



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org