Probably caused by http://jira.codehaus.org/browse/MNG-3092 which makes snapshot versions selected as part of version ranges.
Vincent 2013/10/21 Kohsuke Kawaguchi <[email protected]> > > I'm not sure where this that particular snapshot dependency is coming > from. When I look at jnr-ffi:1.0.4 POM, I don't see anything wrong: > > http://search.maven.org/**remotecontent?filepath=com/** > github/jnr/jnr-ffi/1.0.4/jnr-**ffi-1.0.4.pom<http://search.maven.org/remotecontent?filepath=com/github/jnr/jnr-ffi/1.0.4/jnr-ffi-1.0.4.pom> > > <dependency> >> <groupId>com.github.jnr</**groupId> >> <artifactId>jffi</artifactId> >> <version>[1.2.1, 1.3.0)</version> >> <scope>compile</scope> >> </dependency> >> > > > On 10/21/2013 01:12 AM, Stephen Connolly wrote: > >> There are two transitive -SNAPSHOT dependencies that have leaked into >> the 1.509.4 pom >> >> [DEBUG] org.jenkins-ci.main:jenkins-**core:jar:1.509.4:provided >> [DEBUG] org.jenkins-ci.main:cli:jar:1.**509.4:provided >> [DEBUG] org.jenkins-ci:version-number:**jar:1.1:provided >> [DEBUG] org.jenkins-ci:crypto-util:**jar:1.1:provided >> [DEBUG] org.jvnet.hudson:jtidy:jar:**4aug2000r7-dev-hudson-1:** >> provided >> [DEBUG] org.sonatype.sisu:sisu-guice:**jar:3.1.0:provided >> [DEBUG] javax.inject:javax.inject:jar:**1:provided >> [DEBUG] aopalliance:aopalliance:jar:1.**0:provided >> [DEBUG] org.jruby.ext.posix:jna-posix:**jar:1.0.3:provided >> [DEBUG] com.github.jnr:jnr-posix:jar:**3.0.0:provided >> [DEBUG] com.github.jnr:jnr-ffi:jar:1.**0.4:provided >> *[DEBUG] com.github.jnr:jffi:jar:1.2.8-**SNAPSHOT:provided* >> *[DEBUG] com.github.jnr:jffi:jar:**native:1.2.8-SNAPSHOT:** >> provided* >> >> [DEBUG] org.ow2.asm:asm:jar:4.0:**provided >> [DEBUG] org.ow2.asm:asm-commons:jar:4.**0:provided >> [DEBUG] org.ow2.asm:asm-analysis:jar:**4.0:provided >> [DEBUG] org.ow2.asm:asm-tree:jar:4.0:**provided >> [DEBUG] org.ow2.asm:asm-util:jar:4.0:**provided >> [DEBUG] com.github.jnr:jnr-x86asm:jar:**1.0.2:provided >> [DEBUG] com.github.jnr:jnr-constants:**jar:0.8.4:provided >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to >> jenkinsci-dev+unsubscribe@**googlegroups.com<jenkinsci-dev%[email protected]> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> > > > -- > Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/ > Try Jenkins Enterprise, our professional version of Jenkins > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > jenkinsci-dev+unsubscribe@**googlegroups.com<jenkinsci-dev%[email protected]> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
