Update properties for the next release.

This commit is contained in:
Gary Gregory 2019-09-09 20:41:53 -04:00
parent 09f4bed945
commit 2f1ac70815
1 changed files with 2 additions and 2 deletions

View File

@ -134,11 +134,11 @@ CSV files of various types.
</distributionManagement>
<properties>
<commons.release.version>1.7</commons.release.version>
<commons.release.version>1.8</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>
<commons.bc.version>1.6</commons.bc.version>
<commons.bc.version>1.7</commons.bc.version>
<commons.componentid>csv</commons.componentid>
<commons.module.name>org.apache.commons.csv</commons.module.name>
<commons.jira.id>CSV</commons.jira.id>