You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/04 14:22:34 UTC

[commons-jcs] branch master updated: Pickup JApiCmp version from parent POM

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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new e171a48a Pickup JApiCmp version from parent POM
e171a48a is described below

commit e171a48a56a79f6d973b1042e771fe5e134657d2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 4 09:22:30 2023 -0500

    Pickup JApiCmp version from parent POM
---
 commons-jcs-core/pom.xml | 1 -
 pom.xml                  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index ad51adfc..7a6206b2 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -43,7 +43,6 @@
      <!-- generate report even if there are binary incompatible changes -->
      <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
      <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
-     <commons.japicmp.version>0.15.3</commons.japicmp.version>
      <japicmp.skip>false</japicmp.skip>
      <commons.osgi.import>
          javax.servlet.*;resolution=optional,
diff --git a/pom.xml b/pom.xml
index fda9c94d..f4fca41d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -536,6 +536,7 @@
     <commons.releaseManagerName>tv</commons.releaseManagerName>
     <commons.releaseManagerKey>88817402</commons.releaseManagerKey>
     <!-- The RC version used in the staging repository URL. -->
+    <commons.bc.version>3.1</commons.bc.version>
     <commons.rc.version>rc1</commons.rc.version>
     <commons.jira.id>JCS</commons.jira.id>
     <commons.site.path>commons-jcs</commons.site.path>