You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/01/29 22:04:41 UTC

svn commit: r1237483 - /incubator/rat/whisker/trunk/pom.xml

Author: rdonkin
Date: Sun Jan 29 21:04:41 2012
New Revision: 1237483

URL: http://svn.apache.org/viewvc?rev=1237483&view=rev
Log:
WHISKER-1 Factor out junit version into property. Many thanks to Hugo Hirsch for the patch.

Modified:
    incubator/rat/whisker/trunk/pom.xml

Modified: incubator/rat/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/pom.xml?rev=1237483&r1=1237482&r2=1237483&view=diff
==============================================================================
--- incubator/rat/whisker/trunk/pom.xml (original)
+++ incubator/rat/whisker/trunk/pom.xml Sun Jan 29 21:04:41 2012
@@ -73,7 +73,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.1</version>
+        <version>${junit.version}</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -93,6 +93,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <target.jdk>1.5</target.jdk>
+    <junit.version>3.8.1</junit.version>
   </properties>
 
   <!-- ================================ Build information -->