We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cc8da commit 60146b5Copy full SHA for 60146b5
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.eatthepath</groupId>
6
<artifactId>java-otp</artifactId>
7
- <version>0.4.0</version>
+ <version>0.4.1-SNAPSHOT</version>
8
<name>java-otp</name>
9
<description>A one-time password (HOTP and TOTP) library for Java</description>
10
<inceptionYear>2016</inceptionYear>
@@ -14,7 +14,7 @@
14
<connection>scm:git:https://github.com/jchambers/java-otp.git</connection>
15
<developerConnection>scm:git:[email protected]:jchambers/java-otp.git</developerConnection>
16
<url>https://github.com/jchambers/java-otp</url>
17
- <tag>java-otp-0.4.0</tag>
+ <tag>HEAD</tag>
18
</scm>
19
20
<developers>
0 commit comments