I assume you are referring to the plugin parent pom. We switched to a version number that is independent of Jenkins core.
Basically always use the latest plugin parent. Specify the jenkins baseline version using the <jenkins.version> property in your pom. The new parent will work as far back as 1.580 (if you tweak the correct properties) and it makes testing with hpi:run easier against different versions (to make sure your plugin will also work on latest jenkins) On 9 June 2016 at 17:54, Mike Caspar <[email protected]> wrote: > Correction.. > > I meant 1.651.2 (latest LTS from May). > > Mike > > On 16-06-09 12:51 PM, Mike Caspar wrote: > > Hi there, > > Can someone help me out (I may have missed a repo change or something?). > > My available options goes as high as 1.645 and then jump to 2.0 > > My Maven repo is set to.. > > http://repo.jenkins-ci.org/public/ > > <parent> > <groupId>org.jenkins-ci.plugins</groupId> > <artifactId>plugin</artifactId> > <version>1.642</version> > </parent> > > I would like to be able to dev/test on the latest LTS 1.652.1 > > Can someone help ? > > Thanks > > Mike > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/3lRzi1S30f8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > <https://groups.google.com/d/msgid/jenkinsci-dev/a4ca6de8-962a-4c02-a596-70520141c8c8%40googlegroups.com?utm_medium=email&utm_source=footer> > https://groups.google.com/d/msgid/jenkinsci-dev/a4ca6de8-962a-4c02-a596-70520141c8c8%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/57599F58.8040701%40caspar.com > <https://groups.google.com/d/msgid/jenkinsci-dev/57599F58.8040701%40caspar.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BnPnMyzx_Mv9SPm8jW7s5hya%3DOGMKZSjyxr_Vgrz%3DK9kBCexQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
