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 b457b7a commit eb5d51bCopy full SHA for eb5d51b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.simplymequeeny</groupId>
6
<artifactId>json-string-schema-generator</artifactId>
7
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
8
<packaging>jar</packaging>
9
10
<properties>
@@ -99,5 +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
- </scm>
+ <tag>json-string-schema-generator-1.0.0</tag>
103
+ </scm>
104
</project>
0 commit comments