This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new fc3fe5d Adding quartz version property
fc3fe5d is described below
commit fc3fe5d9f75c87116e6310753527afebc6fb130f
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Nov 24 10:46:50 2019 +0100
Adding quartz version property
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index ee14212..83ad335 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,8 @@
<commons-beanutils.version>1.9.3</commons-beanutils.version>
+ <quartz.version>2.3.1</quartz.version>
+
</properties>