This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch 1.0-beta1-release in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit ce1f6ce29d0623532c06094f196f3fa04130b64e Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Thu Jul 2 23:12:46 2020 -0400 adding 1.0-beta1 javadoc links and release entry --- commons-geometry-core/src/site/site.xml | 4 ++-- commons-geometry-enclosing/src/site/site.xml | 4 ++-- commons-geometry-euclidean/src/site/site.xml | 5 ++--- commons-geometry-hull/src/site/site.xml | 4 ++-- commons-geometry-spherical/src/site/site.xml | 4 ++-- src/changes/changes.xml | 19 ++++++++++--------- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/commons-geometry-core/src/site/site.xml b/commons-geometry-core/src/site/site.xml index d9d4ce5..1ce8007 100644 --- a/commons-geometry-core/src/site/site.xml +++ b/commons-geometry-core/src/site/site.xml @@ -28,8 +28,8 @@ <item name="Overview" href="/index.html"/> <item name="Latest API docs (development)" href="apidocs/index.html"/> - <!-- <item name="Javadoc (1.0 release)" - href="https://commons.apache.org/geometry/commons-geometry-core/javadocs/api-1.0/index.html"/> --> + <item name="Javadoc (1.0-beta1 release)" + href="https://commons.apache.org/geometry/commons-geometry-core/javadocs/api-1.0-beta1/index.html"/> </menu> <head> diff --git a/commons-geometry-enclosing/src/site/site.xml b/commons-geometry-enclosing/src/site/site.xml index 88dc5cc..87c979a 100644 --- a/commons-geometry-enclosing/src/site/site.xml +++ b/commons-geometry-enclosing/src/site/site.xml @@ -28,8 +28,8 @@ <item name="Overview" href="/index.html"/> <item name="Latest API docs (development)" href="apidocs/index.html"/> - <!-- <item name="Javadoc (1.0 release)" - href="https://commons.apache.org/geometry/commons-geometry-enclosing/javadocs/api-1.0/index.html"/> --> + <item name="Javadoc (1.0-beta1 release)" + href="https://commons.apache.org/geometry/commons-geometry-enclosing/javadocs/api-1.0-beta1/index.html"/> </menu> <head> diff --git a/commons-geometry-euclidean/src/site/site.xml b/commons-geometry-euclidean/src/site/site.xml index 8915e07..ea027ae 100644 --- a/commons-geometry-euclidean/src/site/site.xml +++ b/commons-geometry-euclidean/src/site/site.xml @@ -28,11 +28,10 @@ <item name="Overview" href="/index.html"/> <item name="Latest API docs (development)" href="apidocs/index.html"/> - <!-- <item name="Javadoc (1.0 release)" - href="https://commons.apache.org/geometry/commons-geometry-euclidean/javadocs/api-1.0/index.html"/> --> + <item name="Javadoc (1.0-beta1 release)" + href="https://commons.apache.org/geometry/commons-geometry-euclidean/javadocs/api-1.0-beta1/index.html"/> </menu> - <head> <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>]]> diff --git a/commons-geometry-hull/src/site/site.xml b/commons-geometry-hull/src/site/site.xml index 54b485f..ee45b65 100644 --- a/commons-geometry-hull/src/site/site.xml +++ b/commons-geometry-hull/src/site/site.xml @@ -28,8 +28,8 @@ <item name="Overview" href="/index.html"/> <item name="Latest API docs (development)" href="apidocs/index.html"/> - <!-- <item name="Javadoc (1.0 release)" - href="https://commons.apache.org/geometry/commons-geometry-hull/javadocs/api-1.0/index.html"/> --> + <item name="Javadoc (1.0-beta1 release)" + href="https://commons.apache.org/geometry/commons-geometry-hull/javadocs/api-1.0-beta1/index.html"/> </menu> <head> diff --git a/commons-geometry-spherical/src/site/site.xml b/commons-geometry-spherical/src/site/site.xml index 523c589..f0330bb 100644 --- a/commons-geometry-spherical/src/site/site.xml +++ b/commons-geometry-spherical/src/site/site.xml @@ -28,8 +28,8 @@ <item name="Overview" href="/index.html"/> <item name="Latest API docs (development)" href="apidocs/index.html"/> - <!-- <item name="Javadoc (1.0 release)" - href="https://commons.apache.org/geometry/commons-geometry-spherical/javadocs/api-1.0/index.html"/> --> + <item name="Javadoc (1.0-beta1 release)" + href="https://commons.apache.org/geometry/commons-geometry-spherical/javadocs/api-1.0-beta1/index.html"/> </menu> <head> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bc9ed7d..03aee1a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,16 +51,17 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> - <release version="1.0" date="TBD" description=" -This is the first release of Apache Commons Geometry. + <release version="1.0-beta1" date="2020-07-08" description=" +This is a beta release of Apache Commons Geometry. No guarantees are +made regarding the stability of the API or compatibility with future +releases. -Apache Commons RNG 1.0 contains the following modules: - commons-geometry-core (requires Java 8) - commons-geometry-bsp (requires Java 8) - commons-geometry-hull (requires Java 8) - commons-geometry-enclosing (requires Java 8) - commons-geometry-spherical (requires Java 8) - commons-geometry-euclidean (requires Java 8) +Apache Commons Geometry 1.0-beta1 contains the following library modules: + commons-geometry-core (requires Java 8+) + commons-geometry-euclidean (requires Java 8+) + commons-geometry-spherical (requires Java 8+) + commons-geometry-hull (requires Java 8+) + commons-geometry-enclosing (requires Java 8+) "> </release>