]> source.dussan.org Git - poi.git/commitdiff
updated release date and started a new section for 3.1-final
authorYegor Kozlov <yegor@apache.org>
Mon, 19 May 2008 17:29:55 +0000 (17:29 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 19 May 2008 17:29:55 +0000 (17:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657875 13f79535-47bb-0310-9956-ffa450edef68

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

index f8ef5efa3c08b324a4e777ddd254c803b73d2c8d..adb52bcbcab14390dbd37490d417ae2fbe07bbba 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -135,7 +135,7 @@ under the License.
   <property name="mavendist.poi.dir" location="build/maven-dist/poi"/>
   <property name="mavendist.oap.dir" location="build/maven-dist/org.apache.poi"/>
   <property name="jar.name" value="poi"/>
-  <property name="version.id" value="3.1-beta2"/>
+  <property name="version.id" value="3.1-beta3"/>
   <property name="halt.on.test.failure" value="true"/>
   <property name="jdk.version.source" value="1.3"
     description="JDK version of source code"/>
index f6f5f8a6208361a6fbc17d8e826127861832b4dc..3385827124fc492b9b920e711292af4250e8e4bb 100644 (file)
     </devs>
 
                <!-- Don't forget to update status.xml too! -->
-        <release version="3.1-beta2" date="2008-05-??">
+        <release version="3.1-final" date="2008-06-??">
+          <action dev="POI-DEVELOPERS" type="add"><!-- to keep XML validator quiet  --></action>
+        </release>  
+        <release version="3.1-beta2" date="2008-05-26">
            <action dev="POI-DEVELOPERS" type="fix">44306 - fixed reading/writing of AttrPtg(type=choose) and method toFormulaString() for CHOOSE formulas</action>
            <action dev="POI-DEVELOPERS" type="fix">24207 - added HSSFName.isDeleted() to check if the name points to cell that no longer exists</action>
            <action dev="POI-DEVELOPERS" type="fix">40414 - fixed selected/active sheet after removing sheet from workbook</action>
index 2b5196f9624313df3b380291c073fdd5503da01f..7cd3c2a7a15dfb0c0537e7727116d90346765a37 100644 (file)
@@ -33,7 +33,9 @@
 
        <!-- Don't forget to update changes.xml too! -->
     <changes>
-        <release version="3.1-beta2" date="2008-05-??">
+        <release version="3.1-final" date="2008-06-??">
+        </release>  
+        <release version="3.1-beta2" date="2008-05-26">
            <action dev="POI-DEVELOPERS" type="fix">44306 - fixed reading/writing of AttrPtg(type=choose) and method toFormulaString() for CHOOSE formulas</action>
            <action dev="POI-DEVELOPERS" type="fix">24207 - added HSSFName.isDeleted() to check if the name points to cell that no longer exists</action>
            <action dev="POI-DEVELOPERS" type="fix">40414 - fixed selected/active sheet after removing sheet from workbook</action>