Author: fanningpj
Date: Thu Mar 9 14:16:42 2023
New Revision: 1908226
URL: http://svn.apache.org/viewvc?rev=1908226&view=rev
Log:
remove binary artifacts from release guide
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=1908226&r1=1908225&r2=1908226&view=diff
==============================================================================
--- poi/site/src/documentation/RELEASE-NOTES.txt (original)
+++ poi/site/src/documentation/RELEASE-NOTES.txt Thu Mar 9 14:16:42 2023
@@ -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:
https://poi.apache.org/download.html
+See the downloads page for source distributions:
https://poi.apache.org/download.html
Release Notes
@@ -17,9 +17,7 @@ People interested should also follow the
Release Contents
----------------
-This release comes in two forms:
- - pre-built binaries containing compiled versions of all Apache POI
components and documentation
- (poi-bin-@VERSION@-@[email protected] or poi-bin-@VERSION@-@[email protected])
+This release comes in source form:
- source archive you can build POI from (poi-src-@VERSION@-@[email protected] or
poi-src-@VERSION@-@[email protected])
Unpack the archive and use the following command to build all POI components
with JDK 1.8 or higher:
@@ -28,7 +26,7 @@ This release comes in two forms:
Pre-built versions of all POI components are also available in the central
Maven repository
under Group ID "org.apache.poi" and Version "@VERSION@"
-All release artifacts are accompanied by MD5 checksums and PGP signatures
+All release artifacts are accompanied by SHA 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
https://svn.apache.org/repos/asf/poi/tags/@RELEASE_TAG@/KEYS
Modified: poi/site/src/documentation/release-guide.txt
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1908226&r1=1908225&r2=1908226&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Thu Mar 9 14:16:42 2023
@@ -174,7 +174,6 @@ svn update --set-depth infinity dist/d
svn update --set-depth infinity dist/release/poi/
svn rm dist/release/poi/release/src/* dist/release/poi/release/bin/*
dist/release/poi/release/maven/
svn mv dist/dev/poi/FIXME3.16-RC1/poi-src-* dist/release/poi/release/src/
-svn mv dist/dev/poi/FIXME3.16-RC1/poi-bin-* dist/release/poi/release/bin/
svn mv dist/dev/poi/FIXME3.16-RC1/maven/ dist/release/poi/release/
svn mv dist/dev/poi/FIXME3.16-RC1/RELEASE-NOTES.txt
dist/release/poi/dev/RELEASE-NOTES-FIXME3.16.txt
# regular (non-svn) copy so that these text files retain their revision history
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]