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 9e34b6d commit 5cc8f03Copy full SHA for 5cc8f03
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>in.abilng</groupId>
6
<artifactId>ndjson</artifactId>
7
- <version>1.0.5</version>
+ <version>1.0.6-SNAPSHOT</version>
8
9
<name>ndjson</name>
10
<description>Java library for creating and parsing ND-JSON/JSONL</description>
@@ -14,7 +14,7 @@
14
<url>https://github.com/abilng/ndjson</url>
15
<connection>scm:git:git://github.com/abilng/ndjson.git</connection>
16
<developerConnection>scm:git:git@github.com:abilng/ndjson.git</developerConnection>
17
- <tag>ndjson-1.0.5</tag>
+ <tag>HEAD</tag>
18
</scm>
19
20
<developers>
0 commit comments