From aecca9fd6591dd62afc38c5597dc7638675146e1 Mon Sep 17 00:00:00 2001
From: Yegor Kozlov
Date: Mon, 29 Aug 2011 06:44:59 +0000
Subject: [PATCH] release of 3.8-beta4 has been made, updated web site
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1162653 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/download.xml | 40 ++++++++++----------
src/documentation/content/xdocs/index.xml | 2 +-
src/documentation/content/xdocs/status.xml | 2 +-
src/documentation/release-guide.txt | 9 +++++
4 files changed, 31 insertions(+), 22 deletions(-)
diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml
index c3d267da27..67ad8b6791 100644
--- a/src/documentation/content/xdocs/download.xml
+++ b/src/documentation/content/xdocs/download.xml
@@ -33,7 +33,7 @@
the project homepage.
-
The latest development release is Apache POI 3.8 Beta 3
+
The latest development release is Apache POI 3.8 Beta 4
The latest stable release is Apache POI 3.7
Archives of all prior releases
@@ -47,8 +47,8 @@
- 6 June 2011 - POI 3.8 beta 3 available
-
The Apache POI team is pleased to announce the release of 3.8 beta 3.
+ 26 August 2011 - POI 3.8 beta 4 available
+
The Apache POI team is pleased to announce the release of 3.8 beta 4.
This includes a large number of bug fixes and enhancements.
A full list of changes is available in the change log.
@@ -56,41 +56,41 @@
The POI source release as well as the pre-built binary deployment packages are listed below.
Pre-built versions of all POI components are available in the central Maven repository
- under Group ID "org.apache.poi" and Version "3.8-beta3".
+ under Group ID "org.apache.poi" and Version "3.8-beta4".
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index 61fc1de6f9..171c3f4664 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -32,7 +32,7 @@
- 22 August 2011 - POI 3.8 beta 4 available
+ 26 August 2011 - POI 3.8 beta 4 available
The Apache POI team is pleased to announce the release of 3.8 beta 4.
This includes a large number of bug fixes and enhancements.
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index f2fcec286b..71e14e0053 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,7 +33,7 @@
-
+ 51678 - Extracting text from Bug51524.zip is slow
diff --git a/src/documentation/release-guide.txt b/src/documentation/release-guide.txt
index be1103fd74..8bfb133c91 100644
--- a/src/documentation/release-guide.txt
+++ b/src/documentation/release-guide.txt
@@ -128,6 +128,15 @@ Remove the previous release
Next, svn move the files from the /dist/dev/ area to the appropriate
/dist/release/ area
+example:
+$ svn rm -m "remove the previous release" \
+ https://dist.apache.org/repos/dist/release/poi/dev/src
+ https://dist.apache.org/repos/dist/release/poi/dev/bin
+
+$ svn mv -m "move staging files to the release area" \
+ https://dist.apache.org/repos/dist/dev/poi/bin \
+ https://dist.apache.org/repos/dist/dev/poi/src/ \
+ https://dist.apache.org/repos/dist/release/poi/dev/
Log-in on people.apache.org