On 6/30/05, Jukka Zitting <[EMAIL PROTECTED]> wrote: > Hi all, > > Time to do the following?
yep, absolutely. go ahead:) > > Index: project.xml > =================================================================== > --- project.xml (revision 202512) > +++ project.xml (working copy) > @@ -289,8 +289,8 @@ > <dependency> > <groupId>jsr170</groupId> > <artifactId>jcr</artifactId> > - <version>0.16.4.1</version> > - <url>http://www.day.com/maven/jsr170/jars/jcr-0.16.4.1.jar</url> > + <version>1.0</version> > + <url>http://www.day.com/maven/jsr170/jars/jcr-1.0.jar</url> > </dependency> > <dependency> > <id>log4j</id> > > Are there any essential changes from 0.16.4.1 that I'd need to know > about before applying this upgrade to my other JCR projects? I could not > find a changelog against 0.16.4.1. no, 1.0 'is' 0.16.4.1. > > PS. Should we change the <url> to point to > http://jcp.org/en/jsr/detail?id=170 instead of the Day repository. The > maven.repo.remote setting in project.properties already points Maven to > the right direction and the "official" URL would be more useful on the > Dependencies web page generated by Maven. good point, i agree. cheers stefan > > BR, > > Jukka Zitting >
