This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to annotated tag NUMBERS_1_0_B1_RC1 in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 32a64d43a3f05e1991574afbc021dda4500e2c27 Author: Matt Juntunen <matt.juntu...@hotmail.com> AuthorDate: Sun Mar 29 15:16:40 2020 -0400 updating release notes and history --- RELEASE-NOTES.txt | 8 +++-- src/changes/changes.xml | 6 ++-- .../release-notes/RELEASE-NOTES-1.0-B1.txt | 8 +++-- src/site/xdoc/release-history.xml | 35 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 54c9a7a..11e9987 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -5,7 +5,9 @@ The Apache Commons Numbers team is pleased to announce the release of commons-nu The Apache Commons Numbers project provides number types and utilities. -This is the first release of Apache Commons Numbers. This is a beta release. No guarantees are made regarding the stability of the API or compatibility with future releases. +This is a beta release of Apache Commons Numbers. No guarantees are made regarding the stability of +the API or compatibility with future releases. + Apache Commons Numbers 1.0-B1 contains the following modules: commons-numbers-angle (requires Java 8) commons-numbers-arrays (requires Java 8) @@ -23,8 +25,8 @@ Apache Commons Numbers 1.0-B1 contains the following modules: No changes defined in this version. -For complete information on Apache Commons Numbers, including instructions on how to submit bug reports, -patches, or suggestions for improvement, see the Apache Commons Numbers website: +For complete information on Apache Commons Numbers, including instructions on how to submit bug +reports, patches, or suggestions for improvement, see the Apache Commons Numbers website: http://commons.apache.org/proper/commons-numbers/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d89c6f2..93b2779 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,9 +51,9 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> <release version="1.0-B1" date="2020-04-05" description=" -This is the first release of Apache Commons Numbers. This is a beta release. -No guarantees are made regarding the stability of the API or compatibility with -future releases. +This is a beta release of Apache Commons Numbers. No guarantees are +made regarding the stability of the API or compatibility with future +releases. Apache Commons Numbers 1.0-B1 contains the following modules: commons-numbers-angle (requires Java 8) diff --git a/RELEASE-NOTES.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.0-B1.txt similarity index 77% copy from RELEASE-NOTES.txt copy to src/site/resources/release-notes/RELEASE-NOTES-1.0-B1.txt index 54c9a7a..11e9987 100644 --- a/RELEASE-NOTES.txt +++ b/src/site/resources/release-notes/RELEASE-NOTES-1.0-B1.txt @@ -5,7 +5,9 @@ The Apache Commons Numbers team is pleased to announce the release of commons-nu The Apache Commons Numbers project provides number types and utilities. -This is the first release of Apache Commons Numbers. This is a beta release. No guarantees are made regarding the stability of the API or compatibility with future releases. +This is a beta release of Apache Commons Numbers. No guarantees are made regarding the stability of +the API or compatibility with future releases. + Apache Commons Numbers 1.0-B1 contains the following modules: commons-numbers-angle (requires Java 8) commons-numbers-arrays (requires Java 8) @@ -23,8 +25,8 @@ Apache Commons Numbers 1.0-B1 contains the following modules: No changes defined in this version. -For complete information on Apache Commons Numbers, including instructions on how to submit bug reports, -patches, or suggestions for improvement, see the Apache Commons Numbers website: +For complete information on Apache Commons Numbers, including instructions on how to submit bug +reports, patches, or suggestions for improvement, see the Apache Commons Numbers website: http://commons.apache.org/proper/commons-numbers/ diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml new file mode 100644 index 0000000..9f3302d --- /dev/null +++ b/src/site/xdoc/release-history.xml @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<document> + <properties> + <title>Home</title> + <author email="d...@commons.apache.org">Commons Documentation Team</author> + </properties> + <body> + <!-- ================================================== --> + <section name="Commons Numbers Release History"> + <p><em>Note.</em> For older release javadocs see the individual artifact sub-sites.</p> + <table> + <tr><th>Version</th><th>Release date (YYYY-MM-DD)</th><th>Required Java Version</th><th>Release notes</th></tr> + <tr> + <td>1.0-B1</td><td>2020-04-05</td><td>8+</td><td><a href="release-notes/RELEASE-NOTES-1.0-B1.txt">release notes for 1.0-B1</a></td> + </tr> + </table> + + </section> + <!-- ================================================== --> + </body> +</document>