You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/09/18 14:57:24 UTC

[commons-geometry] branch master updated: Update dependencies.

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

erans 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 e48cfe4  Update dependencies.
e48cfe4 is described below

commit e48cfe43ecc9a1a4531d3e4f4d9f7e97d2811270
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Tue Sep 18 16:56:38 2018 +0200

    Update dependencies.
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ccb3c4..9329ac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,8 +130,7 @@
 
     <!-- Dependency versions -->
     <commons.numbers.version>1.0-SNAPSHOT</commons.numbers.version>
-    <commons.rng.version>1.0</commons.rng.version>
-    <commons.rng.sampling.version>1.1-SNAPSHOT</commons.rng.sampling.version>
+    <commons.rng.version>1.1</commons.rng.version>
     <junit.version>4.12</junit.version>
   </properties>
 
@@ -180,7 +179,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-sampling</artifactId>
-        <version>${commons.rng.sampling.version}</version>
+        <version>${commons.rng.version}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>