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 eb5d51b commit bcda0dcCopy full SHA for bcda0dc
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.simplymequeeny</groupId>
6
<artifactId>json-string-schema-generator</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<properties>
@@ -99,6 +99,6 @@
99
<url>https://github.com/simplymequeeny/json-string-schema-generator</url>
100
<connection>scm:git:git://github.com/simplymequeeny/json-string-schema-generator.git</connection>
101
<developerConnection>scm:git:git@github.com:simplymequeeny/json-string-schema-generator.git</developerConnection>
102
- <tag>json-string-schema-generator-1.0.0</tag>
+ <tag>HEAD</tag>
103
</scm>
104
</project>
0 commit comments