You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by nm...@apache.org on 2013/03/15 14:48:19 UTC

svn commit: r1456953 - /incubator/onami/trunk/scheduler/pom.xml

Author: nmwael
Date: Fri Mar 15 13:48:18 2013
New Revision: 1456953

URL: http://svn.apache.org/r1456953
Log:
Updated quartz dependency to 2.1.7

Modified:
    incubator/onami/trunk/scheduler/pom.xml

Modified: incubator/onami/trunk/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/pom.xml?rev=1456953&r1=1456952&r2=1456953&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/pom.xml (original)
+++ incubator/onami/trunk/scheduler/pom.xml Fri Mar 15 13:48:18 2013
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz</artifactId>
-      <version>2.1.6</version>
+      <version>2.1.7</version>
       <scope>compile</scope>
     </dependency>
 
@@ -168,5 +168,4 @@
       </plugin>
     </plugins>
   </build>
-
 </project>