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/03 12:32:02 UTC

[commons-configuration] branch master updated: [CONFIGURATION-754] Update Apache Commons Text from 1.7 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b671ea  [CONFIGURATION-754] Update Apache Commons Text from 1.7 to 1.8.
6b671ea is described below

commit 6b671ea0de8e3e0b1c5595fc35af331d4e133b08
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 3 08:31:57 2019 -0400

    [CONFIGURATION-754] Update Apache Commons Text from 1.7 to 1.8.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e7bbdb..41842eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,7 +292,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.7</version>
+      <version>1.8</version>
     </dependency>
 
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7053251..97f8abd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-752" due-to="Gary Gregory">
         Update Apache Commons VFS from 2.3 to 2.4.1.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-754" due-to="Gary Gregory">
+        Update Apache Commons Text from 1.7 to 1.8.
+      </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         Fix Javadoc for org.apache.commons.configuration2.PropertiesConfiguration.getIncludeOptional().
       </action>