Author: pottlinger
Date: Thu Mar 10 06:56:59 2016
New Revision: 1734360
URL: http://svn.apache.org/viewvc?rev=1734360&view=rev
Log:
RAT-213: Upgrade to commons-collections 3.2.2
Modified:
creadur/rat/trunk/RELEASE_NOTES.txt
creadur/rat/trunk/pom.xml
creadur/rat/trunk/src/changes/changes.xml
Modified: creadur/rat/trunk/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/RELEASE_NOTES.txt?rev=1734360&r1=1734359&r2=1734360&view=diff
==============================================================================
--- creadur/rat/trunk/RELEASE_NOTES.txt (original)
+++ creadur/rat/trunk/RELEASE_NOTES.txt Thu Mar 10 06:56:59 2016
@@ -54,6 +54,9 @@ Rat 0.12 (SNAPSHOT)
* [RAT-202] - Report layout differs between successful RAT checks and
existence of unapproved files.
* [RAT-203] - Using 'license' in README, source code, javadoc, comments
and site instead of 'licence'; improve terminology to not confuse RAT consumers.
* [RAT-204] - Unify resource handling in code and tests, make sure the
resources are properly closed. Apply minor refactorings.
+ * [RAT-213] - Upgrade to commons-collections 3.2.2.
+ (thanks to Glenn Lewis)
+
Rat 0.11
========
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1734360&r1=1734359&r2=1734360&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Thu Mar 10 06:56:59 2016
@@ -104,7 +104,7 @@ agnostic home for software distribution
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Modified: creadur/rat/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/src/changes/changes.xml?rev=1734360&r1=1734359&r2=1734360&view=diff
==============================================================================
--- creadur/rat/trunk/src/changes/changes.xml (original)
+++ creadur/rat/trunk/src/changes/changes.xml Thu Mar 10 06:56:59 2016
@@ -60,6 +60,9 @@ The <action> type attribute can be add,u
We've integrated Rat into the ASF Jenkins to ensure continuous builds with
various JDK versions.
">
+ <action issue="RAT-213" type="fix" dev="pottlinger">
+ Upgrade to commons-collections 3.2.2.
+ </action>
<action issue="RAT-210" type="fix" dev="pottlinger">
Adapt layout of Creadur project pages to use the new ASF logo. Change
links to SSL.
</action>