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