[
https://issues.apache.org/jira/browse/AURORA-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15534950#comment-15534950
]
Jake Farrell commented on AURORA-1751:
--------------------------------------
{code}
git co rel/0.16.0
./gradlew publishToMavenLocal
cd ~/.m2/lib/java/org/apache/aurora/aurora-api/0.16.0/
gpg --armor --output aurora-api-0.16.0.pom.asc --detach-sig
aurora-api-0.16.0.pom
gpg --armor --output aurora-api-0.16.0.jar.asc --detach-sig
aurora-api-0.16.0.jar
gpg --armor --output aurora-api-0.16.0-sources.jar.asc --detach-sig
aurora-api-0.16.0-sources.jar
{code}
go to https://repository.apache.org/#staging-upload and upload as "Artifact(s)
with a POM" and upload with all signature files. Then go to
https://repository.apache.org/#stagingRepositories to find the Apache Aurora
staging repo and update the vote email url.
When the vote is done go back to
https://repository.apache.org/#stagingRepositories and either release or delete
the repo depending on the vote. Maven Central will mirror the release files
within 24 hours.
TODO:
- Convert sign/upload/staging of files to a gradle task
- Add more PMC members to nexus
- Document or automate as part of release process
> Update org.apache.aurora/aurora-api in Maven
> --------------------------------------------
>
> Key: AURORA-1751
> URL: https://issues.apache.org/jira/browse/AURORA-1751
> Project: Aurora
> Issue Type: Task
> Components: Packaging
> Affects Versions: 0.13.0
> Reporter: Derek Slager
> Assignee: Jake Farrell
> Priority: Minor
>
> Currently the version of org.apache.aurora/aurora-api available on Maven
> Central is 0.8.0, which is several versions out of date. It would be ideal to
> have up-to-date versions available as new Aurora releases are cut.
> https://mvnrepository.com/artifact/org.apache.aurora/aurora-api
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)