You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2014/08/04 13:11:26 UTC

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

Author: nick
Date: Mon Aug  4 11:11:26 2014
New Revision: 1615529

URL: http://svn.apache.org/r1615529
Log:
A few release guide updates

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=1615529&r1=1615528&r2=1615529&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Mon Aug  4 11:11:26 2014
@@ -73,7 +73,8 @@ $ svn pd 'svn:executable' $(find -name .
 
 
 (II) Making release artefacts
-  1. Update version id and rel in build.xml
+  1. Update version id and rel in build.xml, for the version you are
+     about to release as (might already be correct!)
 {code:xml}
   <property name="version.id" value="3.11.beta1"/>
   <property name="version.id" value="REL_3_11_BETA1"/>
@@ -227,12 +228,12 @@ edit pom.xml and add the release artefac
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
-      <version>3.1-beta1</version>
+      <version>3.11-beta1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi-scratchpad</artifactId>
-      <version>3.1-beta1</version>
+      <version>3.11-beta1</version>
     </dependency>
 {code}
 



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