piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

Upload release version 1.3 artifacts to maven central repository #168

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 168

Upload release version 1.3 artifacts to maven central repository.

Reported by heuermh on 2010-03-10 21:43:26

mro commented 9 years ago

Reported by heuermh on 2010-03-10 22:06:43

mro commented 9 years ago
I plan to use the Sonatype repository hosting feature for this, which provides
release staging and sync to the maven central repository

https://docs.sonatype.com/display/NX/OSS+Repository+Hosting

Might take me a little while to get it figured out though, since I don't trust the
maven release plugin and will be doing some steps manually.

Reported by heuermh on 2010-03-10 22:45:31

mro commented 9 years ago
https://issues.sonatype.org/browse/OSSRH-321

Reported by heuermh on 2010-03-11 03:38:21

mro commented 9 years ago
Some progress has been made -- I've signed and deployed the 1.3 artifacts to a
staging repository in the Sonatype OSS Nexus instance.  They are currently stuck in
that state as described in a comment to the issue above.

Reported by heuermh on 2010-03-23 04:50:01

mro commented 9 years ago
Ran into another issue, see

http://jira.codehaus.org/browse/MGPG-19

Reported by heuermh on 2010-03-24 02:13:05

mro commented 9 years ago
The maven repo is staged and ready for review at

http://oss.sonatype.org/content/repositories/orgpiccolo2d-529/

Reported by heuermh on 2010-03-24 15:59:25

mro commented 9 years ago
ok, verified.

What I did:
1) wget --mirror http://oss.sonatype.org/content/repositories/orgpiccolo2d-529/org/piccolo2d
--no-parent
2) find . -name "*.md5" | xargs sh sona-check.sh > md5_sha1-check.txt
3) find . -name "*.asc" -exec gpg {} \; 2> gpg-check.txt

Reported by mr0738@mro.name on 2010-03-25 16:44:33


mro commented 9 years ago
Promoted the staged repository to the release repository.  Sync to maven central
should happen shortly I hope.

Reported by heuermh on 2010-03-25 16:51:56

mro commented 9 years ago
Sync to maven central is complete!

http://repo2.maven.org/maven2/org/piccolo2d/piccolo2d-core/1.3/

Reported by heuermh on 2010-03-31 01:42:43

mro commented 9 years ago

Reported by heuermh on 2013-11-26 20:47:09