summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-09-28 21:53:12 +0000
committerOlivier Lamy <olamy@apache.org>2011-09-28 21:53:12 +0000
commitba02febf8642ce6b00d4a5d8c272d2fe2a6fe286 (patch)
tree384254339b408f554da49688fda01ec0c67498fb
parente259d38caf07c8a60ce3c942d6584d2c5191f338 (diff)
downloadarchiva-ba02febf8642ce6b00d4a5d8c272d2fe2a6fe286.tar.gz
archiva-ba02febf8642ce6b00d4a5d8c272d2fe2a6fe286.zip
upgrade quartz to last version 2.1.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177081 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 15b1354fc..e5ffd6d1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -729,7 +729,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<exclusions>
<exclusion>
<groupId>c3p0</groupId>