From 72534810d2a767e91cd4a5ac212e8ad9804b5a88 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Wed, 8 Nov 2023 11:10:32 +0100 Subject: [PATCH] fix author for release --- pom.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a788590..d17c9d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.osslabz coingecko-java - 1.0.0-SNAPSHOT + 1.0.0 ${project.groupId}:${project.artifactId} Allows to decode raw input data from an EVM smart contract call (on Ethereum or a compatible chain like @@ -15,7 +15,7 @@ https://github.com/osslabz/coingecko-client - 1.8 + 8 UTF-8 2.9.0 @@ -43,7 +43,7 @@ https://github.com/osslabz/coingecko-client HEAD - + @@ -132,6 +132,19 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${maven.compiler.release} + + + + + ossrh