Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "HowToRelease" page has been changed by GrantIngersoll. http://wiki.apache.org/solr/HowToRelease?action=diff&rev1=50&rev2=51 -------------------------------------------------- This page is to help a Solr committer create a new release (you need committer rights for some of the steps to create an official release). It does not reflect official release policy - many of the items may be optional, or may be modified as necessary. <<TableOfContents>> + + = Release Prerequisites = + * Ant 1.7.1 or higher: http://ant.apache.org + * GPG: http://www.gnupg.org/ + * A 4K bit RSA Key checked into the KEYS file: http://www.apache.org/dev/release-signing.html + * The Maven Ant tasks in your Ant Home lib directory: http://maven.apache.org/download.html#Maven_Ant_Tasks = Release Planning = Start a discussion on solr-dev about having a release, questions to bring up... @@ -75, +81 @@ 1. Copy release files to the distribution directory. 1. {{{scp -p dist/apache-solr-X.Y.M.tar.gz* people.apache.org:/www/www.apache.org/dist/lucene/solr/X.Y}}} 1. {{{scp -p dist/apache-solr-X.Y.M.zip* people.apache.org:/www/www.apache.org/dist/lucene/solr/X.Y}}} - 1. Copy the Maven artifacts to the distribution directory (follow the existing directory structure), to have them pushed to the central Maven repositories:{{{ + 1. Copy the Maven artifacts to the distribution directory (follow the existing directory structure), to have them pushed to the central Maven repositories: + {{{ cp -R PATH_TO_ARTIFACTS/maven/org/apache/solr /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/solr/ }}} 1. Ensure that the most current keys file is on the distribution site:
