This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/release by this push: new dd8ba1fa Prepare for the release candidate 2.0.0-M2 RC1 dd8ba1fa is described below commit dd8ba1fa8c615bf7cb5b476444591e538ddf570b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 25 13:37:46 2025 +0000 Prepare for the release candidate 2.0.0-M2 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f1dd55b2..83e51c24 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-beanutils2</artifactId> - <version>2.0.0-M2-SNAPSHOT</version> + <version>2.0.0-M2</version> <name>Apache Commons BeanUtils</name> <inceptionYear>2000</inceptionYear> @@ -58,7 +58,7 @@ <commons.bc.version>2.0.0-M1</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2025-01-07T14:08:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-05-25T13:32:31Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.95</commons.jacoco.classRatio>