You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2017/01/27 08:01:36 UTC

svn commit: r1780512 - /poi/site/src/documentation/release-guide.txt

Author: onealj
Date: Fri Jan 27 08:01:36 2017
New Revision: 1780512

URL: http://svn.apache.org/viewvc?rev=1780512&view=rev
Log:
reduce the chance of a lazy copy-paste error of creating wrong release version

Modified:
    poi/site/src/documentation/release-guide.txt

Modified: poi/site/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1780512&r1=1780511&r2=1780512&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Fri Jan 27 08:01:36 2017
@@ -120,8 +120,8 @@ $ svn pd 'svn:executable' $(find -name .
   1. The following command will update the documentation and create/download the tag (needs a Java7+ environment)
      using your Apache credentials stored in ~/.m2/settings.xml.
      {code}
-     ant -Dversion.id=3.15-beta1 release-prep1 (beta release)
-     ant -Dversion.id=3.15 release-prep1 (final release)
+     ant -Dversion.id=FIXME3.15-beta2 release-prep1 (beta release)
+     ant -Dversion.id=FIXME3.15 release-prep1 (final release)
      {code}
 
   2. Compile the dist (needs a JDK6 environment, sudo update-alternatives --config java)
@@ -133,11 +133,11 @@ $ svn pd 'svn:executable' $(find -name .
      The nexus repo is located at https://repository.apache.org/
      The release candidate repo is located at https://dist.apache.org/repos/dist/dev/poi/(3.15-beta2-RC1)
      {code}
-     ant -Dversion.id=3.15-beta2 -Drelease.rc=RC1 release-prep3
+     ant -Dversion.id=FIXME3.15-beta2 -Drelease.rc=RC1 release-prep3
      {code}
 
   4. Summarise key changes, and any backwards incompatible ones,
-     in the partially auto-generated build/dist/RELEASE-NOTES.txt
+     in the partially auto-generated ./build/release/build/dist/RELEASE-NOTES.txt
      which needs to be committed separately
 
   5. validate signatures



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org