From 2d56e4f418377e8ea6a997d1a90fd9e47a1b02c9 Mon Sep 17 00:00:00 2001 From: s-sathish Date: Sat, 24 Apr 2021 13:16:31 +0530 Subject: [PATCH] POM changes after publishing to maven central, README.md update --- README.md | 10 ++++++++++ pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 56 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 31fac41..9aaa3e9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ Implementation based on [Redlock-rb](https://github.com/antirez/redlock-rb) This Java library implements the Redis-based distributed lock manager algorithm [described in this blog post](http://antirez.com/news/77). +Include the dependency into your project: + +```java + + io.github.s-sathish + redlock-java + 1.0.1 + +``` + To create a lock manager: ```java diff --git a/pom.xml b/pom.xml index 90af798..ceee746 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,21 @@ io.github.s-sathish redlock-java - 1.0 + 1.0.1 RedLock-Java RedLock in Java https://github.com/s-sathish/redlock-java + + + RedLock Java Mailing List + redlock-java@googlegroups.com + + http://groups.google.com/g/redlock-java + + + + s-sathish @@ -25,11 +35,16 @@ + + github + https://github.com/s-sathish/redlock-java/issues + + scm:git:git@github.com:s-sathish/redlock-java.git scm:git:git@github.com:s-sathish/redlock-java.git scm:git:git@github.com:s-sathish/redlock-java.git - redlock-java-1.0 + redlock-java-1.0.1 @@ -66,11 +81,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -135,7 +150,7 @@ true ossrh - https://oss.sonatype.org/ + https://s01.oss.sonatype.org/ true @@ -166,6 +181,26 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + @@ -185,6 +220,12 @@ sign + + + --pinentry-mode + loopback + +