Skip to content

Commit 8b20e2f

Browse files
[release] set version to 0.2.16
1 parent 536a8aa commit 8b20e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

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

55
<groupId>net.osslabz</groupId>
66
<artifactId>electrum-client</artifactId>
7-
<version>0.2.16-SNAPSHOT</version>
7+
<version>0.2.16</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>A Electrum (JSON-RPC) client using JAVA NIO.</description>
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>
1919

20-
<project.build.outputTimestamp>2025-03-18T11:13:39Z</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>2025-04-24T08:04:53Z</project.build.outputTimestamp>
2121

2222
<maven.compiler.release>${osslabz.java.version}</maven.compiler.release>
2323

@@ -43,7 +43,7 @@
4343
<connection>scm:git:https://github.com/osslabz/electrum-client.git</connection>
4444
<developerConnection>scm:git:https://github.com/osslabz/electrum-client.git</developerConnection>
4545
<url>https://github.com/osslabz/electrum-client</url>
46-
<tag>main</tag>
46+
<tag>0.2.16</tag>
4747
</scm>
4848

4949
<dependencies>

0 commit comments

Comments
 (0)