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 3f2e0d5 commit 08cd239Copy full SHA for 08cd239
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.zenwave360</groupId>
7
<artifactId>json-schema-ref-parser-jvm</artifactId>
8
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.9.2</version>
9
10
<name>${project.groupId}:${project.artifactId}</name>
11
<description>JSON Schema Ref Parser for Java</description>
@@ -31,7 +31,7 @@
31
<connection>scm:git:git://github.com/ZenWave360/json-schema-ref-parser-jvm.git</connection>
32
<developerConnection>scm:git:[email protected]:ZenWave360/ZenWave360.git</developerConnection>
33
<url>https://github.com/ZenWave360/json-schema-ref-parser-jvm/</url>
34
- <tag>HEAD</tag>
+ <tag>v0.9.2</tag>
35
</scm>
36
37
<properties>
0 commit comments