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 322f019 commit 121f6ccCopy full SHA for 121f6cc
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.simplymequeeny</groupId>
6
<artifactId>json-string-schema-generator</artifactId>
7
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
8
<packaging>jar</packaging>
9
10
<properties>
@@ -110,6 +110,6 @@
110
<url>https://github.com/simplymequeeny/json-string-schema-generator</url>
111
<connection>scm:git:git://github.com/simplymequeeny/json-string-schema-generator.git</connection>
112
<developerConnection>scm:git:[email protected]:simplymequeeny/json-string-schema-generator.git</developerConnection>
113
- <tag>HEAD</tag>
+ <tag>json-string-schema-generator-1.0.2</tag>
114
</scm>
115
</project>
0 commit comments