From ee68ac2a644e54d233c24f911e2cf7578041ee58 Mon Sep 17 00:00:00 2001 From: Jeronimo Irazabal Date: Thu, 5 Oct 2023 09:58:11 +0200 Subject: [PATCH] release v1.0.1 Signed-off-by: Jeronimo Irazabal --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a077d46..e0ceb76 100644 --- a/README.md +++ b/README.md @@ -55,26 +55,18 @@ Just include immudb4j as a dependency in your project: io.codenotary immudb4j - 1.0.0 + 1.0.1 ``` - if using Gradle: ```groovy - compile 'io.codenotary:immudb4j:1.0.0' + compile 'io.codenotary:immudb4j:1.0.1' ``` -`immudb4j` is currently hosted on both [Maven Central] and [Github Packages]. +`immudb4j` is currently hosted on both [Maven Central]. -[Github Packages]: https://docs.github.com/en/packages [Maven Central]: https://search.maven.org/artifact/io.codenotary/immudb4j -### How to use immudb4j packages from Github Packages - -`immudb4j Github Package repository` needs to be included with authentication. -When using Maven, it means to include immudb4j Github Package in your `~/.m2/settings.xml` -file. See _Configuring Apache Maven for use with GitHub Packages_ -and _Configuring Gradle for use with GitHub Packages_ at [Github Packages]. - ## Supported Versions immudb4j supports the [latest immudb server] release.