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 47700b7 commit 0be1ae4Copy full SHA for 0be1ae4
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.xlate</groupId>
5
<artifactId>yaml-json</artifactId>
6
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
7
8
<name>yaml-json : JSON API for YAML</name>
9
<description>Read and write YAML in Java using the Jakarta JSON API</description>
@@ -18,7 +18,7 @@
18
<url>https://github.com/xlate/yaml-json</url>
19
<connection>scm:git:https://github.com/xlate/yaml-json.git</connection>
20
<developerConnection>scm:git:ssh://git@github.com/xlate/yaml-json.git</developerConnection>
21
- <tag>HEAD</tag>
+ <tag>v0.1.0</tag>
22
</scm>
23
24
<licenses>
0 commit comments