Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Nov 9, 2023
1 parent dca2eb6 commit d385f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ CoinGecko Client (Java)

This is a (synced) fork of [Philipinho/CoinGecko-Java](https://github.com/Philipinho/CoinGecko-Java) that is properly releases on [Maven Central](https://search.maven.org/artifact/net.osslabz/coingecko-client).

Once [Enable CI and Automated Release Management #41](https://github.com/Philipinho/CoinGecko-Java/pull/41) is merged and the original project is published this fork will be discontinued.

---

# CoinGecko-Java
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>net.osslabz</groupId>
<artifactId>coingecko-java</artifactId>
<version>1.0.1-SNAPSHOT</version>
<artifactId>coingecko-client</artifactId>
<version>1.0.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Allows to decode raw input data from an EVM smart contract call (on Ethereum or a compatible chain like
Avalanche, BSC etc.) into a processable format obtained from the contract's ABi definition (JSON).
</description>
<description>Java wrapper for the CoinGecko API</description>
<url>https://github.com/osslabz/coingecko-client</url>

<properties>
Expand Down

0 comments on commit d385f81

Please sign in to comment.