You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/04/02 19:18:07 UTC

svn commit: r761351 - /tuscany/java/sca/modules/implementation-bpel/pom.xml

Author: rfeng
Date: Thu Apr  2 17:18:07 2009
New Revision: 761351

URL: http://svn.apache.org/viewvc?rev=761351&view=rev
Log:
Update to JUNIT 4.5

Modified:
    tuscany/java/sca/modules/implementation-bpel/pom.xml

Modified: tuscany/java/sca/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel/pom.xml?rev=761351&r1=761350&r2=761351&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel/pom.xml Thu Apr  2 17:18:07 2009
@@ -74,9 +74,9 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
+			<version>4.5</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-	
+
 </project>