On 3 October 2011 22:41, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Mon Oct 3 21:41:39 2011 > New Revision: 1178593 > > URL: http://svn.apache.org/viewvc?rev=1178593&view=rev > Log: > Update to JUnit 4.10 from 4.9. > > Modified: > commons/proper/lang/trunk/build.properties.sample > commons/proper/lang/trunk/default.properties
The above files both need to be updated when the jar versions change. That just seems wrong. I would expect the default.properties to define the required versions, and build.properties.sample should only be needed if there is no local repository. So default.properties should define everything it needs. > commons/proper/lang/trunk/pom.xml > > Modified: commons/proper/lang/trunk/build.properties.sample > URL: > http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.properties.sample?rev=1178593&r1=1178592&r2=1178593&view=diff > ============================================================================== > --- commons/proper/lang/trunk/build.properties.sample (original) > +++ commons/proper/lang/trunk/build.properties.sample Mon Oct 3 21:41:39 2011 > @@ -22,6 +22,6 @@ > > # Repository base path - unnecessary if full jar paths are provided below > repository=${user.home}/.m2/repository > -junit.home=${repository}/junit/junit/4.7/ > +junit.home=${repository}/junit/junit/4.10/ > easymock.home=${repository}/org/easymock/easymock/2.5.2/ > commons-io.home=${repository}/commons-io/commons-io/2.0.1/ > > Modified: commons/proper/lang/trunk/default.properties > URL: > http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1178593&r1=1178592&r2=1178593&view=diff > ============================================================================== > --- commons/proper/lang/trunk/default.properties (original) > +++ commons/proper/lang/trunk/default.properties Mon Oct 3 21:41:39 2011 > @@ -18,7 +18,7 @@ > # $Id$ > > # The location of the "junit.jar" JAR file > -junit.jar = ${junit.home}/junit-4.9.jar > +junit.jar = ${junit.home}/junit-4.10.jar > > # The location of the Easymock jar > easymock.jar = ${easymock.home}/easymock-2.5.2.jar > > Modified: commons/proper/lang/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1178593&r1=1178592&r2=1178593&view=diff > ============================================================================== > --- commons/proper/lang/trunk/pom.xml (original) > +++ commons/proper/lang/trunk/pom.xml Mon Oct 3 21:41:39 2011 > @@ -438,7 +438,7 @@ > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > - <version>4.9</version> > + <version>4.10</version> > <scope>test</scope> > </dependency> > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org