This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cf66582 Skip JApiCmp until 2.0.0 is done
6cf66582 is described below

commit 6cf66582aae5417fff3aa1088fee56701ffb3ca0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 23 08:58:04 2025 -0400

    Skip JApiCmp until 2.0.0 is done
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 649d3f24..f1dd55b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <surefire.argLine>-Xmx256M 
-Djava.locale.providers=COMPAT</surefire.argLine>
     <commons.encoding>utf-8</commons.encoding>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
+    <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>
@@ -70,6 +70,8 @@
     <commons.jacoco.lineRatio>0.72</commons.jacoco.lineRatio>
     <!-- Dependencies -->
     <commons.collections.version>4.5.0</commons.collections.version>
+    <!-- TEMP until 2.0.0 is done. -->
+    <japicmp.skip>true</japicmp.skip>
   </properties>
 
   <issueManagement>

Reply via email to