]> source.dussan.org Git - poi.git/commitdiff
update version.id to 3.5-beta6
authorYegor Kozlov <yegor@apache.org>
Mon, 9 Feb 2009 09:36:25 +0000 (09:36 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 9 Feb 2009 09:36:25 +0000 (09:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml

index bf960aa88eb3d01f9c4d214637c0ffe658c7c589..d2c9d844cc28dff1d55991a5cf493c6d98b1ec09 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -155,7 +155,7 @@ under the License.
   <property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
   <property name="snapshots.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/"/>
   <property name="jar.name" value="poi"/>
-  <property name="version.id" value="3.5-beta5"/>
+  <property name="version.id" value="3.5-beta6"/>
   <property name="halt.on.test.failure" value="true"/>
 
   <property name="jdk.version.source" value="1.5"
index 5908abf00cf0f35c760dcb09a5958c0dc0525141..f2aaf8db1232f6f16de55bb2709e10757b9fcda1 100644 (file)
     </devs>
 
                <!-- Don't forget to update status.xml too! -->
-        <release version="3.5-beta5" date="2008-??-??">
+        <release version="3.5-beta6" date="2008-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">remove me</action>
+        </release>
+        <release version="3.5-beta5" date="2008-02-19">
            <action dev="POI-DEVELOPERS" type="fix">46536 - When shifting rows, update formulas on that sheet to point to the new location of those rows</action>
            <action dev="POI-DEVELOPERS" type="fix">46663 - Fixed XSSFSheet.shiftRows to properly update references of the shifted cells</action>
            <action dev="POI-DEVELOPERS" type="fix">46535 - Remove reference from calculation chain when a formula is deleted</action>
index 4bb55ec3976af09831b606f8217f18b34cb47d8d..bee0982eccd4966eb668483a7d1ae26c949ae4ac 100644 (file)
 
        <!-- Don't forget to update changes.xml too! -->
     <changes>
-        <release version="3.5-beta5" date="2008-??-??">
+        <release version="3.5-beta6" date="2008-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">remove me</action>
+        </release>
+        <release version="3.5-beta5" date="2008-02-19">
            <action dev="POI-DEVELOPERS" type="fix">46536 - When shifting rows, update formulas on that sheet to point to the new location of those rows</action>
            <action dev="POI-DEVELOPERS" type="fix">46663 - Fixed XSSFSheet.shiftRows to properly update references of the shifted cells</action>
            <action dev="POI-DEVELOPERS" type="fix">46535 - Remove reference from calculation chain when a formula is deleted</action>