You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/09 19:27:39 UTC

[commons-csv] branch master updated (1a7c614 -> d4ceb0a)

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

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


    from 1a7c614  Sort members.
     new 1141e9b  Set component ID to commons-csv.
     new d4ceb0a  Point to the Java 8 Javadocs.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[commons-csv] 02/02: Point to the Java 8 Javadocs.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d4ceb0a125fcc8233f70289c91b4e7ac90b6216d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 9 15:26:04 2019 -0400

    Point to the Java 8 Javadocs.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 778ad5a..7e0955d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,6 +146,7 @@ CSV files of various types.
     <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>
     <!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>


[commons-csv] 01/02: Set component ID to commons-csv.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1141e9b2be2bff680e6e022f4458906482c0048a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 9 15:20:36 2019 -0400

    Set component ID to commons-csv.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f559ce9..778ad5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@ CSV files of various types.
     <!-- 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.componentid>csv</commons.componentid>
+    <commons.componentid>commons-csv</commons.componentid>
     <commons.module.name>org.apache.commons.csv</commons.module.name>
     <commons.jira.id>CSV</commons.jira.id>
     <commons.jira.pid>12313222</commons.jira.pid>