mirror of https://github.com/apache/poi.git
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:
parent
9d079f94bc
commit
e191cb70fa
|
@ -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 -->
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue