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 2020/04/10 19:23:20 UTC

[commons-csv] branch master updated: Reset to RC1.

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 2906565  Reset to RC1.
2906565 is described below

commit 2906565c56f00522992a3ba0149189f3be1850a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Apr 10 15:23:16 2020 -0400

    Reset to RC1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fafcfcd..a20b667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
     <commons.release.version>1.9</commons.release.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.bc.version>1.8</commons.bc.version>
     <commons.componentid>csv</commons.componentid>
     <commons.module.name>org.apache.commons.csv</commons.module.name>