We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec23c0b commit 971bf38Copy full SHA for 971bf38
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>no.ssb.crypto.tink</groupId>
7
<artifactId>tink-fpe-java</artifactId>
8
- <version>0.0.13-SNAPSHOT</version>
+ <version>0.0.13</version>
9
<name>Tink FPE Java</name>
10
<description>Format-Preserving Encryption support for Google Tink</description>
11
@@ -51,7 +51,7 @@
51
<scm>
52
<developerConnection>scm:git:https://github.com/${github.repository}.git</developerConnection>
53
<url>https://github.com/${github.repository}</url>
54
- <tag>HEAD</tag>
+ <tag>v0.0.13</tag>
55
</scm>
56
57
<dependencies>
0 commit comments