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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0320b17  Update Apache Commons Collections from 4.3 to 4.4.
0320b17 is described below

commit 0320b1757ee006c4d0fec175d4280e666993ef51
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Tue Jul 9 10:49:50 2019 -0400

    Update Apache Commons Collections from 4.3 to 4.4.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7914834..a59e893 100755
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.3</version>
+      <version>4.4</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2a6776e..7db7c22 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,7 @@
       <action type="update" dev="ggregory">checkstyle.version 8.18 -> 
8.19</action>
       <action type="update" dev="ggregory">maven-pmd-plugin 3.11.0 -> 
3.12.0</action>
       <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 
8.19 -> 8.20</action>
+      <action type="update" dev="ggregory">Update Apache Commons Collections 
from 4.3 to 4.4</action>
     </release>
 
     <release version="1.6" date="2019-03-08" description="Version 1.6">

Reply via email to