You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/03/29 08:29:59 UTC

camel git commit: Upgrade Commons Math to version 3.6.1

Repository: camel
Updated Branches:
  refs/heads/master e80ef2457 -> f5fe63645


Upgrade Commons Math to version 3.6.1


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f5fe6364
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f5fe6364
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f5fe6364

Branch: refs/heads/master
Commit: f5fe63645374fa109a1f90b5e48c290f67392171
Parents: e80ef24
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Mar 29 08:28:49 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Mar 29 08:29:12 2016 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f5fe6364/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f516f74..782bfad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
     <commons-lang3-version>3.4</commons-lang3-version>
     <commons-logging-version>1.2</commons-logging-version>
     <commons-math-version>2.2</commons-math-version>
-    <commons-math3-version>3.6</commons-math3-version>
+    <commons-math3-version>3.6.1</commons-math3-version>
     <commons-net-version>3.3</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
     <commons-pool2-version>2.4.2</commons-pool2-version>