From d2680da0b02135ad38e38be3436fe7b8d2ab360e Mon Sep 17 00:00:00 2001 From: Le Karasique Date: Fri, 19 Mar 2021 23:56:32 +0300 Subject: [PATCH] Version 1.0.3 (#81) --- README.md | 8 +++++--- pom.xml | 37 ++++++++++++++++++++++++++++++++++--- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1afc03c..b1b4e2b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Maven Central](https://img.shields.io/maven-central/v/com.wavesplatform/wavesj.svg?label=Maven%20Central)](https://search.maven.org/artifact/com.wavesplatform/wavesj) + # WavesJ A Java library for interacting with the Waves blockchain. @@ -11,18 +13,18 @@ Use the codes below to add WavesJ as a dependency for your project. com.wavesplatform wavesj - 1.0.0 + 1.0.3 ``` ##### Gradle: ``` -compile group: 'com.wavesplatform', name: 'wavesj', version: '1.0.0' +compile group: 'com.wavesplatform', name: 'wavesj', version: '1.0.3' ``` ##### SBT: ``` -libraryDependencies += "com.wavesplatform" % "wavesj" % "1.0.0" +libraryDependencies += "com.wavesplatform" % "wavesj" % "1.0.3" ``` [This library's page at Maven Central](https://mvnrepository.com/artifact/com.wavesplatform/wavesj) diff --git a/pom.xml b/pom.xml index 90ef342..dfb551a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.wavesplatform wavesj - 1.0.2 + 1.0.3 jar @@ -114,7 +114,14 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 + + + + --pinentry-mode + loopback + + sign-artifacts @@ -143,6 +150,30 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.2.2 + + ossrh + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + @@ -151,7 +182,7 @@ com.wavesplatform waves-transactions - 1.0.3 + 1.0.4 com.wavesplatform