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 <albert.kur...@gmail.com> 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 <ol...@apache.org> 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 >> >