This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch jakartaee9 in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
commit a65822a1e7131f6d59df4593813926a98bd88e7e Author: Martin Schreier <[email protected]> AuthorDate: Fri Jan 7 12:30:22 2022 +0100 Adding comment for version property --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0394c5e..4d9d237 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,7 @@ <commons.codec.version>1.15</commons.codec.version> <commons.configuration.version>2.7</commons.configuration.version> <commons.text.version>1.9</commons.text.version> + <!-- Beanutil is a transient dependency of commons configuration2, beanutils version depends on it --> <commons.beanutils.version>1.9.4</commons.beanutils.version> <commons.logging.version>1.2</commons.logging.version> <commons.io.version>2.11.0</commons.io.version>
