This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 29459edcdf44451a7fd61e699d3f5ea8d6f8d69c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 22 21:34:56 2021 -0500 Label next release as 1.9.0. --- pom.xml | 8 ++++---- src/main/java/org/apache/commons/csv/CSVRecord.java | 2 +- src/test/resources/org/apache/commons/csv/CSVRecord.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 076948a..7066f80 100644 --- a/pom.xml +++ b/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> @@ -161,9 +161,9 @@ <commons.pmd.version>3.14.0</commons.pmd.version> <japicmp.skip>false</japicmp.skip> - + <commons.release.isDistModule>true</commons.release.isDistModule> - <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> + <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> </properties> diff --git a/src/main/java/org/apache/commons/csv/CSVRecord.java b/src/main/java/org/apache/commons/csv/CSVRecord.java index 96582e5..fcc038e 100644 --- a/src/main/java/org/apache/commons/csv/CSVRecord.java +++ b/src/main/java/org/apache/commons/csv/CSVRecord.java @@ -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) { diff --git a/src/test/resources/org/apache/commons/csv/CSVRecord.java b/src/test/resources/org/apache/commons/csv/CSVRecord.java index 5181bc9..81d1f2b 100644 --- a/src/test/resources/org/apache/commons/csv/CSVRecord.java +++ b/src/test/resources/org/apache/commons/csv/CSVRecord.java @@ -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) {