Skip to content

Commit 58ae412

Browse files
[release] set version to 0.1.0
1 parent 16dbd3d commit 58ae412

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
@@ -20,7 +19,7 @@
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

@@ -47,7 +46,7 @@
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>

0 commit comments

Comments
 (0)