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 2020/04/08 01:44:58 UTC

[commons-geometry] branch master updated: updating commons-numbers dependency to 1.0-beta1

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


The following commit(s) were added to refs/heads/master by this push:
     new 20c7d36  updating commons-numbers dependency to 1.0-beta1
20c7d36 is described below

commit 20c7d360d2aa772e2201574234569c67a1788ed4
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Tue Apr 7 21:44:39 2020 -0400

    updating commons-numbers dependency to 1.0-beta1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5307ea2..fdee1b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <doclint.javadoc.qualifier></doclint.javadoc.qualifier>
 
     <!-- Dependency versions -->
-    <commons.numbers.version>1.0-SNAPSHOT</commons.numbers.version>
+    <commons.numbers.version>1.0-beta1</commons.numbers.version>
     <commons.rng.version>1.3</commons.rng.version>
     <junit.version>4.12</junit.version>
   </properties>