Skip to content

Commit 70187c3

Browse files
committed
Bump to next development version
1 parent 2596fde commit 70187c3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>47</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.6</version>
26+
<version>1.7-SNAPSHOT</version>
2727
<name>Apache Commons CSV</name>
2828
<url>http://commons.apache.org/proper/commons-csv/</url>
2929
<description>

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<title>Release Notes</title>
3939
</properties>
4040
<body>
41+
<release version="1.7" date="tba" description="Feature and bug fix release">
42+
</release>
4143
<release version="1.6" date="2018-09-22" description="Feature and bug fix release">
4244
<action issue="CSV-231" type="update" dev="britter">Add more documentation to CSVPrinter.</action>
4345
<action issue="CSV-217" type="add" dev="ggregory" due-to="Korolyov Alexei">Add autoFlush option for CsvPrinter. PR #24.</action>

0 commit comments

Comments
 (0)