From 6aa2008c9755da11fe22468de7b979a9f7ee129e Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Mon, 6 Jun 2011 07:29:29 +0000 Subject: [PATCH] updated release date and downloads page to reflect 3.8 beta3 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132538 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/download.xml | 40 ++++++++++---------- src/documentation/content/xdocs/index.xml | 4 +- src/documentation/release-guide.txt | 18 +++++++++ 3 files changed, 40 insertions(+), 22 deletions(-) diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml index 715020027f..c3d267da27 100644 --- a/src/documentation/content/xdocs/download.xml +++ b/src/documentation/content/xdocs/download.xml @@ -33,7 +33,7 @@ the project homepage.

@@ -47,8 +47,8 @@

-
7 March 2011 - POI 3.8 beta 2 available -

The Apache POI team is pleased to announce the release of 3.8 beta 2. +

6 June 2011 - POI 3.8 beta 3 available +

The Apache POI team is pleased to announce the release of 3.8 beta 3. 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-beta2". + under Group ID "org.apache.poi" and Version "3.8-beta3".

Binary Distribution
    -
  • poi-bin-3.8-beta2-20110408.tar.gz ( - 14MB, signed) +
  • poi-bin-3.8-beta3-20110606.tar.gz ( + 14MB, signed)
    - MD5 checksum: 425e8a22fcfb990526e4ce32cd6f44cd + MD5 checksum: 2a8d66fbaaa3ccae921c08d6c854795b
    - SHA1 checksum: a87ff5448aee863b0752e0505900aacb190cc51c + SHA1 checksum: dc968f5b12f65499e5dfee90e7c7accdb1a209ae
  • -
  • poi-bin-3.8-beta2-20110408.zipp ( - 20MB, signed) +
  • poi-bin-3.8-beta3-20110606.zipp ( + 20MB, signed)
    - MD5 checksum: 953d40ef7864ef5476da6cd88438666e + MD5 checksum: a9f986d9dc19163c342556d913663afc
    - SHA1 checksum: ce141966cff7380c8c0364785a790e4af4795cdb + SHA1 checksum: b59679a7248da96afe9adb9ad022b03e56a33a6d
Source Distribution
    -
  • poi-src-3.8-beta2-20110408.tar.gz ( - 32MB, signed) +
  • poi-src-3.8-beta3-20110606.tar.gz ( + 32MB, signed)
    - MD5 checksum: 90556560c9dcd62111a26c25cc26a2ea + MD5 checksum: 5e6ba373af34db4581f180f8698bac11
    - SHA1 checksum: 7d7fcd860d7aa3d0f1b18293c4c6dafd87ccf92b + SHA1 checksum: d5abc0c63a1633fa39fe615e4a53ea45eaa85ded
  • -
  • poi-src-3.8-beta2-20110408.zip ( - 38MB, signed) +
  • poi-src-3.8-beta3-20110606.zip ( + 38MB, signed)
    - MD5 checksum: c617eb88d5f993dcd55e9ae5974ae275 + MD5 checksum: 0c7c094d6626cfd755ebda6a329f8ed6
    - SHA1 checksum: f999dc4d912fd3db378fe86f559da96ab31e79e3 + SHA1 checksum: d2e612f67928dc34840e72685177028d3d620d7f
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index c757193ba8..56e89aa2b4 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -32,8 +32,8 @@ -
8 April 2011 - POI 3.8 beta 2 available -

The Apache POI team is pleased to announce the release of 3.8 beta 2. +

6 June 2011 - POI 3.8 beta 3 available +

The Apache POI team is pleased to announce the release of 3.8 beta 3. This includes a large number of bug fixes and enhancements.

A full list of changes is available in the change log. diff --git a/src/documentation/release-guide.txt b/src/documentation/release-guide.txt index 056ebe188d..7dc13fc20b 100644 --- a/src/documentation/release-guide.txt +++ b/src/documentation/release-guide.txt @@ -104,6 +104,24 @@ cd build/dist https://dist.apache.org/repos/dist/dev/poi/ eg https://dist.apache.org/repos/dist/dev/poi/3.8-RC2/ +How to upload: + +8a svn co https://dist.apache.org/repos/dist/dev/poi +8b add .gz and .zip packages along with checksums. + +you should have a similar structure of files: +$ ls +README.html poi-bin-3.8-beta3-20110606.zip poi-src-3.8-beta3-20110606.tar.gz.md5 +maven poi-bin-3.8-beta3-20110606.zip.asc poi-src-3.8-beta3-20110606.tar.gz.sha1 +poi-bin-3.8-beta3-20110606.tar.gz poi-bin-3.8-beta3-20110606.zip.md5 poi-src-3.8-beta3-20110606.zip +poi-bin-3.8-beta3-20110606.tar.gz.asc poi-bin-3.8-beta3-20110606.zip.sha1 poi-src-3.8-beta3-20110606.zip.asc +poi-bin-3.8-beta3-20110606.tar.gz.md5 poi-src-3.8-beta3-20110606.tar.gz poi-src-3.8-beta3-20110606.zip.md5 +poi-bin-3.8-beta3-20110606.tar.gz.sha1 poi-src-3.8-beta3-20110606.tar.gz.asc poi-src-3.8-beta3-20110606.zip.sha1 + +8c. commit +After commit the files should be acessible at https://dist.apache.org/repos/dist/dev/poi/ + + (III) After the vote: In the release area of the dist repo: -- 2.39.5