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/09/02 20:26:34 UTC

[commons-text] branch master updated (d66f426 -> 60ebc73)

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

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


    from d66f426  Update spotbugs-maven-plugin to version 3.1.12.2.
     add b63df8d  Update POM version numbers for Apache Commons Text release 1.8
     new d830d57  Bump to next development version
     new 60ebc73  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-text] 02/02: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text

Posted by gg...@apache.org.
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

commit 60ebc732cf6fd4ba9b42619b95dc6ee43b1067fd
Merge: d830d57 d66f426
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 2 16:26:15 2019 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text

 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)



[commons-text] 01/02: Bump to next development version

Posted by gg...@apache.org.
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

commit d830d574bbcf8cd542362d672d5b78805f2ccd76
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 2 16:25:44 2019 -0400

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65627ae..e67e445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>48</version>
   </parent>
   <artifactId>commons-text</artifactId>
-  <version>1.8</version>
+  <version>1.8.1-SNAPSHOT</version>
   <name>Apache Commons Text</name>
   <description>Apache Commons Text is a library focused on algorithms working on strings.</description>
   <url>https://commons.apache.org/proper/commons-text</url>