Preparing for next version 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/08783690 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/08783690 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/08783690 Branch: refs/heads/MATH_3_X Commit: 08783690a1ae8c886a9441683e2110c8419b72ef Parents: 16abfe5 Author: Evan Ward <[email protected]> Authored: Mon Mar 21 14:44:45 2016 -0400 Committer: Evan Ward <[email protected]> Committed: Mon Mar 21 14:44:45 2016 -0400 ---------------------------------------------------------------------- doap_math.rdf | 5 +++++ pom.xml | 4 ++-- src/changes/changes.xml | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/08783690/doap_math.rdf ---------------------------------------------------------------------- diff --git a/doap_math.rdf b/doap_math.rdf index 077eb81..77416d6 100644 --- a/doap_math.rdf +++ b/doap_math.rdf @@ -38,6 +38,11 @@ <release> <Version> <name>commons-math</name> + <created>2016-03-21</created> + <revision>3.6.1</revision> + </Version> + <Version> + <name>commons-math</name> <created>2016-01-05</created> <revision>3.6</revision> </Version> http://git-wip-us.apache.org/repos/asf/commons-math/blob/08783690/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3a812ae..4972bac 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.1</version> + <version>3.7-SNAPSHOT</version> <name>Apache Commons Math</name> <inceptionYear>2003</inceptionYear> @@ -369,7 +369,7 @@ <!-- This value must reflect the current name of the base package. --> <commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName> <!-- do not use snapshot suffix here --> - <commons.release.version>3.6.1</commons.release.version> + <commons.release.version>3.7-SNAPSHOT</commons.release.version> <commons.release.desc>(requires Java 1.5+)</commons.release.desc> <commons.rc.version>RC1</commons.rc.version> <commons.binary.suffix>-bin</commons.binary.suffix> http://git-wip-us.apache.org/repos/asf/commons-math/blob/08783690/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aa3cbcf..0bc49aa 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="TBD" date="TBD" description="TBD"> + </release> <release version="3.6.1" date="2016-03-21" description=" This is a minor bug fix release. It incorporates three bug fixes since version 3.6.
