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 2020/06/22 14:53:56 UTC

[commons-text] branch master updated: Set commons.bc.version to 1.8.

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


The following commit(s) were added to refs/heads/master by this push:
     new 859f399  Set commons.bc.version to 1.8.
859f399 is described below

commit 859f3993a9b71f29d04b983a67cabe04faa2dfa9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 22 10:53:49 2020 -0400

    Set commons.bc.version to 1.8.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac87a3b..3ce5e88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.7</commons.bc.version>
+    <commons.bc.version>1.8</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>