We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544400b commit 11b557eCopy full SHA for 11b557e
2 files changed
NOTICE.txt
@@ -1,5 +1,5 @@
1
Apache Commons CSV
2
-Copyright 2005-2017 The Apache Software Foundation
+Copyright 2005-2018 The Apache Software Foundation
3
4
This product includes software developed at
5
The Apache Software Foundation (http://www.apache.org/).
pom.xml
@@ -142,6 +142,7 @@ CSV files of various types.
142
<commons.module.name>org.apache.commons.csv</commons.module.name>
143
<commons.jira.id>CSV</commons.jira.id>
144
<commons.jira.pid>12313222</commons.jira.pid>
145
+ <project.inceptionYear>2005</project.inceptionYear>
146
<maven.compiler.source>1.7</maven.compiler.source>
147
<maven.compiler.target>1.7</maven.compiler.target>
148
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
0 commit comments