This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 338a748154fc1a74d45de6e38d95c76bcac58dea Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Mon Apr 28 09:22:40 2025 -0400 update: pom.xml/changes.xml accommodate for 2.12.1-SNAPSHOT --- pom.xml | 2 +- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4d07959a..0a26e3da 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-configuration2</artifactId> - <version>2.12.0</version> + <version>2.12.1-SNAPSHOT</version> <name>Apache Commons Configuration</name> <inceptionYear>2001</inceptionYear> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a3e74a87..d6674e6f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,6 +23,8 @@ <author email="d...@commons.apache.org">Apache Commons Community</author> </properties> <body> + <release version="2.12.1" date="YYYY-MM-DD" description="Minor release with new features and updated dependencies; requires Java 8 or above."> + </release> <release version="2.12.0" date="2025-04-22" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">PropertyConverter.to(Class, Object, DefaultConversionHandler) doesn't convert custom java.lang.Number subclasses.</action>