The <id>commons-collections+testframework</id> came from Brent, so I assume is valid Maven.
I am still hoping to get a valid SNAPSHOT onto ibiblio before xmas. Unless your 20031207 references mean that you have already sent an update to ibibilio? Stephen ----- Original Message ----- From: "Dirk Verbeeck" <[EMAIL PROTECTED]> > To refer to this existing file: > http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-te stframework-SNAPSHOT.jar > > You need to have these tags: > <groupId>commons-collections</groupId> > <artifactId>commons-collections-testframework</artifactId> > > Change to SNAPSHOT is ok if the jars are updated, now you get compile > errors from the out-of-date jars. > > -- Dirk > > > [EMAIL PROTECTED] wrote: > > scolebourne 2003/12/09 14:28:46 > > > > Modified: events project.xml > > Log: > > Update the project xml > > (I think these should refer to snapshot, even though the snapshot isn't on ibiblio yet) > > > > Revision Changes Path > > 1.4 +4 -6 jakarta-commons-sandbox/events/project.xml > > > > Index: project.xml > > =================================================================== > > RCS file: /home/cvs/jakarta-commons-sandbox/events/project.xml,v > > retrieving revision 1.3 > > retrieving revision 1.4 > > diff -u -r1.3 -r1.4 > > --- project.xml 7 Dec 2003 18:58:43 -0000 1.3 > > +++ project.xml 9 Dec 2003 22:28:46 -0000 1.4 > > @@ -38,17 +38,15 @@ > > <url>http://www.junit.org/</url> > > </dependency> > > <dependency> > > - <groupId>commons-collections</groupId> > > - <artifactId>commons-collections-testframework</artifactId> > > - <version>20031207</version> > > + <id>commons-collections+testframework</id> > > + <version>SNAPSHOT</version> > > <url>http://jakarta.apache.org/commons/collections/</url> > > </dependency> > > > > <!-- run time dependencies --> > > <dependency> > > - <groupId>commons-collections</groupId> > > - <artifactId>commons-collections</artifactId> > > - <version>20031207</version> > > + <id>commons-collections</id> > > + <version>SNAPSHOT</version> > > <url>http://jakarta.apache.org/commons/collections/</url> > > </dependency> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
