Skip to content

Commit f3ada9d

Browse files
committed
chore: updaste tag name
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent d8e35a0 commit f3ada9d

File tree

21 files changed

+21
-5
lines changed

21 files changed

+21
-5
lines changed

jnosql-arangodb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</parent>
2626

2727
<artifactId>jnosql-arangodb</artifactId>
28+
<name>JNoSQL ArangoDB Driver</name>
2829
<description>The Eclipse JNoSQL layer to ArangoDB</description>
2930

3031
<properties>

jnosql-cassandra/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</parent>
2626

2727
<artifactId>jnosql-cassandra</artifactId>
28+
<name>JNoSQL Apache Cassandra Driver</name>
2829
<description>The Eclipse JNoSQL layer to Cassandra</description>
2930

3031
<properties>

jnosql-couchbase/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</parent>
2626

2727
<artifactId>jnosql-couchbase</artifactId>
28+
<name>JNoSQL Couchbase Driver</name>
2829
<description>The Eclipse JNoSQL layer to Couchbase</description>
2930

3031
<properties>

jnosql-couchdb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</properties>
3030

3131
<artifactId>jnosql-couchdb</artifactId>
32+
<name>JNoSQL Couchdb Driver</name>
3233
<description>The Eclipse JNoSQL layer to Couchdb</description>
3334

3435
<dependencies>

jnosql-database-commons/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</parent>
2525

2626
<artifactId>jnosql-database-commons</artifactId>
27+
<name>JNoSQL Database Commons</name>
2728

2829
<dependencies>
2930
<dependency>

jnosql-dynamodb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</parent>
2020

2121
<artifactId>jnosql-dynamodb</artifactId>
22+
<name>JNoSQL AWS DynamoDB Driver</name>
2223
<description>The Eclipse JNoSQL layer implementation AWS DynamoDB</description>
2324

2425
<properties>

jnosql-elasticsearch/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</parent>
2626

2727
<artifactId>jnosql-elasticsearch</artifactId>
28+
<name>JNoSQL Elasticsearch Driver</name>
2829
<description>The Eclipse JNoSQL layer to Elasticsearch</description>
2930

3031
<properties>

jnosql-hazelcast/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</parent>
2525

2626
<artifactId>jnosql-hazelcast</artifactId>
27+
<name>JNoSQL Hazelcast Driver</name>
2728
<description>The Eclipse JNoSQL layer to Hazelcast</description>
2829

2930
<properties>

jnosql-hbase/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</parent>
2525

2626
<artifactId>jnosql-hbase</artifactId>
27+
<name>JNoSQL Apache Hbase Driver</name>
2728
<description>The Eclipse JNoSQL layer to Hbase</description>
2829

2930
<dependencies>

jnosql-infinispan/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
</parent>
2424

2525
<artifactId>jnosql-infinispan</artifactId>
26+
<name>JNoSQL Infinispan Driver</name>
2627
<description>The Eclipse JNoSQL layer implementation for Infinispan</description>
2728

2829
<properties>

0 commit comments

Comments
 (0)