You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2016/01/05 22:47:51 UTC

[6/7] [math] Preparing release candidate 2 for Apache Commons Math 3.6.

Preparing release candidate 2 for Apache Commons Math 3.6.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/95a9d35e
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/95a9d35e
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/95a9d35e

Branch: refs/heads/MATH_3_X
Commit: 95a9d35e77f70ffc9bd5143880c236a760b42005
Parents: 47ae2b7
Author: Luc Maisonobe <lu...@apache.org>
Authored: Sat Jan 2 19:56:59 2016 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Sat Jan 2 19:56:59 2016 +0100

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/95a9d35e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index edeacf3..3705a86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,7 @@
     <!-- do not use snapshot suffix here -->
     <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>RC2</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/95a9d35e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 90e8dc9..21ab68f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@ If the output is not quite correct, check for invisible trailing spaces!
     <title>Commons Math Release Notes</title>
   </properties>
   <body>
-    <release version="3.6" date="2016-01-04" description="
+    <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
  way such as to allow drop-in replacement of the v3.x JAR file.