The next release will be 3.7 beta 2

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2010-06-11 15:17:15 +00:00
parent 06ab7e3bdb
commit 6c5710a6af
2 changed files with 4 additions and 2 deletions

View File

@ -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 -->

View 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>