Author: ggregory
Date: Thu Oct 4 17:37:59 2018
New Revision: 1842834
URL: http://svn.apache.org/viewvc?rev=1842834&view=rev
Log:
[CONFIGURATION-725] Update Apache Commons Text from 1.4 to 1.5.
Modified:
commons/proper/configuration/trunk/pom.xml
commons/proper/configuration/trunk/src/changes/changes.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1842834&r1=1842833&r2=1842834&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Oct 4 17:37:59 2018
@@ -277,7 +277,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
</dependency>
<dependency>
Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1842834&r1=1842833&r2=1842834&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Oct 4
17:37:59 2018
@@ -72,6 +72,9 @@
<action dev="ggregory" type="update" issue="CONFIGURATION-724">
Add support for Commons Text 1.4 localhost string lookup as a default
lookup.
</action>
+ <action dev="ggregory" type="update" issue="CONFIGURATION-725">
+ Update Apache Commons Text from 1.4 to 1.5.
+ </action>
</release>
<release version="2.3" date="2018-08-04"