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:57 UTC

[commons-csv] branch master updated: Update properties for the next release.

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 2f1ac70  Update properties for the next release.
2f1ac70 is described below

commit 2f1ac708153577662fb261a38f64769a19e20098
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 9 20:41:53 2019 -0400

    Update properties for the next release.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 74d45bf..5f8ae9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,11 +134,11 @@ CSV files of various types.
   </distributionManagement>
 
   <properties>
-    <commons.release.version>1.7</commons.release.version>
+    <commons.release.version>1.8</commons.release.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
     <!-- 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.bc.version>1.7</commons.bc.version>
     <commons.componentid>csv</commons.componentid>
     <commons.module.name>org.apache.commons.csv</commons.module.name>
     <commons.jira.id>CSV</commons.jira.id>