Author: gmazza
Date: Thu Aug  7 16:50:46 2014
New Revision: 1616535

URL: http://svn.apache.org/r1616535
Log:
Updated Spring and Eclipselink versions.

Modified:
    roller/trunk/app/pom.xml

Modified: roller/trunk/app/pom.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1616535&r1=1616534&r2=1616535&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Thu Aug  7 16:50:46 2014
@@ -23,7 +23,7 @@
         
<testIndexDir>${project.build.testOutputDirectory}${file.separator}index</testIndexDir>
         
<testPlanetCache>${project.build.testOutputDirectory}${file.separator}planetcache</testPlanetCache>
         <lucene.version>4.9.0</lucene.version>
-        <spring.version>4.0.5.RELEASE</spring.version>
+        <spring.version>4.0.6.RELEASE</spring.version>
         <spring.security.version>3.2.4.RELEASE</spring.security.version>
     </properties>
 
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.eclipse.persistence</groupId>
             <artifactId>eclipselink</artifactId>
-            <version>2.5.1</version>
+            <version>2.5.2</version>
         </dependency>
 
         <!-- Alternative testing with Hibernate (used by default with JBoss)


Reply via email to