Repository: commons-math
Updated Branches:
refs/heads/master 7d32a990e -> f504277bc
Update latest version in README.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f504277b
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f504277b
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f504277b
Branch: refs/heads/master
Commit: f504277bcad0c519d3df008c635856962323aa5b
Parents: 7d32a99
Author: Thomas Neidhart <thomas.neidhart@gmail.com>
Authored: Wed Dec 2 20:43:44 2015 +0100
Committer: Thomas Neidhart <thomas.neidhart@gmail.com>
Committed: Wed Dec 2 20:43:44 2015 +0100
----------------------------------------------------------------------
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/commons-math/blob/f504277b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bd623d7..8bdcd2a 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
- <version>3.4.1</version>
+ <version>3.5</version>
</dependency>
```
|