We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e5e2c commit 3ad8756Copy full SHA for 3ad8756
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>ch.zizka.csvcruncher</groupId>
5
<artifactId>csv-cruncher</artifactId>
6
- <version>2.10.1</version>
+ <version>2.10.2-SNAPSHOT</version>
7
8
<name>CsvCruncher</name>
9
<description>Treats CSV or JSON files as SQL tables, and exports SQL SELECTs back to CSV or JSON.</description>
@@ -14,7 +14,7 @@
14
<scm>
15
<url>https://github.com/OndraZizka/csv-cruncher</url>
16
<developerConnection>scm:git:[email protected]:OndraZizka/csv-cruncher.git</developerConnection>
17
- <tag>csv-cruncher-2.10.1</tag>
+ <tag>HEAD</tag>
18
</scm>
19
20
<properties>
0 commit comments