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
commit e4eb3568ab6076585cb51b4a6d3f329ae04d2efb Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 27 01:02:31 2024 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a3866623..ad0cb91e 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-M1-SNAPSHOT</version> + <version>2.0.0-M1</version> <name>Apache Commons BeanUtils</name> <inceptionYear>2000</inceptionYear> @@ -56,7 +56,7 @@ <!-- Commons Release Plugin --> <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-27T00:59:21Z</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>