Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "HowToPublishToMavenCentral" page has been changed by StephenConnolly. http://wiki.apache.org/cassandra/HowToPublishToMavenCentral?action=diff&rev1=6&rev2=7 -------------------------------------------------- [1]: ''http://s.apache.org/link'' (CHANGES.txt) [2]: ''http://s.apache.org/link'' (NEWS.txt) [3]: ''http://s.apache.org/link'' (Release notes from JIRA) + }}} + 4. If the vote is a success, login to people.apache.org and put the release artifacts into {{{/www/www.apache.org/dist/cassandra}}}, e.g. + {{{ + cd /www/www.apache.org/dist/cassandra + mkdir X.Y.Z + cd X.Y.Z + for type in bin src; do \ + for part in gz gz.md5 gz.sha1 gz.asc gz.asc.md5 gz.asc.sha1; do \ + curl -O https://repository.apache.org/content/repositories/''staging repository id''/org/apache/cassandra/apache-cassandra/X.Y.Z/apache-cassandra-X.Y.Z-$type.tar.$part; \ + done \ + done + cd .. + find X.Y.Z -type d -exec chmod a+rx,g+w {} \; + find X.Y.Z -type f -exec chmod 664 {} \; + }}} + After doing this, login to [[http://repository.apache.org|repository.apache.org]] and release the staging repository. - }}} + If the vote failed then login to [[http://repository.apache.org|repository.apache.org]] and drop the staging repository and start over again with ''Take N+1'' + 5. ''Some stuff to do with updating the project site that I don't know'' + 6. Wait for the sync + 7. Publish the announce email + 8. Add the release to the PMC's next board report +
