]> source.dussan.org Git - poi.git/commitdiff
start a new POI 3.1 section in the change log
authorYegor Kozlov <yegor@apache.org>
Mon, 28 Jan 2008 08:53:19 +0000 (08:53 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 28 Jan 2008 08:53:19 +0000 (08:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615769 13f79535-47bb-0310-9956-ffa450edef68

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

index c38fd248424a57d9957ab58dbaaee88538e2623c..26634a364abe2999f946c4d2591dfa12c96634a2 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -159,7 +159,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.0.2-beta1"/>
+  <property name="version.id" value="3.1-alpha1"/>
   <property name="halt.on.test.failure" value="true"/>
   <property name="jdk.version.source" value="1.3"
     description="JDK version of source code"/>
index 3e92149978eeca6c49e6c231f3cb50ea9ffc5c14..b767f1a3c869b86e813e673120c638b656889416 100644 (file)
     </devs>
 
                <!-- Don't forget to update status.xml too! -->
-        <release version="3.0.2-FINAL" date="2008-??-??">
+        <release version="3.1-beta1" date="2008-??-??">
+           <!-- an action tag is requered to keep Forrest quite.  --> 
+           <action dev="POI-DEVELOPERS" type="fix">...</action>
+        </release>
+        <release version="3.0.2-FINAL" date="2008-02-04">
             <action dev="POI-DEVELOPERS" type="fix">44297 - IntPtg must operate with unsigned short. Reading signed short results in incorrect formula calculation</action>
             <action dev="POI-DEVELOPERS" type="fix">44296 - Fix for reading slide background images</action>
             <action dev="POI-DEVELOPERS" type="fix">44293 - Avoid swapping AreaPtgs from relative to absolute</action>
index dfe4e5aa606e1c61a5f1ff9628bebcfd9e483340..28059ef79644197736d541ab1e5d4a91dc8fbe88 100644 (file)
@@ -32,7 +32,9 @@
 
        <!-- Don't forget to update changes.xml too! -->
     <changes>
-        <release version="3.0.2-FINAL" date="2008-??-??">
+        <release version="3.1-beta1" date="2008-??-??">
+        </release>
+        <release version="3.0.2-FINAL" date="2008-02-04">
             <action dev="POI-DEVELOPERS" type="fix">44297 - IntPtg must operate with unsigned short. Reading signed short results in incorrect formula calculation</action>
             <action dev="POI-DEVELOPERS" type="fix">44296 - Fix for reading slide background images</action>
             <action dev="POI-DEVELOPERS" type="fix">44293 - Avoid swapping AreaPtgs from relative to absolute</action>