Skip to content

Commit

Permalink
docs: Update reference to the lastest version
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Mar 11, 2023
1 parent 34577c8 commit 8623f78
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-arangodb-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -99,7 +99,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-cassandra-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -161,7 +161,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-couchbase-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -238,7 +238,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-couchdb-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -317,7 +317,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-elasticsearch-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -366,7 +366,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-hazelcast-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -427,7 +427,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-hbase-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -470,7 +470,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-infinispan-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -520,7 +520,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-memcached-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -604,7 +604,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-mongodb-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -666,7 +666,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-orientdb-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -723,7 +723,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-ravendb-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -767,7 +767,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-redis-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -838,7 +838,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-redis-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down Expand Up @@ -884,7 +884,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-solr-driver</artifactId>
<version>1.0.0-b5</version>
<version>1.0.0-b6</version>
</dependency>
----

Expand Down

0 comments on commit 8623f78

Please sign in to comment.