Skip to content

Commit 0be1ae4

Browse files
committed
[maven-release-plugin] prepare release v0.1.0
1 parent 47700b7 commit 0be1ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.xlate</groupId>
55
<artifactId>yaml-json</artifactId>
6-
<version>0.1.0-SNAPSHOT</version>
6+
<version>0.1.0</version>
77

88
<name>yaml-json : JSON API for YAML</name>
99
<description>Read and write YAML in Java using the Jakarta JSON API</description>
@@ -18,7 +18,7 @@
1818
<url>https://github.com/xlate/yaml-json</url>
1919
<connection>scm:git:https://github.com/xlate/yaml-json.git</connection>
2020
<developerConnection>scm:git:ssh://git@github.com/xlate/yaml-json.git</developerConnection>
21-
<tag>HEAD</tag>
21+
<tag>v0.1.0</tag>
2222
</scm>
2323

2424
<licenses>

0 commit comments

Comments
 (0)