This is an automated email from the ASF dual-hosted git repository.
mattjuntunen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/release by this push:
new 01e1b407 updating version
01e1b407 is described below
commit 01e1b40769f6dd5046c74f38c4c59cf4af5e37a1
Author: Matt Juntunen <[email protected]>
AuthorDate: Mon Jun 20 23:02:50 2022 -0400
updating version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f37be7bd..fda1902f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
- <version>2.8.0</version>
+ <version>2.8</version>
<name>Apache Commons Configuration</name>
<inceptionYear>2001</inceptionYear>
@@ -560,7 +560,7 @@
<properties>
<commons.componentid>configuration</commons.componentid>
<commons.module.name>org.apache.commons.configuration2</commons.module.name>
- <commons.release.version>2.8.0</commons.release.version>
+ <commons.release.version>2.8</commons.release.version>
<commons.release.desc>(reworked 2.x version)</commons.release.desc>
<commons.release.2.name>commons-configuration-${commons.release.2.version}</commons.release.2.name>
<commons.release.2.version>1.10</commons.release.2.version>