We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c862d8 commit a04189bCopy full SHA for a04189b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.simplymequeeny</groupId>
6
<artifactId>json-string-schema-generator</artifactId>
7
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.2.0</version>
8
<packaging>jar</packaging>
9
10
<properties>
@@ -115,6 +115,6 @@
115
<url>https://github.com/simplymequeeny/json-string-schema-generator</url>
116
<connection>scm:git:git://github.com/simplymequeeny/json-string-schema-generator.git</connection>
117
<developerConnection>scm:git:[email protected]:simplymequeeny/json-string-schema-generator.git</developerConnection>
118
- <tag>HEAD</tag>
+ <tag>json-string-schema-generator-1.2.0</tag>
119
</scm>
120
</project>
0 commit comments