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 713848f commit a413a84Copy full SHA for a413a84
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>com.github.fslev</groupId>
25
<artifactId>json-compare</artifactId>
26
- <version>6.13-SNAPSHOT</version>
+ <version>6.13</version>
27
28
<dependencies>
29
<!--jackson-->
@@ -227,7 +227,7 @@
227
<connection>scm:git:ssh://[email protected]/fslev/json-compare.git</connection>
228
<developerConnection>scm:git:ssh://[email protected]/fslev/json-compare.git</developerConnection>
229
<url>https://github.com/fslev/json-compare/tree/main</url>
230
- <tag>HEAD</tag>
+ <tag>json-compare-6.13</tag>
231
</scm>
232
233
<distributionManagement>
0 commit comments