new version not in update center

2017-01-08 Thread domi
Hi,

last Friday I made a new realise of the config-file-provider plugin (version 
2.15.3). The release went smooth, but after 3 days, the new version is still 
not visible in the update center :(

…but the artefact is available in the repo
https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/config-file-provider/2.15.3/config-file-provider-2.15.3.hpi
 


has any one any idea whats wrong?

thanks Domi

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/86A03F31-620B-40EB-815B-EF17AAA0092C%40fortysix.ch.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to release new version of plugin

2017-01-08 Thread Irfan Sayed
Hi Baptiste,
I tried creating settings.xml and try to perform the release. still the
issue persist.
Effective POM also looks OK.

 

  maven.jenkins-ci.org
  https://repo.jenkins-ci.org/releases/


  maven.jenkins-ci.org
  https://repo.jenkins-ci.org/snapshots/

  

Regards,
Irfan



On Sun, Jan 8, 2017 at 12:57 AM, Irfan Sayed  wrote:

> Sorry. while experimenting, that modification left as it is. i fixed that
> and uploaded new version. please have a look
> further , please find the attached settings.xml as well
>
> Regards,
>
>
> On Sun, Jan 8, 2017 at 2:44 AM, Baptiste Mathus  wrote:
>
>> Your current pom.xml is not even valid from a Maven PoV. You commented
>> out the artifactId
>> 
>> for one.
>> So I don't know what you're testing right now, but no, this is not what
>> is on your repo because that immediately fails with Maven.
>>
>> Please file a PR with what you really have. For me, once this is removed
>> this seems fine. Or maybe you have crap left somehow in your settings.xml.
>>
>> 2017-01-07 17:43 GMT+01:00 Irfan Sayed :
>>
>>> Thanks.
>>> Yes. I did remove the DistributionManagement from my POM.
>>> Please refer here actual code. This is the latest code which i would
>>> like to release
>>> https://github.com/jenkinsci/sinatra-chef-builder-plugin
>>>
>>> Regards,
>>>
>>>
>>> On Fri, Jan 6, 2017 at 9:27 PM, Baptiste Mathus  wrote:
>>>
 Can you create a branch or a PR against your repo so that we check
 actual code/thing?

 Also, did you *remove* the distributionManagement part from your pom as
 I said?

 2017-01-06 15:08 GMT+01:00 Irfan Sayed :

> I changed the version from 2.3 to 2.5 , but still it refers to old
> repo.
> then i again changed to more updated version of plugin POM : 2.11 ,
> still the same issue...
> in the effective POM, there is no entry with 8081 port
>
> i have checked the .m2/settings.xml file as well, there is also not
> any old repo.
>
> i have referred this sample POM: https://github.com/jenkin
> sci/maven-hpi-plugin/blob/49fc9860c98b23a3690c5110b84aee
> fed12a/hpi-archetype/pom.xml#L6...L29
> i have deleted all the contents of local maven repo (just in case) and
> tried again.
>
> I am still not getting what is wrong ?
>
> regards,
>
>
>
>
> On Fri, Jan 6, 2017 at 5:30 AM, Daniel Beck  wrote:
>
>>
>> > On 06.01.2017, at 14:26, Irfan Sayed  wrote:
>> >
>> > 2.3 
>> >
>>
>> The first response you got linked to:
>> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#
>> HostingPlugins-Workingaroundcommonissues
>>
>> And it says:
>>
>> > … or update to the parent plugins POM 2.5 or newer
>>
>> 2.3 is not newer than 2.5.
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-dev/AC4A284C-F84
>> D-4F1C-AFE3-31EB11A6C819%40beckweb.net.
>> 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 jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CACGLCJapwky
> 4ADhy88iiY%3DBUvNDa-k7ASQ7bXdjXTxRE0kQA5g%40mail.gmail.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 jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/jenkinsci-dev/CANWgJS4q9uP5jz5n_5wnLdDFbX-K37BrgeAzNdPs9
 mKEWv6umg%40mail.gmail.com
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> You received this message because you are 

Re: Not able to release new version of plugin

2017-01-08 Thread Irfan Sayed
Sorry. while experimenting, that modification left as it is. i fixed that
and uploaded new version. please have a look
further , please find the attached settings.xml as well

Regards,


On Sun, Jan 8, 2017 at 2:44 AM, Baptiste Mathus  wrote:

> Your current pom.xml is not even valid from a Maven PoV. You commented
> out the artifactId
> 
> for one.
> So I don't know what you're testing right now, but no, this is not what is
> on your repo because that immediately fails with Maven.
>
> Please file a PR with what you really have. For me, once this is removed
> this seems fine. Or maybe you have crap left somehow in your settings.xml.
>
> 2017-01-07 17:43 GMT+01:00 Irfan Sayed :
>
>> Thanks.
>> Yes. I did remove the DistributionManagement from my POM.
>> Please refer here actual code. This is the latest code which i would like
>> to release
>> https://github.com/jenkinsci/sinatra-chef-builder-plugin
>>
>> Regards,
>>
>>
>> On Fri, Jan 6, 2017 at 9:27 PM, Baptiste Mathus  wrote:
>>
>>> Can you create a branch or a PR against your repo so that we check
>>> actual code/thing?
>>>
>>> Also, did you *remove* the distributionManagement part from your pom as
>>> I said?
>>>
>>> 2017-01-06 15:08 GMT+01:00 Irfan Sayed :
>>>
 I changed the version from 2.3 to 2.5 , but still it refers to old repo.
 then i again changed to more updated version of plugin POM : 2.11 ,
 still the same issue...
 in the effective POM, there is no entry with 8081 port

 i have checked the .m2/settings.xml file as well, there is also not any
 old repo.

 i have referred this sample POM: https://github.com/jenkin
 sci/maven-hpi-plugin/blob/49fc9860c98b23a3690c5110b84aee
 fed12a/hpi-archetype/pom.xml#L6...L29
 i have deleted all the contents of local maven repo (just in case) and
 tried again.

 I am still not getting what is wrong ?

 regards,




 On Fri, Jan 6, 2017 at 5:30 AM, Daniel Beck  wrote:

>
> > On 06.01.2017, at 14:26, Irfan Sayed  wrote:
> >
> > 2.3 
> >
>
> The first response you got linked to:
> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#
> HostingPlugins-Workingaroundcommonissues
>
> And it says:
>
> > … or update to the parent plugins POM 2.5 or newer
>
> 2.3 is not newer than 2.5.
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/AC4A284C-F84
> D-4F1C-AFE3-31EB11A6C819%40beckweb.net.
> 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 jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/jenkinsci-dev/CACGLCJapwky4ADhy88iiY%3DBUvNDa-k7ASQ7bXdj
 XTxRE0kQA5g%40mail.gmail.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 jenkinsci-dev+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/jenkinsci-dev/CANWgJS4q9uP5jz5n_5wnLdDFbX-K37BrgeAzNdPs9
>>> mKEWv6umg%40mail.gmail.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 jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-dev/CACGLCJZ6PjFH1K1PkOKAMvHFA_u%3DDfq-hvPbYam
>> e4TWR7QcmPw%40mail.gmail.com
>> 
>>