Preparing for next release in the 3.X branch.
This commit is contained in:
parent
b3c5dae8f2
commit
9a0d061981
|
@ -36,6 +36,11 @@
|
||||||
</SVNRepository>
|
</SVNRepository>
|
||||||
</repository>
|
</repository>
|
||||||
<release>
|
<release>
|
||||||
|
<Version>
|
||||||
|
<name>commons-math</name>
|
||||||
|
<created>2015-04-17</created>
|
||||||
|
<revision>3.5</revision>
|
||||||
|
</Version>
|
||||||
<Version>
|
<Version>
|
||||||
<name>commons-math</name>
|
<name>commons-math</name>
|
||||||
<created>2015-01-11</created>
|
<created>2015-01-11</created>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -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.5</version>
|
<version>3.6-SNAPSHOT</version>
|
||||||
<name>Apache Commons Math</name>
|
<name>Apache Commons Math</name>
|
||||||
|
|
||||||
<inceptionYear>2003</inceptionYear>
|
<inceptionYear>2003</inceptionYear>
|
||||||
|
@ -365,7 +365,7 @@
|
||||||
<!-- do not use snapshot suffix here -->
|
<!-- do not use snapshot suffix here -->
|
||||||
<commons.release.version>3.5</commons.release.version>
|
<commons.release.version>3.5</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>
|
||||||
|
|
||||||
<commons.release.2.version>2.2</commons.release.2.version>
|
<commons.release.2.version>2.2</commons.release.2.version>
|
||||||
|
|
|
@ -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.5" date="2015-04-17" description="
|
<release version="3.5" date="2015-04-17" description="
|
||||||
This is a minor release: It combines bug fixes and new features.
|
This is a minor release: It combines bug fixes and new features.
|
||||||
Changes to existing features were made in a backwards-compatible
|
Changes to existing features were made in a backwards-compatible
|
||||||
|
|
Loading…
Reference in New Issue