We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877af49 commit cd4c018Copy full SHA for cd4c018
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.github.zenwave360</groupId>
7
<artifactId>json-schema-ref-parser-jvm</artifactId>
8
- <version>0.8.7-SNAPSHOT</version>
+ <version>0.8.7</version>
9
10
<name>${project.groupId}:${project.artifactId}</name>
11
<description>JSON Schema Ref Parser for Java</description>
@@ -44,7 +44,7 @@
44
<connection>scm:git:git://github.com/ZenWave360/json-schema-ref-parser-jvm.git</connection>
45
<developerConnection>scm:git:[email protected]:ZenWave360/ZenWave360.git</developerConnection>
46
<url>https://github.com/ZenWave360/json-schema-ref-parser-jvm/</url>
47
- <tag>HEAD</tag>
+ <tag>v0.8.7</tag>
48
</scm>
49
50
<properties>
0 commit comments