Putting MATH_3_X branch to post-release state. This change is only done in case a new release should be done. This is however not really expected now and the next release should rather be 4.0 than 3.7.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/838788fd Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/838788fd Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/838788fd Branch: refs/heads/MATH_3_X Commit: 838788fd6302d6cc91e1743144e0f14b71e4812e Parents: 95a9d35 Author: Luc Maisonobe <[email protected]> Authored: Tue Jan 5 22:46:13 2016 +0100 Committer: Luc Maisonobe <[email protected]> Committed: Tue Jan 5 22:46:13 2016 +0100 ---------------------------------------------------------------------- doap_math.rdf | 5 +++++ pom.xml | 2 +- src/changes/changes.xml | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/838788fd/doap_math.rdf ---------------------------------------------------------------------- diff --git a/doap_math.rdf b/doap_math.rdf index a728234..077eb81 100644 --- a/doap_math.rdf +++ b/doap_math.rdf @@ -38,6 +38,11 @@ <release> <Version> <name>commons-math</name> + <created>2016-01-05</created> + <revision>3.6</revision> + </Version> + <Version> + <name>commons-math</name> <created>2015-04-17</created> <revision>3.5</revision> </Version> http://git-wip-us.apache.org/repos/asf/commons-math/blob/838788fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3705a86..4153bff 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> - <version>3.6</version> + <version>3.7-SNAPSHOT</version> <name>Apache Commons Math</name> <inceptionYear>2003</inceptionYear> http://git-wip-us.apache.org/repos/asf/commons-math/blob/838788fd/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 21ab68f..d9a8b46 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,8 @@ If the output is not quite correct, check for invisible trailing spaces! <title>Commons Math Release Notes</title> </properties> <body> + <release version="3.7" date="TBD" description="TBD"> + </release> <release version="3.6" date="2016-01-05" description=" This is a minor release: It combines bug fixes and new features. Changes to existing features were made in a backwards-compatible
