Skip to content

Commit

Permalink
fix author for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Nov 8, 2023
1 parent b655518 commit 3b9f5c6
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
<modelVersion>4.0.0</modelVersion>

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

<name>${project.groupId}:${project.artifactId}</name>
<description>Java wrapper for the CoinGecko API</description>
<url>https://github.com/osslabz/coingecko-clienBin imt</url>
<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>
<url>https://github.com/osslabz/coingecko-client</url>

<properties>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.release>1.8</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<retrofit.version>2.9.0</retrofit.version>
Expand All @@ -26,12 +28,22 @@
</license>
</licenses>

<developers>
<developer>
<name>Philip Okugbe</name>
<email>[email protected]</email>
<organization>Philipinho/CoinGecko-Java</organization>
<organizationUrl>https://github.com/Philipinho/CoinGecko-Java</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:ssh://[email protected]/osslabz/coingecko-client.git</connection>
<developerConnection>scm:git:ssh://[email protected]/osslabz/coingecko-client.git</developerConnection>
<url>https://github.com/osslabz/coingecko-client</url>
<tag>HEAD</tag>
</scm>

<dependencies>

<dependency>
Expand Down Expand Up @@ -120,19 +132,6 @@
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
</plugins>
</build>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 3b9f5c6

Please sign in to comment.