Preparing for next version 3.7

This commit is contained in:
Evan Ward 2016-03-21 14:44:45 -04:00
parent 16abfe5de6
commit 08783690a1
3 changed files with 9 additions and 2 deletions

View File

@ -36,6 +36,11 @@
</SVNRepository> </SVNRepository>
</repository> </repository>
<release> <release>
<Version>
<name>commons-math</name>
<created>2016-03-21</created>
<revision>3.6.1</revision>
</Version>
<Version> <Version>
<name>commons-math</name> <name>commons-math</name>
<created>2016-01-05</created> <created>2016-01-05</created>

View File

@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId> <artifactId>commons-math3</artifactId>
<version>3.6.1</version> <version>3.7-SNAPSHOT</version>
<name>Apache Commons Math</name> <name>Apache Commons Math</name>
<inceptionYear>2003</inceptionYear> <inceptionYear>2003</inceptionYear>
@ -369,7 +369,7 @@
<!-- This value must reflect the current name of the base package. --> <!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName> <commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
<!-- do not use snapshot suffix here --> <!-- do not use snapshot suffix here -->
<commons.release.version>3.6.1</commons.release.version> <commons.release.version>3.7-SNAPSHOT</commons.release.version>
<commons.release.desc>(requires Java 1.5+)</commons.release.desc> <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.binary.suffix>-bin</commons.binary.suffix>

View File

@ -50,6 +50,8 @@ If the output is not quite correct, check for invisible trailing spaces!
<title>Commons Math Release Notes</title> <title>Commons Math Release Notes</title>
</properties> </properties>
<body> <body>
<release version="TBD" date="TBD" description="TBD">
</release>
<release version="3.6.1" date="2016-03-21" description=" <release version="3.6.1" date="2016-03-21" description="
This is a minor bug fix release. It incorporates three bug fixes since version 3.6. This is a minor bug fix release. It incorporates three bug fixes since version 3.6.