You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2015/01/05 17:11:32 UTC

[Tika Wiki] Update of "ReleaseProcess" by TylerPalsulich

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.

The "ReleaseProcess" page has been changed by TylerPalsulich:
https://wiki.apache.org/tika/ReleaseProcess?action=diff&rev1=13&rev2=14

    1. Make sure all the release numbers are set to X.Y (from X.Y-dev)
    2. tika tag name should be X.Y (version number)
    3. watch for BUILD SUCCESSFUL message
+   4. Make sure you have gnupg (or variant) installed (see http://www.apache.org/dev/openpgp.html)
   5. mvn release:perform
+   1. Make sure you can log on to https://repository.apache.org/
+   2. Make sure you have the following entry in your ~/.m2/settings.xml file: http://maven.apache.org/settings.html#Servers. The server ID should be apache.releases.https.
   6. Head over to https://repository.apache.org/ (Apache's Nexus Server)
    1. Login with your ASF username and password
    2. "Close" the staging repository with message Apache Tika X.Y release candidate #N.
@@ -27, +30 @@

    1. send [RESULT] [VOTE] tallying the VOTE to dev@tika.apache.org and user@tika.apache.org
    2. head over to Nexus from #6 and "Release" the repository with message Apache Tika X.Y release.
    3. svn mv https://dist.apache.org/repos/dist/dev/tika/* to https://dist.apache.org/repos/dist/release/tika/
+  10. Update CHANGES.txt with a "Release X.Y - Current Development" section.
-  10. Deploy new Tika site (head over to tika/site and run $ mvn install after updating).
+  11. Deploy new Tika site (head over to tika/site and run $ mvn install after updating).
-  11. Send announcements to the user and developer lists - see http://s.apache.org/2hC for a sample.
+  12. Send announcements to the user and developer lists - see http://s.apache.org/2hC for a sample.