You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/30 17:50:27 UTC

svn commit: r1307488 - /commons/proper/sanselan/trunk/pom.xml

Author: sebb
Date: Fri Mar 30 15:50:26 2012
New Revision: 1307488

URL: http://svn.apache.org/viewvc?rev=1307488&view=rev
Log:
Update to CP 24
And Junit 4.10

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

Modified: commons/proper/sanselan/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/sanselan/trunk/pom.xml?rev=1307488&r1=1307487&r2=1307488&view=diff
==============================================================================
--- commons/proper/sanselan/trunk/pom.xml (original)
+++ commons/proper/sanselan/trunk/pom.xml Fri Mar 30 15:50:26 2012
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>22</version>
+    <version>24</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -178,7 +178,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>