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 11<?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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >net.osslabz</groupId >
76 <artifactId >evm-abi-decoder</artifactId >
8- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
98
109 <name >${project.groupId} :${project.artifactId} </name >
1110 <description >Allows to decode raw input data from an EVM smart contract call (on Ethereum or a compatible chain like
2019 <project .build.sourceEncoding>${osslabz.encoding} </project .build.sourceEncoding>
2120 <project .reporting.outputEncoding>${osslabz.encoding} </project .reporting.outputEncoding>
2221
23- <project .build.outputTimestamp>2024-11-11T10:28:26Z </project .build.outputTimestamp>
22+ <project .build.outputTimestamp>2024-11-12T08:22:23Z </project .build.outputTimestamp>
2423
2524 <maven .compiler.release>${osslabz.java.version} </maven .compiler.release>
2625
4746 <connection >scm:git:https://github.com/osslabz/evm-abi-decoder.git</connection >
4847 <developerConnection >scm:git:https://github.com/osslabz/evm-abi-decoder.git</developerConnection >
4948 <url >https://github.com/osslabz/evm-abi-decoder</url >
50- <tag >main </tag >
49+ <tag >0.1.0 </tag >
5150 </scm >
5251
5352 <dependencies >
You can’t perform that action at this time.
0 commit comments