We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab36e88 commit e113fa8Copy full SHA for e113fa8
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.authlete</groupId>
6
<artifactId>cbor</artifactId>
7
- <version>1.18-SNAPSHOT</version>
+ <version>1.18</version>
8
<packaging>jar</packaging>
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>
@@ -32,7 +32,7 @@
32
<connection>scm:git:git@github.com:authlete/cbor.git</connection>
33
<developerConnection>scm:git:git@github.com:authlete/cbor.git</developerConnection>
34
<url>https://github.com/authlete/cbor.git</url>
35
- <tag>HEAD</tag>
+ <tag>cbor-1.18</tag>
36
</scm>
37
38
<properties>
0 commit comments