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 2020/04/13 00:12:27 UTC

[commons-statistics] branch master updated (cbc1059 -> 26f7afd)

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

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git.


    from cbc1059  STATISTICS-23: Order of arguments in "GammaDistribution" sampler.
     new 5be0c43  Change version.
     new 26f7afd  Specify cache for "Travis".

The 2 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:
 .travis.yml                             | 4 ++++
 commons-statistics-distribution/pom.xml | 4 ++--
 commons-statistics-regression/pom.xml   | 4 ++--
 pom.xml                                 | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)


[commons-statistics] 02/02: Specify cache for "Travis".

Posted by er...@apache.org.
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-statistics.git

commit 26f7afd1f7e01454a3298e84e016bb77bcc7b4f2
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Apr 13 02:09:25 2020 +0200

    Specify cache for "Travis".
    
    Cf. https://markmail.org/message/vhwelfs2qypyvo4l
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 116a2ba..e6d7d4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 language: java
 sudo: false
 
+cache:
+  directories:
+    - "$HOME/.m2"
+
 jdk:
   - openjdk8
 


[commons-statistics] 01/02: Change version.

Posted by er...@apache.org.
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-statistics.git

commit 5be0c43539d040848f8513e1e35756178c99e70f
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Apr 13 01:57:27 2020 +0200

    Change version.
---
 commons-statistics-distribution/pom.xml | 4 ++--
 commons-statistics-regression/pom.xml   | 4 ++--
 pom.xml                                 | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/commons-statistics-distribution/pom.xml b/commons-statistics-distribution/pom.xml
index a89b6a9..bde7cd5 100644
--- a/commons-statistics-distribution/pom.xml
+++ b/commons-statistics-distribution/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-statistics-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-distribution</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Statistics Distribution</name>
 
   <description>Statistical distributions.</description>
diff --git a/commons-statistics-regression/pom.xml b/commons-statistics-regression/pom.xml
index 1557680..402cbd1 100644
--- a/commons-statistics-regression/pom.xml
+++ b/commons-statistics-regression/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-statistics-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-regression</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Statistics Regression</name>
 
   <description>Statistical regressions.</description>
diff --git a/pom.xml b/pom.xml
index 00b7835..796e83d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-statistics-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Statistics</name>
 
   <inceptionYear>2018</inceptionYear>