You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2018/09/25 13:12:48 UTC

[12/12] commons-csv git commit: Bump to next development version

Bump to next development version


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/70187c31
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/70187c31
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/70187c31

Branch: refs/heads/master
Commit: 70187c3171effc1c824c0e38f69b9211a351f6be
Parents: 2596fde
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue Sep 25 15:11:34 2018 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue Sep 25 15:11:34 2018 +0200

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/70187c31/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a920cbc..6de64ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>47</version>
   </parent>
   <artifactId>commons-csv</artifactId>
-  <version>1.6</version>
+  <version>1.7-SNAPSHOT</version>
   <name>Apache Commons CSV</name>
   <url>http://commons.apache.org/proper/commons-csv/</url>
   <description>

http://git-wip-us.apache.org/repos/asf/commons-csv/blob/70187c31/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 66cccab..dc3ab09 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,6 +38,8 @@
     <title>Release Notes</title>
   </properties>
   <body>
+    <release version="1.7" date="tba" description="Feature and bug fix release">
+    </release>
     <release version="1.6" date="2018-09-22" description="Feature and bug fix release">
       <action issue="CSV-231" type="update" dev="britter">Add more documentation to CSVPrinter.</action>
       <action issue="CSV-217" type="add" dev="ggregory" due-to="Korolyov Alexei">Add autoFlush option for CsvPrinter. PR #24.</action>