preparing pom for 3.6 release.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e7e54063 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e7e54063 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e7e54063 Branch: refs/heads/MATH_3_X Commit: e7e5406342ed8302c847e771cd453e3036220e52 Parents: d70c566 Author: Luc Maisonobe <l...@apache.org> Authored: Fri Jan 1 13:28:00 2016 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Fri Jan 1 15:13:23 2016 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/e7e54063/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 302107f..edeacf3 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-SNAPSHOT</version> + <version>3.6</version> <name>Apache Commons Math</name> <inceptionYear>2003</inceptionYear> @@ -374,9 +374,9 @@ <!-- 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.5</commons.release.version> + <commons.release.version>3.6</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>