If you need a quick fix to get the upload working without having to
re-engineer for a more modern POM, you can just override the
distributionmanagement section to point to the correct host:

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Bear in mind, you'll need to revert the release first, commit that change
and then run the release from the start.  You'll also need to add your
credentials for that host to the maven settings file as well.

Tony

On Wed, Feb 26, 2020 at 11:26 PM Terry Moreland <terry.s.morel...@gmail.com>
wrote:

> ah the joys of legacy code, or configurations, either way it can eat up a
> fair bit of time.  I should've expected something like this as the code
> update was too easy
>
> On Wed, 26 Feb 2020 at 22:51, Daniel Beck <db...@cloudbees.com> wrote:
>
>> The host name you specify in your pom.xml hasn't existed in ~5 years.
>> Your plugin might need a general pom.xml update.
>>
>> The repo is now at https://repo.jenkins-ci.org/releases/
>>
>> Also, releasing as documented will automatically tag as well.
>>
>> --
>> 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/CAMo7PtJb9TzLRzCcnVsXAsD%3DbUx2W2chwTo9TeorPzBR-HbTFw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7PtJb9TzLRzCcnVsXAsD%3DbUx2W2chwTo9TeorPzBR-HbTFw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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/CAM5UBjeHJTv9KCiQbX6CjexZ%2BVNejxFOo0ukL_OU-MAMdwdtkw%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-dev/CAM5UBjeHJTv9KCiQbX6CjexZ%2BVNejxFOo0ukL_OU-MAMdwdtkw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAEWqh9Fmg1wSxdY-WNdA2E_bn-pqgwkcM3F0B7_b6mjRWX8Jog%40mail.gmail.com.

Reply via email to