Skip to content

Commit 9a0d0ff

Browse files
committed
[maven-release-plugin] prepare release java-otp-0.3.0
1 parent 0dfda14 commit 9a0d0ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

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

55
<groupId>com.eatthepath</groupId>
66
<artifactId>java-otp</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<name>java-otp</name>
99
<description>A one-time password (HOTP and TOTP) library for Java</description>
1010
<inceptionYear>2016</inceptionYear>
@@ -14,7 +14,8 @@
1414
<connection>scm:git:https://github.com/jchambers/java-otp.git</connection>
1515
<developerConnection>scm:git:[email protected]:jchambers/java-otp.git</developerConnection>
1616
<url>https://github.com/jchambers/java-otp</url>
17-
</scm>
17+
<tag>java-otp-0.3.0</tag>
18+
</scm>
1819

1920
<developers>
2021
<developer>

0 commit comments

Comments
 (0)