This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch 1.0-release in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit bb8f3362b39eaaa7adbde6df3e055ac98db3c90f Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Sun Aug 8 16:55:27 2021 -0400 updating versions to prepare for 1.0 release --- commons-geometry-core/pom.xml | 2 +- commons-geometry-core/src/site/site.xml | 4 ++-- commons-geometry-euclidean/pom.xml | 2 +- commons-geometry-euclidean/src/site/site.xml | 4 ++-- commons-geometry-examples/examples-jmh/pom.xml | 2 +- commons-geometry-examples/examples-tutorials/pom.xml | 2 +- commons-geometry-examples/pom.xml | 2 +- commons-geometry-io-core/pom.xml | 2 +- .../src/site/resources/profile.jacoco | 17 +++++++++++++++++ .../src/site/site.xml | 5 +++-- commons-geometry-io-euclidean/pom.xml | 2 +- .../src/site/resources/profile.jacoco | 17 +++++++++++++++++ .../src/site/site.xml | 5 +++-- commons-geometry-spherical/pom.xml | 2 +- commons-geometry-spherical/src/site/site.xml | 4 ++-- dist-archive/pom.xml | 2 +- pom.xml | 4 ++-- src/changes/changes.xml | 2 +- 18 files changed, 58 insertions(+), 22 deletions(-) diff --git a/commons-geometry-core/pom.xml b/commons-geometry-core/pom.xml index 2521911..3b12615 100644 --- a/commons-geometry-core/pom.xml +++ b/commons-geometry-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-core</artifactId> diff --git a/commons-geometry-core/src/site/site.xml b/commons-geometry-core/src/site/site.xml index d9d4ce5..7adbb0a 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 release)" + href="https://commons.apache.org/geometry/commons-geometry-core/javadocs/api-1.0/index.html"/> </menu> <head> diff --git a/commons-geometry-euclidean/pom.xml b/commons-geometry-euclidean/pom.xml index 63cf2f6..9527b6d 100644 --- a/commons-geometry-euclidean/pom.xml +++ b/commons-geometry-euclidean/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-euclidean</artifactId> diff --git a/commons-geometry-euclidean/src/site/site.xml b/commons-geometry-euclidean/src/site/site.xml index 8915e07..9bac4dd 100644 --- a/commons-geometry-euclidean/src/site/site.xml +++ b/commons-geometry-euclidean/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-euclidean/javadocs/api-1.0/index.html"/> --> + <item name="Javadoc (1.0 release)" + href="https://commons.apache.org/geometry/commons-geometry-euclidean/javadocs/api-1.0/index.html"/> </menu> diff --git a/commons-geometry-examples/examples-jmh/pom.xml b/commons-geometry-examples/examples-jmh/pom.xml index 19778bf..6da6b92 100644 --- a/commons-geometry-examples/examples-jmh/pom.xml +++ b/commons-geometry-examples/examples-jmh/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-examples</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-examples-jmh</artifactId> diff --git a/commons-geometry-examples/examples-tutorials/pom.xml b/commons-geometry-examples/examples-tutorials/pom.xml index 2772034..85e8c56 100644 --- a/commons-geometry-examples/examples-tutorials/pom.xml +++ b/commons-geometry-examples/examples-tutorials/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-examples</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-examples-tutorials</artifactId> diff --git a/commons-geometry-examples/pom.xml b/commons-geometry-examples/pom.xml index 7ebe6d8..53e3884 100644 --- a/commons-geometry-examples/pom.xml +++ b/commons-geometry-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-examples</artifactId> diff --git a/commons-geometry-io-core/pom.xml b/commons-geometry-io-core/pom.xml index e21f30d..c2f3abb 100644 --- a/commons-geometry-io-core/pom.xml +++ b/commons-geometry-io-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-io-core</artifactId> diff --git a/commons-geometry-io-core/src/site/resources/profile.jacoco b/commons-geometry-io-core/src/site/resources/profile.jacoco new file mode 100644 index 0000000..a12755f --- /dev/null +++ b/commons-geometry-io-core/src/site/resources/profile.jacoco @@ -0,0 +1,17 @@ +# 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. +# ----------------------------------------------------------------------------- +# +# Empty file used to automatically trigger JaCoCo profile from commons parent pom diff --git a/commons-geometry-core/src/site/site.xml b/commons-geometry-io-core/src/site/site.xml similarity index 90% copy from commons-geometry-core/src/site/site.xml copy to commons-geometry-io-core/src/site/site.xml index d9d4ce5..3974ae8 100644 --- a/commons-geometry-core/src/site/site.xml +++ b/commons-geometry-io-core/src/site/site.xml @@ -28,10 +28,11 @@ <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 release)" + href="https://commons.apache.org/geometry/commons-geometry-io-core/javadocs/api-1.0/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-io-euclidean/pom.xml b/commons-geometry-io-euclidean/pom.xml index f915f2f..d4db59b 100644 --- a/commons-geometry-io-euclidean/pom.xml +++ b/commons-geometry-io-euclidean/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-io-euclidean</artifactId> diff --git a/commons-geometry-io-euclidean/src/site/resources/profile.jacoco b/commons-geometry-io-euclidean/src/site/resources/profile.jacoco new file mode 100644 index 0000000..a12755f --- /dev/null +++ b/commons-geometry-io-euclidean/src/site/resources/profile.jacoco @@ -0,0 +1,17 @@ +# 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. +# ----------------------------------------------------------------------------- +# +# Empty file used to automatically trigger JaCoCo profile from commons parent pom diff --git a/commons-geometry-core/src/site/site.xml b/commons-geometry-io-euclidean/src/site/site.xml similarity index 90% copy from commons-geometry-core/src/site/site.xml copy to commons-geometry-io-euclidean/src/site/site.xml index d9d4ce5..3758451 100644 --- a/commons-geometry-core/src/site/site.xml +++ b/commons-geometry-io-euclidean/src/site/site.xml @@ -28,10 +28,11 @@ <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 release)" + href="https://commons.apache.org/geometry/commons-geometry-io-euclidean/javadocs/api-1.0/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-spherical/pom.xml b/commons-geometry-spherical/pom.xml index 3f297d6..a61fa51 100644 --- a/commons-geometry-spherical/pom.xml +++ b/commons-geometry-spherical/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry-spherical</artifactId> diff --git a/commons-geometry-spherical/src/site/site.xml b/commons-geometry-spherical/src/site/site.xml index 523c589..9f8b54f 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 release)" + href="https://commons.apache.org/geometry/commons-geometry-spherical/javadocs/api-1.0/index.html"/> </menu> <head> diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index aecc12d..bcf46f3 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>commons-geometry</artifactId> diff --git a/pom.xml b/pom.xml index 8147273..22b30aa 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-geometry-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <packaging>pom</packaging> <name>Apache Commons Geometry</name> <description>The Apache Commons Geometry project provides geometric types and utilities.</description> @@ -44,7 +44,7 @@ <!-- do not use snapshot suffix here --> <commons.release.version>1.0</commons.release.version> <commons.release.desc>(requires Java 8+)</commons.release.desc> - <!-- <commons.rc.version>RC1</commons.rc.version> --> + <commons.rc.version>RC1</commons.rc.version> <commons.binary.suffix>-bin</commons.binary.suffix> <commons.jira.id>GEOMETRY</commons.jira.id> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e1c3805..261a7dc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,7 +53,7 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> - <release version="1.0" date="TBD" description=" + <release version="1.0" date="2021-08-15" description=" This is the first major release of Apache Commons Geometry. Apache Commons Geometry 1.0 contains the following library modules: