You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sa...@apache.org on 2007/07/25 10:52:03 UTC

svn commit: r559362 - /webservices/commons/trunk/modules/axiom/project.xml

Author: sanka
Date: Wed Jul 25 01:52:00 2007
New Revision: 559362

URL: http://svn.apache.org/viewvc?view=rev&rev=559362
Log:
Updated the project.xml to use ${junit.version} variable.

Modified:
    webservices/commons/trunk/modules/axiom/project.xml

Modified: webservices/commons/trunk/modules/axiom/project.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/project.xml?view=diff&rev=559362&r1=559361&r2=559362
==============================================================================
--- webservices/commons/trunk/modules/axiom/project.xml (original)
+++ webservices/commons/trunk/modules/axiom/project.xml Wed Jul 25 01:52:00 2007
@@ -345,7 +345,7 @@
 	<dependency>
 	    <groupId>junit</groupId>
 	    <artifactId>junit</artifactId>
-	    <version>3.8.2</version>
+	    <version>${junit.version}</version>
 	</dependency>
 	
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org