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/09/21 23:41:00 UTC

svn commit: r1704429 - in /poi: site/src/documentation/content/xdocs/status.xml trunk/build.xml

Author: kiwiwings
Date: Mon Sep 21 21:40:59 2015
New Revision: 1704429

URL: http://svn.apache.org/viewvc?rev=1704429&view=rev
Log:
3.13 Final RC preparation

Modified:
    poi/site/src/documentation/content/xdocs/status.xml
    poi/trunk/build.xml

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1704429&r1=1704428&r2=1704429&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon Sep 21 21:40:59 2015
@@ -38,7 +38,10 @@
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org" />
     </devs>
 
-    <release version="3.13-beta2" date="2015-10-??">
+    <!-- release version="3.14-beta1" date="2015-11-??">
+    </release -->
+
+    <release version="3.13" date="2015-09-25">
         <action dev="PD" type="add" fixes-bug="58216">provide picture-shape resize that maintains the aspect ratio</action>
         <action dev="PD" type="add" fixes-bug="57925">Add a simple fix to avoid an NPE when Workbooks have invalid external references</action>
         <action dev="PD" type="add" fixes-bug="57915">Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less than Integer.MIN_VALUE</action>

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1704429&r1=1704428&r2=1704429&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Sep 21 21:40:59 2015
@@ -47,8 +47,8 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="3.13-beta1"/>
-    <property name="version.rel" value="REL_3_13_BETA1"/>
+    <property name="version.id" value="3.13"/>
+    <property name="version.rel" value="REL_3_13_FINAL"/>
 
     <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