You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by gw...@apache.org on 2014/03/26 22:41:26 UTC

svn commit: r1582078 - /syncope/trunk/pom.xml

Author: gwimmel
Date: Wed Mar 26 21:41:26 2014
New Revision: 1582078

URL: http://svn.apache.org/r1582078
Log:
[SYNCOPE-487] revert accidental modification of quartz.version in conflict resolution of merge from 1_1_X

Modified:
    syncope/trunk/pom.xml

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1582078&r1=1582077&r2=1582078&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Wed Mar 26 21:41:26 2014
@@ -328,7 +328,7 @@ under the License.
     <xstream.version>1.4.7</xstream.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>
-    <quartz.version>2.1.7</quartz.version>
+    <quartz.version>2.2.1</quartz.version>
 
     <openjpa.version>2.3.0</openjpa.version>
     <bval.version>0.5</bval.version>