aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVladislav Galas <gallon@apache.org>2019-01-27 10:18:26 +0000
committerVladislav Galas <gallon@apache.org>2019-01-27 10:18:26 +0000
commit0a299339f7482c02d37736d1386666ab6968aee2 (patch)
tree67d4048d7546679fe8834c5e0e35008288b49b2c /src
parentb7862cfe45058c8e1eb7fa8e7cde2e0bf98a90e7 (diff)
downloadpoi-0a299339f7482c02d37736d1386666ab6968aee2.tar.gz
poi-0a299339f7482c02d37736d1386666ab6968aee2.zip
removed accidentally added release-notes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/RELEASE-NOTES.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/documentation/RELEASE-NOTES.txt b/src/documentation/RELEASE-NOTES.txt
deleted file mode 100644
index cc03e9c587..0000000000
--- a/src/documentation/RELEASE-NOTES.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-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
-
-Release Notes
-
-Changes
-------------
-The most notable changes in this release are:
-
-@List changes here@
-
-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
-----------------
-
-This release comes in two forms:
- - pre-built binaries containing compiled versions of all Apache POI components and documentation
- (poi-bin-@VERSION@-@DSTAMP@.zip or poi-bin-@VERSION@-@DSTAMP@.tar.gz)
- - source archive you can build POI from (poi-src-@VERSION@-@DSTAMP@.zip or poi-src-@VERSION@-@DSTAMP@.tar.gz)
- Unpack the archive and use the following command to build all POI components with Apache Ant 1.8+ and JDK 1.8 or higher:
-
- ant jar
-
- 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
-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
-
-About Apache POI
------------------------
-
-Apache POI is well-known in the Java field as a library for reading and
-writing Microsoft Office file formats, such as Excel, PowerPoint, Word,
-Visio, Publisher and Outlook. It supports both the older (OLE2) and
-new (OOXML - Office Open XML) formats.
-
-See https://poi.apache.org/ for more details