You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/10/16 14:09:21 UTC

svn commit: r1398754 - /airavata/trunk/pom.xml

Author: smarru
Date: Tue Oct 16 12:09:20 2012
New Revision: 1398754

URL: http://svn.apache.org/viewvc?rev=1398754&view=rev
Log:
Adding junit version in main pom as well

Modified:
    airavata/trunk/pom.xml

Modified: airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1398754&r1=1398753&r2=1398754&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Tue Oct 16 12:09:20 2012
@@ -72,7 +72,7 @@
         <log4j.version>1.2.16</log4j.version>
         <axiom.version>1.2.8</axiom.version>
         <surefire.version>2.12</surefire.version>
-	<junit.version>4.7</junit.version>
+		<junit.version>4.7</junit.version>
         <jcr.version>2.0</jcr.version>
         <xmlbeans.version>2.5.0</xmlbeans.version>
         <xpp3.version>1.1.3_7</xpp3.version>
@@ -278,7 +278,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.7</version>
+                <version>${junit.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>