On Wed, 2002-06-12 at 20:29, [EMAIL PROTECTED] wrote: > dion 2002/06/12 17:29:03 > > Modified: . jars.list project.xml > Log: > Fixed the jelly 'dev' jar, which didn't include some needed classes. > We need to stick to dated jars....
If you're going to mark snapshot jars use the: ant maven:jar -Dmaven.build=snapshot And a JAR will be produced with a timestamp that can be used to retrieve the representative sources. > Revision Changes Path > 1.18 +1 -1 jakarta-turbine-maven/jars.list > > Index: jars.list > =================================================================== > RCS file: /home/cvs/jakarta-turbine-maven/jars.list,v > retrieving revision 1.17 > retrieving revision 1.18 > diff -u -r1.17 -r1.18 > --- jars.list 10 Jun 2002 10:24:40 -0000 1.17 > +++ jars.list 13 Jun 2002 00:29:03 -0000 1.18 > @@ -41,7 +41,7 @@ > regexp-1.2.jar > velocity-1.4-dev.jar > velocity-dvsl-0.43.jar > -commons-jelly-1.0-dev.jar > +commons-jelly-20020612.jar > commons-jexl-1.0-dev.jar > xercesImpl-2.0.0.jar > xmlParserAPIs-2.0.0.jar > > > > 1.106 +1 -1 jakarta-turbine-maven/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v > retrieving revision 1.105 > retrieving revision 1.106 > diff -u -r1.105 -r1.106 > --- project.xml 10 Jun 2002 15:43:58 -0000 1.105 > +++ project.xml 13 Jun 2002 00:29:03 -0000 1.106 > @@ -312,7 +312,7 @@ > > <dependency> > <id>commons-jelly</id> > - <version>1.0-dev</version> > + <version>20020612</version> > <url>http://jakarta.apache.org/commons/sandbox/jelly/</url> > </dependency> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
