Preparing for next release in the 3.X branch. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/9a0d0619 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/9a0d0619 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/9a0d0619
Branch: refs/heads/MATH_3_X Commit: 9a0d061981587382b60eae9eaaa6eff6a408911a Parents: b3c5dae Author: Luc Maisonobe <[email protected]> Authored: Fri Apr 17 16:54:40 2015 +0200 Committer: Luc Maisonobe <[email protected]> Committed: Fri Apr 17 16:54:40 2015 +0200 ---------------------------------------------------------------------- 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/9a0d0619/doap_math.rdf ---------------------------------------------------------------------- diff --git a/doap_math.rdf b/doap_math.rdf index 2903a63..a728234 100644 --- a/doap_math.rdf +++ b/doap_math.rdf @@ -38,6 +38,11 @@ <release> <Version> <name>commons-math</name> + <created>2015-04-17</created> + <revision>3.5</revision> + </Version> + <Version> + <name>commons-math</name> <created>2015-01-11</created> <revision>3.4.1</revision> </Version> http://git-wip-us.apache.org/repos/asf/commons-math/blob/9a0d0619/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 70348af..223b316 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.5</version> + <version>3.6-SNAPSHOT</version> <name>Apache Commons Math</name> <inceptionYear>2003</inceptionYear> @@ -365,7 +365,7 @@ <!-- do not use snapshot suffix here --> <commons.release.version>3.5</commons.release.version> <commons.release.desc>(requires Java 1.5+)</commons.release.desc> - <commons.rc.version>RC1</commons.rc.version> + <!-- <commons.rc.version>RC1</commons.rc.version> --> <commons.binary.suffix>-bin</commons.binary.suffix> <commons.release.2.version>2.2</commons.release.2.version> http://git-wip-us.apache.org/repos/asf/commons-math/blob/9a0d0619/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 26940bf..609835d 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.5" date="2015-04-17" description=" This is a minor release: It combines bug fixes and new features. Changes to existing features were made in a backwards-compatible
