Author: rwesten
Date: Tue Nov 17 09:19:25 2015
New Revision: 1714737
URL: http://svn.apache.org/viewvc?rev=1714737&view=rev
Log:
updated commons-collections to 3.2.2 for COLLECTIONS-580
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
stanbol/branches/release-0.12/parent/pom.xml
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1714737&r1=1714736&r2=1714737&view=diff
==============================================================================
---
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Tue Nov 17 09:19:25 2015
@@ -106,7 +106,7 @@
<bundle>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
</bundle>
<bundle>
<groupId>commons-io</groupId>
Modified: stanbol/branches/release-0.12/parent/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/parent/pom.xml?rev=1714737&r1=1714736&r2=1714737&view=diff
==============================================================================
--- stanbol/branches/release-0.12/parent/pom.xml (original)
+++ stanbol/branches/release-0.12/parent/pom.xml Tue Nov 17 09:19:25 2015
@@ -796,7 +796,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>