You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/10/03 17:52:55 UTC

[Lucene-java Wiki] Update of "ReleaseTodo" by MikeMcCandless

Dear Wiki user,

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

The following page has been changed by MikeMcCandless:
http://wiki.apache.org/lucene-java/ReleaseTodo

The comment on the change is:
Move docs/doap.rdf editing up in the process

------------------------------------------------------------------------------
  = Staging Area and Release Candidates =
  
     1. Check out the branch with: {{{svn co https://svn.apache.org/repos/asf/lucene/java/branches/lucene_X_Y}}}
+    1. Add an entry for the new version in the doap file for projects.apache.org (docs/doap.rdf).  Also add the corresponding entry to the trunk's docs/doap.rdf.
     1. Build the code and javadocs, and run the unit tests: ant clean javadocs test
     1. Examine the results. Did it build without errors? Were there Javadoc warnings? Did the tests succeed?
     1. In preparation for the next step, download the Maven ant tasks JAR (eg maven-ant-tasks-2.0.9.jar) from http://maven.apache.org/download.html, and add into your CLASSPATH, or add "-lib XXX.jar" to the ant command in the next step
@@ -59, +60 @@

  = Publishing =
  
  Once [http://www.apache.org/foundation/voting.html#ReleaseVotes three PMC members have voted for a release], it may be published.
-    1. Add an entry for the new version in the doap file for projects.apache.org (docs/doap.rdf)
     1. Tag the release: {{{
  svn copy https://svn.apache.org/repos/asf/lucene/java/branches/lucene_X_Y \
  https://svn.apache.org/repos/asf/lucene/java/tags/lucene_X_Y_Z -m "Lucene Java X.Y.Z release."