瀏覽代碼

update version.id to 3.5-beta6

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_5_BETA6
Yegor Kozlov 15 年之前
父節點
當前提交
155c203aef
共有 3 個文件被更改,包括 9 次插入3 次删除
  1. 1
    1
      build.xml
  2. 4
    1
      src/documentation/content/xdocs/changes.xml
  3. 4
    1
      src/documentation/content/xdocs/status.xml

+ 1
- 1
build.xml 查看文件

@@ -155,7 +155,7 @@ under the License.
<property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
<property name="snapshots.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/"/>
<property name="jar.name" value="poi"/>
<property name="version.id" value="3.5-beta5"/>
<property name="version.id" value="3.5-beta6"/>
<property name="halt.on.test.failure" value="true"/>

<property name="jdk.version.source" value="1.5"

+ 4
- 1
src/documentation/content/xdocs/changes.xml 查看文件

@@ -36,7 +36,10 @@
</devs>

<!-- Don't forget to update status.xml too! -->
<release version="3.5-beta5" date="2008-??-??">
<release version="3.5-beta6" date="2008-??-??">
<action dev="POI-DEVELOPERS" type="fix">remove me</action>
</release>
<release version="3.5-beta5" date="2008-02-19">
<action dev="POI-DEVELOPERS" type="fix">46536 - When shifting rows, update formulas on that sheet to point to the new location of those rows</action>
<action dev="POI-DEVELOPERS" type="fix">46663 - Fixed XSSFSheet.shiftRows to properly update references of the shifted cells</action>
<action dev="POI-DEVELOPERS" type="fix">46535 - Remove reference from calculation chain when a formula is deleted</action>

+ 4
- 1
src/documentation/content/xdocs/status.xml 查看文件

@@ -33,7 +33,10 @@

<!-- Don't forget to update changes.xml too! -->
<changes>
<release version="3.5-beta5" date="2008-??-??">
<release version="3.5-beta6" date="2008-??-??">
<action dev="POI-DEVELOPERS" type="fix">remove me</action>
</release>
<release version="3.5-beta5" date="2008-02-19">
<action dev="POI-DEVELOPERS" type="fix">46536 - When shifting rows, update formulas on that sheet to point to the new location of those rows</action>
<action dev="POI-DEVELOPERS" type="fix">46663 - Fixed XSSFSheet.shiftRows to properly update references of the shifted cells</action>
<action dev="POI-DEVELOPERS" type="fix">46535 - Remove reference from calculation chain when a formula is deleted</action>

Loading…
取消
儲存