You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/15 19:25:59 UTC

svn commit: r1632128 - /commons/proper/jcs/trunk/pom.xml

Author: ggregory
Date: Wed Oct 15 17:25:59 2014
New Revision: 1632128

URL: http://svn.apache.org/r1632128
Log:
Update tests with openwebbeans-impl from 1.2.2 to 1.2.6.

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1632128&r1=1632127&r2=1632128&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 15 17:25:59 2014
@@ -348,7 +348,7 @@
       <dependency>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans-impl</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.6</version>
         <scope>test</scope>
       </dependency>