File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 >
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
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 >
You can’t perform that action at this time.
0 commit comments