We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43031c3 commit 6063357Copy full SHA for 6063357
pom.xml
@@ -8,7 +8,7 @@
8
<!-- https://central.sonatype.org/pages/choosing-your-coordinates.html -->
9
<groupId>io.github.murfffi</groupId>
10
<artifactId>zebra4j</artifactId>
11
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
12
13
<name>zebra4j</name>
14
<url>https://github.com/murfffi/zebra4j</url>
@@ -273,6 +273,7 @@
273
<scm>
274
275
<connection>scm:git:ssh://[email protected]/murfffi/zebra4j.git</connection>
276
+ <tag>v0.9</tag>
277
</scm>
278
<distributionManagement>
279
<!-- https://issues.sonatype.org/browse/OSSRH-65855 -->
0 commit comments