Preparing next version 3.5. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d06500b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d06500b3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d06500b3
Branch: refs/heads/master Commit: d06500b377b5336927beb19b00784dab788f9388 Parents: ef0bf29 Author: Luc Maisonobe <l...@apache.org> Authored: Fri Dec 26 20:04:07 2014 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Fri Dec 26 20:04:07 2014 +0100 ---------------------------------------------------------------------- doap_math.rdf | 5 +++++ pom.xml | 4 ++-- src/changes/changes.xml | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/d06500b3/doap_math.rdf ---------------------------------------------------------------------- diff --git a/doap_math.rdf b/doap_math.rdf index 5d09b8c..4134178 100644 --- a/doap_math.rdf +++ b/doap_math.rdf @@ -38,6 +38,11 @@ <release> <Version> <name>commons-math</name> + <created>2014-12-26</created> + <revision>3.4</revision> + </Version> + <Version> + <name>commons-math</name> <created>2014-05-14</created> <revision>3.3</revision> </Version> http://git-wip-us.apache.org/repos/asf/commons-math/blob/d06500b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4c71517..7c2922e 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.4</version> + <version>3.5-SNAPSHOT</version> <name>Apache Commons Math</name> <inceptionYear>2003</inceptionYear> @@ -365,7 +365,7 @@ <!-- do not use snapshot suffix here --> <commons.release.version>3.4</commons.release.version> <commons.release.desc>(requires Java 1.5+)</commons.release.desc> - <commons.rc.version>RC3</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/d06500b3/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a299787..610f2aa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,9 @@ If the output is not quite correct, check for invisible trailing spaces! <title>Commons Math Release Notes</title> </properties> <body> + <release version="3.5" date="TBD" description=""> + </release> + <release version="3.4" date="2014-12-26" description=" This is a minor release: It combines bug fixes and new features. Changes to existing features were made in a backwards-compatible