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/10 00:41:13 UTC

[commons-csv] branch master updated: Revert change to commons.componentid.

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


The following commit(s) were added to refs/heads/master by this push:
     new 09f4bed  Revert change to commons.componentid.
09f4bed is described below

commit 09f4bed9457c83be657e842d65a564f1ba8c795f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 9 20:41:07 2019 -0400

    Revert change to commons.componentid.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7e0955d..74d45bf 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>commons-csv</commons.componentid>
+    <commons.componentid>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>