You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2014/03/07 04:52:44 UTC

svn commit: r1575139 - /maven/indexer/branches/lucene-4.6/pom.xml

Author: olamy
Date: Fri Mar  7 03:52:44 2014
New Revision: 1575139

URL: http://svn.apache.org/r1575139
Log:
Update junit dependency

Modified:
    maven/indexer/branches/lucene-4.6/pom.xml

Modified: maven/indexer/branches/lucene-4.6/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/branches/lucene-4.6/pom.xml?rev=1575139&r1=1575138&r2=1575139&view=diff
==============================================================================
--- maven/indexer/branches/lucene-4.6/pom.xml (original)
+++ maven/indexer/branches/lucene-4.6/pom.xml Fri Mar  7 03:52:44 2014
@@ -126,7 +126,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.10</version>
+        <version>4.11</version>
         <scope>test</scope>
       </dependency>
       <dependency>