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/02/23 14:24:39 UTC

[commons-csv] branch master updated: Next release is 1.7.

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 887eb97  Next release is 1.7.
887eb97 is described below

commit 887eb97d1e8a2742e7af5bc416c91fd865427afc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 23 09:24:36 2019 -0500

    Next release is 1.7.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b94500..89d00dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@ CSV files of various types.
   </distributionManagement>
 
   <properties>
-    <commons.release.version>1.6</commons.release.version>
+    <commons.release.version>1.7</commons.release.version>
     <commons.release.desc>(Java 7+)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>