From 8371ad9a05a19fb55dbad8e9daad1338d4737193 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Mon, 4 Jun 2007 15:55:58 +0000
Subject: [PATCH] Tag as 3.0.1 RC1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_3_0_1_RC1@544173 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/changes.xml | 2 ++
src/documentation/content/xdocs/hpsf/how-to.xml | 2 +-
src/documentation/content/xdocs/hssf/hacking-hssf.xml | 2 +-
src/documentation/content/xdocs/status.xml | 2 ++
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 2ad37953b..e307a94c4 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -36,6 +36,8 @@
+ Administrative updates to the Maven POM, and the release artificat build process
+ 23951 - [PATCH] Fix for HSSF setSheetOrder and tab names42524 - [PATCH] Better HSLF support for problem shape groups42520 - [PATCH] Better HSLF support for corrupt picture recordsInitial support for a "missing record aware" HSSF event model
diff --git a/src/documentation/content/xdocs/hpsf/how-to.xml b/src/documentation/content/xdocs/hpsf/how-to.xml
index 5804bc0e8..0073126c9 100644
--- a/src/documentation/content/xdocs/hpsf/how-to.xml
+++ b/src/documentation/content/xdocs/hpsf/how-to.xml
@@ -78,7 +78,7 @@
not present in POI releases up to and including 2.5. In
order to write properties you have to download a 3.0.x POI release,
or retrieve the POI development version from the Subversion repository.
+ href="../subversion.html">Subversion repository.
diff --git a/src/documentation/content/xdocs/hssf/hacking-hssf.xml b/src/documentation/content/xdocs/hssf/hacking-hssf.xml
index 4bc896e0e..7247ad0ee 100644
--- a/src/documentation/content/xdocs/hssf/hacking-hssf.xml
+++ b/src/documentation/content/xdocs/hssf/hacking-hssf.xml
@@ -83,7 +83,7 @@
and work your way up.
What Else Should I Know?
-
Make sure you read the contributing section
+
Make sure you read the contributing section
as it contains more generation information about contributing to POI in general.