On 06/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: rahul > Date: Thu Dec 6 15:25:54 2007 > New Revision: 601912 > > URL: http://svn.apache.org/viewvc?rev=601912&view=rev > Log: > Time to use a recent JUnit release. >
Does JUnit 4.4 not require Java 1.5? The pom says to use 1.4 for building - how does that work if JUnit needs 1.5? > 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=601912&r1=601911&r2=601912&view=diff > ============================================================================== > --- commons/proper/scxml/trunk/build.xml (original) > +++ commons/proper/scxml/trunk/build.xml Thu Dec 6 15:25:54 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-4.4.jar" usetimestamp="true" > ignoreerrors="true" > src="http://www.ibiblio.org/maven/junit/jars/junit-4.4.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=601912&r1=601911&r2=601912&view=diff > ============================================================================== > --- commons/proper/scxml/trunk/pom.xml (original) > +++ commons/proper/scxml/trunk/pom.xml Thu Dec 6 15:25:54 2007 > @@ -111,7 +111,7 @@ > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > - <version>3.8.1</version> > + <version>4.4</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=601912&r1=601911&r2=601912&view=diff > ============================================================================== > --- commons/proper/scxml/trunk/project.xml (original) > +++ commons/proper/scxml/trunk/project.xml Thu Dec 6 15:25:54 2007 > @@ -171,7 +171,7 @@ > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > - <version>3.8.1</version> > + <version>4.4</version> > <url>http://www.junit.org/</url> > <properties> > <comment><b>Test</b> only</comment> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]