Preparing for next release in the 3.X branch.

This commit is contained in:
Luc Maisonobe 2015-04-17 16:54:40 +02:00
parent b3c5dae8f2
commit 9a0d061981
3 changed files with 9 additions and 2 deletions

View File

@ -36,6 +36,11 @@
</SVNRepository>
</repository>
<release>
<Version>
<name>commons-math</name>
<created>2015-04-17</created>
<revision>3.5</revision>
</Version>
<Version>
<name>commons-math</name>
<created>2015-01-11</created>

View File

@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.5</version>
<version>3.6-SNAPSHOT</version>
<name>Apache Commons Math</name>
<inceptionYear>2003</inceptionYear>
@ -365,7 +365,7 @@
<!-- do not use snapshot suffix here -->
<commons.release.version>3.5</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>

View File

@ -50,6 +50,8 @@ If the output is not quite correct, check for invisible trailing spaces!
<title>Commons Math Release Notes</title>
</properties>
<body>
<release version="TBD" date="TBD" description="TBD">
</release>
<release version="3.5" date="2015-04-17" description="
This is a minor release: It combines bug fixes and new features.
Changes to existing features were made in a backwards-compatible