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 2014/12/26 20:08:38 UTC

[5/7] [math] creating release candidate RC3

creating release candidate RC3


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

Branch: refs/heads/master
Commit: befd8ebd96b8ef5a06b59dccb22bd55064e31c34
Parents: d7b9578
Author: Luc Maisonobe <lu...@apache.org>
Authored: Tue Dec 23 10:28:44 2014 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Tue Dec 23 10:28:44 2014 +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/befd8ebd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7c34ad9..4c71517 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>RC2</commons.rc.version>
+    <commons.rc.version>RC3</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/befd8ebd/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 545366d..a299787 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.4" date="2014-12-22" description="
+    <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
  way such as to allow drop-in replacement of the v3.3 JAR file.