You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/09/01 14:05:04 UTC

[commons-codec] 05/05: Update binary compatibility version

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

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

commit ea6058c3e3f1b4d2e4b0df87f5237feb277054be
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Sep 1 15:00:54 2020 +0100

    Update binary compatibility version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 885cb1c..fcf0685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@ limitations under the License.
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.14</commons.bc.version>
+    <commons.bc.version>1.15</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>