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 2019/07/27 23:40:12 UTC

[commons-text] branch master updated: Update properties for the next release.

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 5a88627  Update properties for the next release.
5a88627 is described below

commit 5a88627d1756b3406e7a56f596e6881931d6be49
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 27 19:40:06 2019 -0400

    Update properties for the next release.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e123b88..9b31b72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <commons.componentid>text</commons.componentid>
     <commons.module.name>org.apache.commons.text</commons.module.name>
 
-    <commons.release.version>1.7</commons.release.version>
+    <commons.release.version>1.8</commons.release.version>
     <commons.release.desc>(Java 8+)</commons.release.desc>
 
     <commons.jira.id>TEXT</commons.jira.id>
@@ -63,7 +63,7 @@
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.6</commons.bc.version>
+    <commons.bc.version>1.7</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>