This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to annotated tag commons-geometry-1.0-beta1-rc3
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit c47308d13c371652d9798037b390676c13564e48
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Wed Jul 15 21:24:33 2020 -0400

    Preparing 1.0-beta1-rc3
---
 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 dcecbac..cae396e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <!-- do not use snapshot suffix here -->
     <commons.release.version>1.0-beta1</commons.release.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC3</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 03aee1a..1a155d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ If the output is not quite correct, check for invisible 
trailing spaces!
   </properties>
   <body>
 
-    <release version="1.0-beta1" date="2020-07-08" description="
+    <release version="1.0-beta1" date="2020-07-20" 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.
diff --git a/src/site/xdoc/release-history.xml 
b/src/site/xdoc/release-history.xml
index 0f759ba..a8388f7 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-beta1</td><td>2020-07-08</td><td>8+</td><td><a 
href="release-notes/RELEASE-NOTES-1.0-beta1.txt">release notes for 
1.0-beta1</a></td>
+          <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>
         </tr>
       </table>
 

Reply via email to