trunk is 3.9-beta1 now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1302308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2012-03-19 07:31:34 +00:00
parent 9d079f94bc
commit e191cb70fa
2 changed files with 5 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.8-beta6"/>
<property name="version.id" value="3.9-beta1"/>
<property environment="env"/>
<!-- the repository to download jars from -->

View File

@ -33,7 +33,10 @@
</developers>
<changes>
<release version="3.8-beta6" date="2012-??-??">
<release version="3.9-beta1" date="2012-??-??">
</release>
<release version="3.8-FINAL" date="2012-03-26">
<action dev="poi-developers" type="add">52928 - DateFormatConverter: an utility to convert instances of java.text.DateFormat to Excel format patterns</action>
<action dev="poi-developers" type="fix">52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString()</action>
<action dev="poi-developers" type="fix">52835 - Tolerate missing Count and UniqueCount attributes when parsing shared strings table in XSSF eventusermodel</action>