Skip to content

Commit 032334c

Browse files
authored
Merge pull request #59 from codenotary/release_1.0.1
release v1.0.1
2 parents c412f12 + ee68ac2 commit 032334c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,18 @@ Just include immudb4j as a dependency in your project:
5555
<dependency>
5656
<groupId>io.codenotary</groupId>
5757
<artifactId>immudb4j</artifactId>
58-
<version>1.0.0</version>
58+
<version>1.0.1</version>
5959
</dependency>
6060
```
6161
- if using Gradle:
6262
```groovy
63-
compile 'io.codenotary:immudb4j:1.0.0'
63+
compile 'io.codenotary:immudb4j:1.0.1'
6464
```
6565

66-
`immudb4j` is currently hosted on both [Maven Central] and [Github Packages].
66+
`immudb4j` is currently hosted on both [Maven Central].
6767

68-
[Github Packages]: https://docs.github.com/en/packages
6968
[Maven Central]: https://search.maven.org/artifact/io.codenotary/immudb4j
7069

71-
### How to use immudb4j packages from Github Packages
72-
73-
`immudb4j Github Package repository` needs to be included with authentication.
74-
When using Maven, it means to include immudb4j Github Package in your `~/.m2/settings.xml`
75-
file. See _Configuring Apache Maven for use with GitHub Packages_
76-
and _Configuring Gradle for use with GitHub Packages_ at [Github Packages].
77-
7870
## Supported Versions
7971

8072
immudb4j supports the [latest immudb server] release.

0 commit comments

Comments
 (0)