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/12 17:34:59 UTC

[archiva-parent] branch master updated: Switching to commons configuration 2

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 85079d0  Switching to commons configuration 2
85079d0 is described below

commit 85079d02b161882b2e5d3488e87e7930674b7f95
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Dec 12 18:20:34 2019 +0100

    Switching to commons configuration 2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92248ef..91c68bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
     <!-- apache commons -->
     <commons.lang3.version>3.9</commons.lang3.version>
     <commons.codec.version>1.13</commons.codec.version>
-    <commons.configuration.version>1.10</commons.configuration.version>
+    <commons.configuration.version>2.6</commons.configuration.version>
     <commons.text.version>1.8</commons.text.version>
     <commons.collections.3.version>3.2.2</commons.collections.3.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>