creating release candidate RC3

This commit is contained in:
Luc Maisonobe 2014-12-23 10:28:44 +01:00
parent d7b9578de3
commit befd8ebd96
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.