Label next release as 1.9.0.

This commit is contained in:
Gary Gregory 2021-02-22 21:34:56 -05:00
parent cfd55c9473
commit 29459edcdf
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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) {

View File

@ -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) {