Author: onealj
Date: Wed Mar 23 01:52:26 2016
New Revision: 1736266
URL: http://svn.apache.org/viewvc?rev=1736266&view=rev
Log:
replace http apache URLs with https
Modified:
poi/site/src/documentation/RELEASE-NOTES.txt
poi/site/src/documentation/release-guide.txt
Modified: poi/site/src/documentation/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/RELEASE-NOTES.txt?rev=1736266&r1=1736265&r2=1736266&view=diff
==============================================================================
--- poi/site/src/documentation/RELEASE-NOTES.txt (original)
+++ poi/site/src/documentation/RELEASE-NOTES.txt Wed Mar 23 01:52:26 2016
@@ -1,7 +1,7 @@
The Apache POI project is pleased to announce the release of POI @VERSION@.
Featured are a handful of new areas of functionality, and numerous bug fixes.
-See the downloads page for binary and source distributions:
http://poi.apache.org/download.html
+See the downloads page for binary and source distributions:
https://poi.apache.org/download.html
Release Notes
@@ -11,7 +11,7 @@ The most notable changes in this release
@List changes here@
-A full list of changes is available in the change log:
http://poi.apache.org/changes.html.
+A full list of changes is available in the change log:
https://poi.apache.org/changes.html.
People interested should also follow the dev mailing list to track further
progress.
Release Contents
@@ -31,7 +31,7 @@ This release comes in two forms:
All release artifacts are accompanied by MD5 checksums and PGP signatures
that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at
-http://svn.apache.org/repos/asf/poi/tags/@RELEASE_TAG@/KEYS
+https://svn.apache.org/repos/asf/poi/tags/@RELEASE_TAG@/KEYS
About Apache POI
-----------------------
@@ -41,4 +41,4 @@ writing Microsoft Office file formats, s
Visio, Publisher and Outlook. It supports both the older (OLE2) and
new (OOXML - Office Open XML) formats.
-See http://poi.apache.org/ for more details
+See https://poi.apache.org/ for more details
Modified: poi/site/src/documentation/release-guide.txt
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1736266&r1=1736265&r2=1736266&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Wed Mar 23 01:52:26 2016
@@ -23,13 +23,13 @@
(I) Prerequisites
- 1. You should read the <a href="http://apache.org/dev/release.html">Apache
Release FAQ</a>
+ 1. You should read the <a href="https://apache.org/dev/release.html">Apache
Release FAQ</a>
2a. You must have shell access to people.apache.org; and you should
have key-based authentication set up
(e.g. <a href="http://www.linuxproblem.org/art_9.html">how to</a>.
2b. You must be a member of the committee group
3. Release manager must have his public key appended to the KEYS file
checked in to SVN and the key published on one of the public key servers.
- More info can be found here: <a
href="http://www.apache.org/dev/release-signing.html">http://www.apache.org/dev/release-signing.html</a>
+ More info can be found here: <a
href="https://www.apache.org/dev/release-signing.html">https://www.apache.org/dev/release-signing.html</a>
4. You must have the Java JDK 1.6 installed and active (don't use newer
ones for building the release)
5. You must have the following utilities installed on your local machine
and available in your path:
@@ -38,8 +38,8 @@
* <a href="www.openssl.org">openssl</a>
For Windows users, install Cygwin and make sure you have the above
utilities
6a. The POI build system requires two components to perform a build
- * <a href="ant.apache.org">Ant</a>
- * <a href="http://forrest.apache.org/">Forrest</a>.
+ * <a href="https://ant.apache.org">Ant</a>
+ * <a href="https://forrest.apache.org/">Forrest</a>.
Currently, Forrest needs to be 0.5.1, Ant 1.8+ should be fine
Make sure FORREST_HOME is set.
@@ -86,7 +86,7 @@
the dev list with a note to say you're building a release.
7. Before building, you should run the "rat-check" build task, which
- uses <a href="http://incubator.apache.org/rat/">Apache Rat</a>
+ uses <a href="https://incubator.apache.org/rat/">Apache Rat</a>
to check the source tree for files lacking license headers. Files
without headers should be either fixed, or added to the exlude list
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]