You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/03/04 22:15:03 UTC

svn commit: r919185 - /shindig/trunk/pom.xml

Author: lindner
Date: Thu Mar  4 21:15:03 2010
New Revision: 919185

URL: http://svn.apache.org/viewvc?rev=919185&view=rev
Log:
bump junit to 4.8.1

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=919185&r1=919184&r2=919185&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Thu Mar  4 21:15:03 2010
@@ -1266,7 +1266,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.7</version>
+      <version>4.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>