> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Tuesday, 1 June 2010 1:58 AM > To: [email protected] > Subject: svn commit: r949777 - /incubator/rat/main/trunk/pom.xml > > Author: bodewig > Date: Mon May 31 15:57:57 2010 > New Revision: 949777 > > URL: http://svn.apache.org/viewvc?rev=949777&view=rev > Log: > use a range, 1.8.0 will do > > Modified: > incubator/rat/main/trunk/pom.xml > > Modified: incubator/rat/main/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=94977 > 7&r1=949776&r2=949777&view=diff > ======================================================================= > ======= > --- incubator/rat/main/trunk/pom.xml (original) > +++ incubator/rat/main/trunk/pom.xml Mon May 31 15:57:57 2010 > @@ -101,7 +101,7 @@ Note that binary compatibility is not ga > <dependency> > <groupId>org.apache.ant</groupId> > <artifactId>ant</artifactId> > - <version>1.8.1</version> > + <version>[1.8.0,)</version>
Having a square bracket opener and a round bracket closer seems weird to me, is that correct? Gav... > <scope>provided</scope> > </dependency> > <dependency> > @@ -118,7 +118,7 @@ Note that binary compatibility is not ga > <dependency> > <groupId>org.apache.ant</groupId> > <artifactId>ant-testutil</artifactId> > - <version>1.8.1</version> > + <version>[1.8.0,)</version> > <scope>test</scope> > </dependency> > </dependencies> >
