RC5 fixed this issue, thanks Alex. On Mon, Apr 2, 2012 at 10:15 AM, Olivier Lamy <[email protected]> wrote:
> thanks ! > > 2012/4/2 Alexander Kitaev <[email protected]>: > > I agree, SNAPSHOT dependency in a release build is a bug. We'll fix it > soon. > > > > Alexander Kitaev, > > TMate Software, > > http://subgit.com/ - Svn to Git Migration! > > http://svnkit.com/ - Java [Sub]Versioning Library! > > http://hg4j.com/ - Java Mercurial Library! > > http://sqljet.com/ - Java SQLite Library! > > > > > > > > On 2 April 2012 18:02, Albert Kurucz <[email protected]> wrote: > >> Having references to a SNAPSHOT in the dependencies list is OK when > building > >> a SNAPSHOT version. > >> It is not OK when building any non-SNAPSHOT version, not even a BETA > should > >> be build with references to SNAPSHOT-s, but for an RC build, it is a > really > >> big mistake. > >> > >> Any build environment (or build script) should have have a built in > checker > >> for this rule, otherwise it is worthless. > >> > >> Is it just my opinion? > >> > >> Al > >> > >> > >> > >> On Fri, Mar 30, 2012 at 2:26 PM, Olivier Lamy <[email protected]> wrote: > >>> > >>> Hello, > >>> The release here > >>> > >>> > http://maven.tmatesoft.com/content/repositories/releases/org/tmatesoft/svnkit/svnkit/1.7.4-rc4/svnkit-1.7.4-rc4.pom > >>> > >>> It contains a version to a SNAPSHOT library : > >>> > >>> <dependency> > >>> <groupId>de.regnis.q.sequence</groupId> > >>> <artifactId>sequence-library</artifactId> > >>> <version>1.0.1-SNAPSHOT</version> > >>> <scope>compile</scope> > >>> </dependency> > >>> > >>> Normal ? > >>> > >>> Thanks, > >>> -- > >>> Olivier Lamy > >>> Talend: http://coders.talend.com > >>> http://twitter.com/olamy | http://linkedin.com/in/olamy > >>> > >> > > > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > >
