This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-1.x
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/release-1.x by this push:
new 0ff56492 Prepare for the next release candidate
0ff56492 is described below
commit 0ff56492bc943899c16d9109f961a60e6e08ece0
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 31 14:53:25 2025 +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 097d6bf3..8b06228b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.1-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Commons BeanUtils</name>
<inceptionYear>2000</inceptionYear>
@@ -49,7 +49,7 @@
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-beanutils</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<!-- project.build.outputTimestamp is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>2025-01-07T13:21:19Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-01-31T14:50:57Z</project.build.outputTimestamp>
<japicmp.skip>false</japicmp.skip>
<!-- Commons Release Plugin -->
<commons.bc.version>1.9.4</commons.bc.version>