]> source.dussan.org Git - poi.git/commitdiff
The next release will be 3.7 beta 2
authorNick Burch <nick@apache.org>
Fri, 11 Jun 2010 15:17:15 +0000 (15:17 +0000)
committerNick Burch <nick@apache.org>
Fri, 11 Jun 2010 15:17:15 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953722 13f79535-47bb-0310-9956-ffa450edef68

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

index 883db323fa027e3446ad9e4a59e79e7a901d522d..802ae68b9ca51985f5a1acaaee6010e651fef584 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -51,7 +51,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="3.7-SNAPSHOT"/>
+    <property name="version.id" value="3.7-beta2"/>
 
     <property environment="env"/>
     <!-- the repository to download jars from -->
index 9bf39c78e8c602e41319d9664084a20b4fe7f79a..16ca0807fc5ab50d94729f6cd322061b2bd1c091 100644 (file)
@@ -33,7 +33,9 @@
     </developers>
 
     <changes>
-        <release version="3.7-SNAPSHOT" date="2010-??-??">
+        <release version="3.7-beta2" date="2010-??-??">
+        </release>
+        <release version="3.7-beta1" date="2010-06-16">
            <action dev="POI-DEVELOPERS" type="add">48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones</action>
            <action dev="POI-DEVELOPERS" type="add">48245 - tweak HWPF table cell detection to work across more files</action>
            <action dev="POI-DEVELOPERS" type="add">48996 - initial support for External Name References in HSSF formula evaluation</action>