You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/08/14 12:48:10 UTC

[commons-geometry] 02/02: preparing 1.0-rc2

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 88f1de81740c6012739c90612b996273ce68ec1f
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sat Aug 14 08:46:14 2021 -0400

    preparing 1.0-rc2
---
 pom.xml                           | 2 +-
 src/changes/changes.xml           | 2 +-
 src/site/xdoc/release-history.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3c244a..6e45f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>RC2</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 261a7dc..3705c6e 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="2021-08-15" description="
+        <release version="1.0" date="2021-08-21" description="
 This is the first major release of Apache Commons Geometry.
 
 Apache Commons Geometry 1.0 contains the following library modules:
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index ec9d456..e98a4bd 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,7 +25,7 @@ limitations under the License.
       <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</td><td>2021-08-15</td><td>8+</td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
+          <td>1.0</td><td>2021-08-21</td><td>8+</td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
         </tr>
         <tr>
           <td>1.0-beta1</td><td>2020-07-20</td><td>8+</td><td><a href="release-notes/RELEASE-NOTES-1.0-beta1.txt">release notes for 1.0-beta1</a></td>