Author: rahul Date: Wed Dec 12 11:16:50 2007 New Revision: 603707 URL: http://svn.apache.org/viewvc?rev=603707&view=rev Log: Upgrade to JUnit 3.8.2. Thanks for Sebb <sebbaz AT gmail DOT com> for the nudge.
Modified: commons/proper/scxml/trunk/build.xml commons/proper/scxml/trunk/pom.xml commons/proper/scxml/trunk/project.xml Modified: commons/proper/scxml/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/build.xml?rev=603707&r1=603706&r2=603707&view=diff ============================================================================== --- commons/proper/scxml/trunk/build.xml (original) +++ commons/proper/scxml/trunk/build.xml Wed Dec 12 11:16:50 2007 @@ -199,7 +199,7 @@ <setproxy> </setproxy> - <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"> + <get dest="${libdir}/junit-3.8.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.2.jar"> </get> <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.8.jar"> </get> Modified: commons/proper/scxml/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=603707&r1=603706&r2=603707&view=diff ============================================================================== --- commons/proper/scxml/trunk/pom.xml (original) +++ commons/proper/scxml/trunk/pom.xml Wed Dec 12 11:16:50 2007 @@ -111,7 +111,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <scope>test</scope> </dependency> <dependency> Modified: commons/proper/scxml/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=603707&r1=603706&r2=603707&view=diff ============================================================================== --- commons/proper/scxml/trunk/project.xml (original) +++ commons/proper/scxml/trunk/project.xml Wed Dec 12 11:16:50 2007 @@ -171,7 +171,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <url>http://www.junit.org/</url> <properties> <comment><b>Test</b> only</comment>