File tree Expand file tree Collapse file tree
main/java/org/apache/commons/csv
test/resources/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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>
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
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments