-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release evm-abi-decoder-0.0.6
- Loading branch information
1 parent
3b9c98a
commit 479475e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>net.osslabz.evm</groupId> | ||
<artifactId>evm-abi-decoder</artifactId> | ||
<version>0.0.6-SNAPSHOT</version> | ||
<version>0.0.6</version> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Allows to decode raw input data from a EVM smart contract call (on Ethereum or a compatible chain like | ||
|
@@ -45,7 +45,7 @@ | |
<connection>scm:git:ssh://[email protected]/rvullriede/evm-abi-decoder.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/rvullriede/evm-abi-decoder.git</developerConnection> | ||
<url>https://github.com/rvullriede/evm-abi-decoder</url> | ||
<tag>evm-abi-decoder-0.0.5</tag> | ||
<tag>evm-abi-decoder-0.0.6</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|