File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >net.osslabz</groupId >
7
6
<artifactId >evm-abi-decoder</artifactId >
8
- <version >0.1.0-SNAPSHOT </version >
7
+ <version >0.1.0</version >
9
8
10
9
<name >${project.groupId} :${project.artifactId} </name >
11
10
<description >Allows to decode raw input data from an EVM smart contract call (on Ethereum or a compatible chain like
20
19
<project .build.sourceEncoding>${osslabz.encoding} </project .build.sourceEncoding>
21
20
<project .reporting.outputEncoding>${osslabz.encoding} </project .reporting.outputEncoding>
22
21
23
- <project .build.outputTimestamp>2024-11-11T10:28:26Z </project .build.outputTimestamp>
22
+ <project .build.outputTimestamp>2024-11-12T08:22:23Z </project .build.outputTimestamp>
24
23
25
24
<maven .compiler.release>${osslabz.java.version} </maven .compiler.release>
26
25
47
46
<connection >scm:git:https://github.com/osslabz/evm-abi-decoder.git</connection >
48
47
<developerConnection >scm:git:https://github.com/osslabz/evm-abi-decoder.git</developerConnection >
49
48
<url >https://github.com/osslabz/evm-abi-decoder</url >
50
- <tag >main </tag >
49
+ <tag >0.1.0 </tag >
51
50
</scm >
52
51
53
52
<dependencies >
You can’t perform that action at this time.
0 commit comments