We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f4bed commit 2f1ac70Copy full SHA for 2f1ac70
1 file changed
pom.xml
@@ -134,11 +134,11 @@ CSV files of various types.
134
</distributionManagement>
135
136
<properties>
137
- <commons.release.version>1.7</commons.release.version>
+ <commons.release.version>1.8</commons.release.version>
138
<commons.release.desc>(Java 8)</commons.release.desc>
139
<!-- The RC version used in the staging repository URL. -->
140
<commons.rc.version>RC1</commons.rc.version>
141
- <commons.bc.version>1.6</commons.bc.version>
+ <commons.bc.version>1.7</commons.bc.version>
142
<commons.componentid>csv</commons.componentid>
143
<commons.module.name>org.apache.commons.csv</commons.module.name>
144
<commons.jira.id>CSV</commons.jira.id>
0 commit comments