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 9c0b5cf0 Prepare for the release candidate 1.11.0 RC1
9c0b5cf0 is described below

commit 9c0b5cf007818c3fb1ac36d5ed394d56d0fd13c3
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 25 13:17:22 2025 +0000

    Prepare for the release candidate 1.11.0 RC1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bf7133e8..4803a564 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.11.0-SNAPSHOT</version>
+  <version>1.11.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-02-13T12:46:59Z</project.build.outputTimestamp>
+      
<project.build.outputTimestamp>2025-05-25T13:14:59Z</project.build.outputTimestamp>
       <japicmp.skip>false</japicmp.skip>
       <!-- Commons Release Plugin -->
       <commons.bc.version>1.10.0</commons.bc.version>

Reply via email to