Skip to content

Commit e34f46a

Browse files
committed
Update documenato on readme
Signed-off-by: Otavio Santana <[email protected]>
1 parent d2ebaa1 commit e34f46a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use either the Maven or Gradle dependencies:
2323
----
2424
<dependency>
2525
<groupId>org.eclipse.jnosql.communication</groupId>
26-
<artifactId>arangodb-driver</artifactId>
26+
<artifactId>jnosql-arangodb-driver</artifactId>
2727
<version>1.0.0-b4</version>
2828
</dependency>
2929
----
@@ -98,7 +98,7 @@ You can use either the Maven or Gradle dependencies:
9898
----
9999
<dependency>
100100
<groupId>org.eclipse.jnosql.communication</groupId>
101-
<artifactId>cassandra-driver</artifactId>
101+
<artifactId>jnosql-cassandra-driver</artifactId>
102102
<version>1.0.0-b4</version>
103103
</dependency>
104104
----
@@ -160,7 +160,7 @@ You can use either the Maven or Gradle dependencies:
160160
----
161161
<dependency>
162162
<groupId>org.eclipse.jnosql.communication</groupId>
163-
<artifactId>couchbase-driver</artifactId>
163+
<artifactId>jnosql-couchbase-driver</artifactId>
164164
<version>1.0.0-b4</version>
165165
</dependency>
166166
----
@@ -237,7 +237,7 @@ You can use either the Maven or Gradle dependencies:
237237
----
238238
<dependency>
239239
<groupId>org.eclipse.jnosql.communication</groupId>
240-
<artifactId>couchdb-driver</artifactId>
240+
<artifactId>jnosql-couchdb-driver</artifactId>
241241
<version>1.0.0-b4</version>
242242
</dependency>
243243
----
@@ -316,7 +316,7 @@ You can use either the Maven or Gradle dependencies:
316316
----
317317
<dependency>
318318
<groupId>org.eclipse.jnosql.communication</groupId>
319-
<artifactId>elasticsearch-driver</artifactId>
319+
<artifactId>jnosql-elasticsearch-driver</artifactId>
320320
<version>1.0.0-b4</version>
321321
</dependency>
322322
----
@@ -365,7 +365,7 @@ You can use either the Maven or Gradle dependencies:
365365
----
366366
<dependency>
367367
<groupId>org.eclipse.jnosql.communication</groupId>
368-
<artifactId>hazelcast-driver</artifactId>
368+
<artifactId>jnosql-hazelcast-driver</artifactId>
369369
<version>1.0.0-b4</version>
370370
</dependency>
371371
----
@@ -426,7 +426,7 @@ You can use either the Maven or Gradle dependencies:
426426
----
427427
<dependency>
428428
<groupId>org.eclipse.jnosql.communication</groupId>
429-
<artifactId>hbase-driver</artifactId>
429+
<artifactId>jnosql-hbase-driver</artifactId>
430430
<version>1.0.0-b4</version>
431431
</dependency>
432432
----
@@ -469,7 +469,7 @@ You can use either the Maven or Gradle dependencies:
469469
----
470470
<dependency>
471471
<groupId>org.eclipse.jnosql.communication</groupId>
472-
<artifactId>infinispan-driver</artifactId>
472+
<artifactId>jnosql-infinispan-driver</artifactId>
473473
<version>1.0.0-b4</version>
474474
</dependency>
475475
----
@@ -519,7 +519,7 @@ You can use either the Maven or Gradle dependencies:
519519
----
520520
<dependency>
521521
<groupId>org.eclipse.jnosql.communication</groupId>
522-
<artifactId>memcached-driver</artifactId>
522+
<artifactId>jnosql-memcached-driver</artifactId>
523523
<version>1.0.0-b4</version>
524524
</dependency>
525525
----
@@ -603,7 +603,7 @@ You can use either the Maven or Gradle dependencies:
603603
----
604604
<dependency>
605605
<groupId>org.eclipse.jnosql.communication</groupId>
606-
<artifactId>mongodb-driver</artifactId>
606+
<artifactId>jnosql-mongodb-driver</artifactId>
607607
<version>1.0.0-b4</version>
608608
</dependency>
609609
----
@@ -665,7 +665,7 @@ You can use either the Maven or Gradle dependencies:
665665
----
666666
<dependency>
667667
<groupId>org.eclipse.jnosql.communication</groupId>
668-
<artifactId>orientdb-driver</artifactId>
668+
<artifactId>jnosql-orientdb-driver</artifactId>
669669
<version>1.0.0-b4</version>
670670
</dependency>
671671
----
@@ -722,7 +722,7 @@ You can use either the Maven or Gradle dependencies:
722722
----
723723
<dependency>
724724
<groupId>org.eclipse.jnosql.communication</groupId>
725-
<artifactId>ravendb-driver</artifactId>
725+
<artifactId>jnosql-ravendb-driver</artifactId>
726726
<version>1.0.0-b4</version>
727727
</dependency>
728728
----
@@ -766,7 +766,7 @@ You can use either the Maven or Gradle dependencies:
766766
----
767767
<dependency>
768768
<groupId>org.eclipse.jnosql.communication</groupId>
769-
<artifactId>redis-driver</artifactId>
769+
<artifactId>jnosql-redis-driver</artifactId>
770770
<version>1.0.0-b4</version>
771771
</dependency>
772772
----
@@ -837,7 +837,7 @@ You can use either the Maven or Gradle dependencies:
837837
----
838838
<dependency>
839839
<groupId>org.eclipse.jnosql.communication</groupId>
840-
<artifactId>redis-driver</artifactId>
840+
<artifactId>jnosql-redis-driver</artifactId>
841841
<version>1.0.0-b4</version>
842842
</dependency>
843843
----
@@ -883,7 +883,7 @@ You can use either the Maven or Gradle dependencies:
883883
----
884884
<dependency>
885885
<groupId>org.eclipse.jnosql.communication</groupId>
886-
<artifactId>solr-driver</artifactId>
886+
<artifactId>jnosql-solr-driver</artifactId>
887887
<version>1.0.0-b4</version>
888888
</dependency>
889889
----

0 commit comments

Comments
 (0)