You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/11 10:56:15 UTC

svn commit: r1324651 - /archiva/redback/redback-components/trunk/spring-quartz/pom.xml

Author: olamy
Date: Wed Apr 11 08:56:15 2012
New Revision: 1324651

URL: http://svn.apache.org/viewvc?rev=1324651&view=rev
Log:
use quartz 2.1.3

Modified:
    archiva/redback/redback-components/trunk/spring-quartz/pom.xml

Modified: archiva/redback/redback-components/trunk/spring-quartz/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-quartz/pom.xml?rev=1324651&r1=1324650&r2=1324651&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-quartz/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-quartz/pom.xml Wed Apr 11 08:56:15 2012
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz</artifactId>
-      <version>2.1.1</version>
+      <version>2.1.3</version>
       <exclusions>
         <exclusion>
           <groupId>c3p0</groupId>