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/21 05:37:56 UTC

[commons-geometry] 05/13: preparing 1.0-rc4

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

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit f0c23290434a7dcc8883ad69c2d4dc847be2d855
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Mon Aug 16 21:19:43 2021 -0400

    preparing 1.0-rc4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bac325d..9ba51d1 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>RC3</commons.rc.version>
+    <commons.rc.version>RC4</commons.rc.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>
 
     <commons.jira.id>GEOMETRY</commons.jira.id>