You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2013/01/15 12:09:43 UTC

svn commit: r1433366 - /incubator/droids/branches/0.2.x-cleanup/droids-crawler/pom.xml

Author: thorsten
Date: Tue Jan 15 12:09:43 2013
New Revision: 1433366

URL: http://svn.apache.org/viewvc?rev=1433366&view=rev
Log:
Fixing junit version

Modified:
    incubator/droids/branches/0.2.x-cleanup/droids-crawler/pom.xml

Modified: incubator/droids/branches/0.2.x-cleanup/droids-crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/branches/0.2.x-cleanup/droids-crawler/pom.xml?rev=1433366&r1=1433365&r2=1433366&view=diff
==============================================================================
--- incubator/droids/branches/0.2.x-cleanup/droids-crawler/pom.xml (original)
+++ incubator/droids/branches/0.2.x-cleanup/droids-crawler/pom.xml Tue Jan 15 12:09:43 2013
@@ -19,7 +19,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>