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 23:15:07 UTC

[commons-geometry] branch 1.0-release updated (88f1de8 -> aad4aa0)

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

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


    from 88f1de8  preparing 1.0-rc2
     add 06e3cc9  updating dist-archive and rat exclusions
     new 4365918  Merge branch 'master' into 1.0-release
     add 7214601  fixing assembly exclude expression
     new 333882e  Merge branch 'master' into 1.0-release
     new aad4aa0  preparing 1.0-rc3

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dist-archive/src/assembly/src.xml | 2 ++
 pom.xml                           | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

[commons-geometry] 02/03: Merge branch 'master' into 1.0-release

Posted by ma...@apache.org.
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 333882e6c135644a52e52694576ec8c23ca8e83f
Merge: 4365918 7214601
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sat Aug 14 19:12:25 2021 -0400

    Merge branch 'master' into 1.0-release

 dist-archive/src/assembly/src.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[commons-geometry] 01/03: Merge branch 'master' into 1.0-release

Posted by ma...@apache.org.
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 436591893ae210f44bbc8a9f7d0ed19eea37765c
Merge: 88f1de8 06e3cc9
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sat Aug 14 19:03:18 2021 -0400

    Merge branch 'master' into 1.0-release

 dist-archive/src/assembly/src.xml | 2 ++
 pom.xml                           | 2 ++
 2 files changed, 4 insertions(+)


[commons-geometry] 03/03: preparing 1.0-rc3

Posted by ma...@apache.org.
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 aad4aa0b860097b05ce5bb193f47d42f93083ff5
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sat Aug 14 19:13:23 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index 2345531..07d71bf 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>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>