Skip to content

Commit 7320378

Browse files
[release] set version to 0.0.1
1 parent 0dca2f7 commit 7320378

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>net.osslabz</groupId>
86
<artifactId>electrum-client</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108

119
<name>${project.groupId}:${project.artifactId}</name>
1210
<description>A Electrum (JSON-RPC) client using JAVA NIO.</description>
@@ -19,7 +17,7 @@
1917
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
2018
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>
2119

22-
<project.build.outputTimestamp>2024-11-25T13:11:23Z</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>2025-03-18T11:13:24Z</project.build.outputTimestamp>
2321

2422
<maven.compiler.release>${osslabz.java.version}</maven.compiler.release>
2523

@@ -45,7 +43,7 @@
4543
<connection>scm:git:https://github.com/osslabz/electrum-client.git</connection>
4644
<developerConnection>scm:git:https://github.com/osslabz/electrum-client.git</developerConnection>
4745
<url>https://github.com/osslabz/electrum-client</url>
48-
<tag>main</tag>
46+
<tag>0.0.1</tag>
4947
</scm>
5048

5149
<dependencies>

0 commit comments

Comments
 (0)