Skip to content

Commit 29459ed

Browse files
committed
Label next release as 1.9.0.
1 parent cfd55c9 commit 29459ed

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>52</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.9.0-SNAPSHOT</version>
2727
<name>Apache Commons CSV</name>
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
@@ -138,7 +138,7 @@
138138
</distributionManagement>
139139

140140
<properties>
141-
<commons.release.version>1.9</commons.release.version>
141+
<commons.release.version>1.9.0</commons.release.version>
142142
<commons.release.desc>(Java 8)</commons.release.desc>
143143
<!-- The RC version used in the staging repository URL. -->
144144
<commons.rc.version>RC1</commons.rc.version>
@@ -161,9 +161,9 @@
161161

162162
<commons.pmd.version>3.14.0</commons.pmd.version>
163163
<japicmp.skip>false</japicmp.skip>
164-
164+
165165
<commons.release.isDistModule>true</commons.release.isDistModule>
166-
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
166+
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
167167
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
168168
</properties>
169169

src/main/java/org/apache/commons/csv/CSVRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public Iterator<String> iterator() {
264264
* @param <M> the map type
265265
* @param map The Map to populate.
266266
* @return the given map.
267-
* @since 1.9
267+
* @since 1.9.0
268268
*/
269269
public <M extends Map<String, String>> M putIn(final M map) {
270270
if (getHeaderMapRaw() == null) {

src/test/resources/org/apache/commons/csv/CSVRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public Iterator<String> iterator() {
266266
* @param map
267267
* The Map to populate.
268268
* @return the given map.
269-
* @since 1.9
269+
* @since 1.9.0
270270
*/
271271
public <M extends Map<String, String>> M putIn(final M map) {
272272
if (getHeaderMapRaw() == null) {

0 commit comments

Comments
 (0)