Skip to content

Commit 62f4574

Browse files
committed
Update version number to 1.9.0
1 parent 74bcb35 commit 62f4574

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

README-typetools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Commit and push changes, wait for CI jobs to pass.
2121
At https://github.com/apache/commons-csv/releases ,
2222
find the commit corresponding to a public release.
2323

24-
Commons CSV version 1.8 is commit 660f7c9f853092ec8abf5d6c81d260e3c80c2194
24+
Commons CSV version 1.9.0 is commit 8e25a2b30cae841101540c26ff21b79c51ad3eff
2525

2626
Update the PACKAGE environment variable below and file cfMavenCentral.xml .
2727

@@ -45,7 +45,7 @@ This must be done on a CSE machine, which has access to the necessary passwords.
4545

4646
# Ensure you are using JDK 8.
4747

48-
PACKAGE=commons-csv-1.8 && \
48+
PACKAGE=commons-csv-1.9.0 && \
4949
mvn -B -Dmaven.test.skip=true package && \
5050
mvn source:jar && \
5151
mvn javadoc:javadoc && (cd target/site/apidocs && jar -cf ${PACKAGE}-javadoc.jar org)

cfMavenCentral.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</license>
2020
</licenses>
2121

22-
<version>1.8</version>
22+
<version>1.9.0</version>
2323

2424
<scm>
2525
<url>https://github.com/typetools/commons-csv.git</url>
@@ -37,14 +37,6 @@
3737
<organizationUrl>https://www.cs.washington.edu/</organizationUrl>
3838
</developer>
3939

40-
<developer>
41-
<id>wmdietl</id>
42-
<name>Werner M. Dietl</name>
43-
<email>wdietl@uwaterloo.ca</email>
44-
<organization>University of Waterloo</organization>
45-
<organizationUrl>http://uwaterloo.ca/</organizationUrl>
46-
</developer>
47-
4840
<developer>
4941
<id>Suzanne Millstein</id>
5042
<name>Suzanne Millstein</name>

0 commit comments

Comments
 (0)