summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml2
-rw-r--r--src/documentation/content/xdocs/index.xml6
-rw-r--r--src/documentation/content/xdocs/status.xml4
3 files changed, 5 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index 4bc35f9840..dc4ee8eb7d 100644
--- a/build.xml
+++ b/build.xml
@@ -148,7 +148,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-beta7"/>
+ <property name="version.id" value="3.5-beta6"/>
<property name="halt.on.test.failure" value="true"/>
<property name="jdk.version.source" value="1.5"
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index 7e196dbc52..1beaadbc06 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -31,21 +31,21 @@
</header>
<body>
- <section><title>POI 3.5 beta 5, and Office Open XML Support (2009-02-19)</title>
+ <section><title>POI 3.5 beta 6, and Office Open XML Support (2009-06-21)</title>
<p>We are currently working to support the new Office Open XML
file formats, such as XLSX and PPTX, which were introduced in
Office 2007.</p>
<p>Development for this is in a svn branch, but we are please to
announce our first preview release containing this support.
Users interested in the OOXML support should download the
- <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 5</link>
+ <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 6</link>
the source and binaries from their
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>.
People interested should also follow the
<link href="mailinglists.html">dev list</link> to track progress.</p>
<p>
The release is also available from the central Maven repository
- under Group ID "org.apache.poi" and Version "3.5-beta5".
+ under Group ID "org.apache.poi" and Version "3.5-beta6".
</p>
</section>
<section><title>POI 3.2-FINAL Released (2008-10-19)</title>
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index cdc47602eb..ff23f2d2b4 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -32,9 +32,7 @@
</developers>
<changes>
- <release version="3.5-beta7" date="2009-??-??">
- </release>
- <release version="3.5-beta6" date="2009-06-??">
+ <release version="3.5-beta6" date="2009-06-21">
<action dev="POI-DEVELOPERS" type="fix">47294 - Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes</action>
<action dev="POI-DEVELOPERS" type="fix">47309 - Fixed logic in HSSFCell.getCellComment to handle sheets with more than 65536 comments</action>
<action dev="POI-DEVELOPERS" type="fix">46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()</action>