This is a mail coming a bit out of the blue probably, since I haven't been really publicly active yet on continuum.
Can we please not depend on SNAPSHOT's anymore that are outside of the continuum project ? This makes continuum highly unstable and makes maintenance way too hard if you also have to start monitoring the external snapshots. Continuum is not the place to test a bug fix in plexus-utils I think (if that is what happened, didn't check the plexus-utils changes). Mvgr, Martin [EMAIL PROTECTED] wrote: > Author: olamy > Date: Thu Jun 12 14:30:43 2008 > New Revision: 667235 > > URL: http://svn.apache.org/viewvc?rev=667235&view=rev > Log: > upgrade to last p-u SNAPSHOT to test fix for CONTINUUM-1360 (semicolon in svn > args) > > > > Modified: > continuum/trunk/pom.xml > > Modified: continuum/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=667235&r1=667234&r2=667235&view=diff > ============================================================================== > --- continuum/trunk/pom.xml (original) > +++ continuum/trunk/pom.xml Thu Jun 12 14:30:43 2008 > @@ -640,7 +640,7 @@ > <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-utils</artifactId> > - <version>1.5.1</version> > + <version>1.5.2-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>org.codehaus.plexus</groupId> > > > >
