We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2fe13 commit 8da557fCopy full SHA for 8da557f
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.j256.simplecsv</groupId>
5
<artifactId>simplecsv</artifactId>
6
- <version>2.7</version>
+ <version>2.8-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>Simple CSV</name>
9
<url>https://256stuff.com/sources/simplecsv/</url>
@@ -28,7 +28,7 @@
28
<url>https://github.com/j256/simplecsv</url>
29
<connection>scm:git:ssh://git@github.com/j256/simplecsv.git</connection>
30
<developerConnection>scm:git:ssh://git@github.com/j256/simplecsv.git</developerConnection>
31
- <tag>simplecsv-2.7</tag>
+ <tag>HEAD</tag>
32
</scm>
33
<developers>
34
<developer>
0 commit comments