diff --git a/README.md b/README.md index e604553..1758d3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Reactive Aerospike Client [![Continuous Integration](https://github.com/dream11/vertx-aerospike-client/actions/workflows/ci.yml/badge.svg)](https://github.com/dream11/vertx-aerospike-client/actions/workflows/ci.yml) -[![Code Coverage](https://codecov.io/gh/dream11/vertx-aerospike-client/branch/chore/master/graph/badge.svg)](https://codecov.io/gh/dream11/vertx-aerospike-client) +[![Code Coverage](https://codecov.io/gh/dream11/vertx-aerospike-client/branch/master/graph/badge.svg)](https://codecov.io/gh/dream11/vertx-aerospike-client) ![License](https://img.shields.io/badge/license-MIT-green.svg) ## Overview @@ -15,16 +15,16 @@ Add the following dependency to the *dependencies* section of your build descrip - Maven (in your `pom.xml`): ```xml - io.vertx + io.d11 vertx-aerospike-client - x.y.x + LATEST ``` - Gradle (in your `build.gradle` file): ``` dependencies { - compile 'io.vertx:vertx-aerospike-client:x.y.z' + compile 'io.d11:vertx-aerospike-client:x.y.z' } ``` diff --git a/docs/index.md b/docs/index.md index ff5460f..09547a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # The Reactive Aerospike Client [![Continuous Integration](https://github.com/dream11/vertx-aerospike-client/actions/workflows/ci.yml/badge.svg)](https://github.com/dream11/vertx-aerospike-client/actions/workflows/ci.yml) -[![Code Coverage](https://codecov.io/gh/dream11/vertx-aerospike-client/branch/chore/master/graph/badge.svg)](https://codecov.io/gh/dream11/vertx-aerospike-client) +[![Code Coverage](https://codecov.io/gh/dream11/vertx-aerospike-client/branch/master/graph/badge.svg)](https://codecov.io/gh/dream11/vertx-aerospike-client) ![License](https://img.shields.io/badge/license-MIT-green.svg) ## Overview @@ -11,20 +11,20 @@ The Vert.x Aerospike client provides an asynchronous API to interact aerospike s ## Usage Add the following dependency to the *dependencies* section of your build descriptor: - + - Maven (in your `pom.xml`): ```xml - - io.vertx - vertx-aerospike-client - x.y.x - + + io.d11 + vertx-aerospike-client + LATEST + ``` - Gradle (in your `build.gradle` file): ``` dependencies { - compile 'io.vertx:vertx-aerospike-client:x.y.z' + compile 'io.d11:vertx-aerospike-client:x.y.z' } ``` @@ -78,9 +78,9 @@ To run the test suite: mvn clean verify ``` The test suite runs a Docker container from image `aerospike/aerospike-server` using [TestContainers](https://www.testcontainers.org/) -by default. +by default. To run the test suite on a container built from a different docker image: ```shell mvn clean verify -Daerospike.image= -``` \ No newline at end of file +``` diff --git a/pom.xml b/pom.xml index f43725b..e08080d 100644 --- a/pom.xml +++ b/pom.xml @@ -375,6 +375,12 @@ org.apache.maven.plugins maven-gpg-plugin ${maven.gpg.plugin.version} + + + --pinentry-mode + loopback + + sign-artifacts