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 48eb7c8 commit 8ddba5dCopy full SHA for 8ddba5d
pom.xml
@@ -19,7 +19,7 @@
19
20
<groupId>net.riotopsys</groupId>
21
<artifactId>json_patch</artifactId>
22
- <version>0.0.0</version>
+ <version>0.0.1-SNAPSHOT</version>
23
24
<name>json_patch</name>
25
<description>An RFC 6902 (JSON Patch) compliant utility</description>
@@ -43,7 +43,7 @@
43
<url>https://github.com/riotopsys/json-patch</url>
44
<connection>scm:git:git@github.com:riotopsys/json-patch.git</connection>
45
<developerConnection>scm:git:git@github.com:riotopsys/json-patch.git</developerConnection>
46
- <tag>json_patch-0.0.0</tag>
+ <tag>HEAD</tag>
47
</scm>
48
49
<licenses>
0 commit comments