Preparing for next version.
This commit is contained in:
parent
ef6e0f8828
commit
81e12ee050
|
@ -36,6 +36,11 @@
|
|||
</SVNRepository>
|
||||
</repository>
|
||||
<release>
|
||||
<Version>
|
||||
<name>commons-math</name>
|
||||
<created>2015-01-11</created>
|
||||
<revision>3.4.1</revision>
|
||||
</Version>
|
||||
<Version>
|
||||
<name>commons-math</name>
|
||||
<created>2014-12-26</created>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math3</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<version>3.5-SNAPSHOT</version>
|
||||
<name>Apache Commons Math</name>
|
||||
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
|
@ -365,7 +365,7 @@
|
|||
<!-- do not use snapshot suffix here -->
|
||||
<commons.release.version>3.4.1</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>
|
||||
|
|
|
@ -50,6 +50,9 @@ 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.4.1" date="2015-01-11" description="
|
||||
This is a maintenance release: It fixes issue MATH-1188.
|
||||
">
|
||||
|
|
Loading…
Reference in New Issue