You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by jg...@apache.org on 2015/11/23 19:21:10 UTC

svn commit: r1715910 - in /openjpa/branches/1.0.x: openjpa-examples/pom.xml openjpa-lib/pom.xml openjpa-persistence-jdbc/pom.xml

Author: jgrassel
Date: Mon Nov 23 18:21:10 2015
New Revision: 1715910

URL: http://svn.apache.org/viewvc?rev=1715910&view=rev
Log:
OPENJPA-2616: Update commons collections to 3.2.2

Modified:
    openjpa/branches/1.0.x/openjpa-examples/pom.xml
    openjpa/branches/1.0.x/openjpa-lib/pom.xml
    openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/branches/1.0.x/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-examples/pom.xml?rev=1715910&r1=1715909&r2=1715910&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-examples/pom.xml Mon Nov 23 18:21:10 2015
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2</version>
+            <version>3.2.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: openjpa/branches/1.0.x/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-lib/pom.xml?rev=1715910&r1=1715909&r2=1715910&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-lib/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-lib/pom.xml Mon Nov 23 18:21:10 2015
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2</version>
+            <version>3.2.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

Modified: openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml?rev=1715910&r1=1715909&r2=1715910&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml Mon Nov 23 18:21:10 2015
@@ -401,7 +401,7 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2</version>
+            <version>3.2.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>