Label next release as 1.9.0.
This commit is contained in:
parent
cfd55c9473
commit
29459edcdf
4
pom.xml
4
pom.xml
|
@ -23,7 +23,7 @@
|
|||
<version>52</version>
|
||||
</parent>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.9-SNAPSHOT</version>
|
||||
<version>1.9.0-SNAPSHOT</version>
|
||||
<name>Apache Commons CSV</name>
|
||||
<url>https://commons.apache.org/proper/commons-csv/</url>
|
||||
<inceptionYear>2005</inceptionYear>
|
||||
|
@ -138,7 +138,7 @@
|
|||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<commons.release.version>1.9</commons.release.version>
|
||||
<commons.release.version>1.9.0</commons.release.version>
|
||||
<commons.release.desc>(Java 8)</commons.release.desc>
|
||||
<!-- The RC version used in the staging repository URL. -->
|
||||
<commons.rc.version>RC1</commons.rc.version>
|
||||
|
|
|
@ -264,7 +264,7 @@ public final class CSVRecord implements Serializable, Iterable<String> {
|
|||
* @param <M> the map type
|
||||
* @param map The Map to populate.
|
||||
* @return the given map.
|
||||
* @since 1.9
|
||||
* @since 1.9.0
|
||||
*/
|
||||
public <M extends Map<String, String>> M putIn(final M map) {
|
||||
if (getHeaderMapRaw() == null) {
|
||||
|
|
|
@ -266,7 +266,7 @@ public final class CSVRecord implements Serializable, Iterable<String> {
|
|||
* @param map
|
||||
* The Map to populate.
|
||||
* @return the given map.
|
||||
* @since 1.9
|
||||
* @since 1.9.0
|
||||
*/
|
||||
public <M extends Map<String, String>> M putIn(final M map) {
|
||||
if (getHeaderMapRaw() == null) {
|
||||
|
|
Loading…
Reference in New Issue