Next version will be 1.6 due to new auto-flush feature just added. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/5ca0f91f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/5ca0f91f Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/5ca0f91f
Branch: refs/heads/release Commit: 5ca0f91ff65440476239d67dd31da9556da1bd88 Parents: 3c0a73b Author: Gary Gregory <ggreg...@apache.org> Authored: Mon Oct 9 13:25:13 2017 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Mon Oct 9 13:25:13 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/5ca0f91f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0feb5be..a9777da 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ CSV files of various types. </distributionManagement> <properties> - <commons.release.version>1.5</commons.release.version> + <commons.release.version>1.6</commons.release.version> <commons.release.desc>(Java 7+)</commons.release.desc> <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC1</commons.rc.version>