You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2015/02/21 13:55:04 UTC

svn commit: r1661349 - in /poi: site/src/documentation/release-guide.txt trunk/build.xml

Author: kiwiwings
Date: Sat Feb 21 12:55:03 2015
New Revision: 1661349

URL: http://svn.apache.org/r1661349
Log:
update to next beta and docu fix

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

Modified: poi/site/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1661349&r1=1661348&r2=1661349&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Sat Feb 21 12:55:03 2015
@@ -125,7 +125,7 @@ https://svn.apache.org/repos/asf/poi/tag
 where $TAG is the release tag, for example, REL_3_1_BETA1
 
   5. On trunk, update "version.id" and "version.rel" to be the next version 
-     in status.xml, and remove the version pinning on the documentation 
+     in build.xml, and remove the version pinning on the documentation 
      external definition.
 
   6. Checkout the tagged version

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1661349&r1=1661348&r2=1661349&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Feb 21 12:55:03 2015
@@ -47,8 +47,8 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="3.12-beta1"/>
-    <property name="version.rel" value="REL_3_12_BETA1"/>
+    <property name="version.id" value="3.12-beta2"/>
+    <property name="version.rel" value="REL_3_12_BETA2"/>
 
     <property environment="env"/>
     <!-- the repository to download jars from -->



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