You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/12/24 10:35:33 UTC

[archiva-parent] branch master updated: Adding central version numbers

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 9c4827c  Adding central version numbers
9c4827c is described below

commit 9c4827c1e09e468fac5fb733af3da9cb6081a758
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Tue Dec 24 11:35:18 2019 +0100

    Adding central version numbers
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91c68bc..19fc67f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,8 @@
     <log4j.version>2.12.1</log4j.version>
     <spring.version>4.3.10.RELEASE</spring.version>
 
+    <ehcache.version>2.10.6</ehcache.version>
+    <hsqldb.version>2.5.0</hsqldb.version>
 
     <!-- apache commons -->
     <commons.lang3.version>3.9</commons.lang3.version>
@@ -90,7 +92,9 @@
     <commons.collections.3.version>3.2.2</commons.collections.3.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <commons.logging.version>1.2</commons.logging.version>
-  
+    <commons.io.version>2.6</commons.io.version>
+    <commons.digester.version>2.1</commons.digester.version>
+
     <!-- java ee APIs -->
     <javax.annotation.version>1.3.2</javax.annotation.version>