You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/18 11:16:37 UTC

[commons-csv] branch master updated: Canonical location for Year

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new e5213d1  Canonical location for Year
e5213d1 is described below

commit e5213d1e420a96aa2f428ccdb7cc2ee4054632be
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 18 12:13:14 2020 +0100

    Canonical location for Year
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6360a7..bc339f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
   <version>1.9-SNAPSHOT</version>
   <name>Apache Commons CSV</name>
   <url>https://commons.apache.org/proper/commons-csv/</url>
+  <inceptionYear>2005</inceptionYear>
   <description>The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.</description>
 
   <dependencies>
@@ -146,7 +147,6 @@
     <commons.module.name>org.apache.commons.csv</commons.module.name>
     <commons.jira.id>CSV</commons.jira.id>
     <commons.jira.pid>12313222</commons.jira.pid>
-    <project.inceptionYear>2005</project.inceptionYear>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.javadoc.java.link>http://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>