We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefb136 commit 0cd1abcCopy full SHA for 0cd1abc
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>org.csveed</groupId>
25
<artifactId>csveed</artifactId>
26
- <version>0.8.2</version>
+ <version>0.8.3-SNAPSHOT</version>
27
28
<name>csveed</name>
29
<description>Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!</description>
@@ -53,7 +53,7 @@
53
<scm>
54
<connection>scm:git:ssh://[email protected]/42BV/CSVeed.git</connection>
55
<developerConnection>scm:git:ssh://[email protected]/42BV/CSVeed.git</developerConnection>
56
- <tag>csveed-0.8.2</tag>
+ <tag>HEAD</tag>
57
<url>https://github.com/42BV/CSVeed</url>
58
</scm>
59
<issueManagement>
0 commit comments