Skip to content

Commit 8ac37c8

Browse files
committed
chore: include name tag in all projects
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 15104b9 commit 8ac37c8

File tree

21 files changed

+21
-8
lines changed

21 files changed

+21
-8
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
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>
3132
<casandra.driver.version>4.17.0</casandra.driver.version>
32-
3333
</properties>
3434
<dependencies>
3535
<dependency>

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
</parent>
2626

2727
<properties>
28-
2928
</properties>
3029

3130
<artifactId>jnosql-couchdb</artifactId>
31+
<name>JNoSQL Couchdb Driver</name>
3232
<description>The Eclipse JNoSQL layer to Couchdb</description>
3333

3434
<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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
</parent>
2020

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

2425
<properties>
2526
<dynamodb.version>2.31.47</dynamodb.version>
26-
2727
</properties>
2828

2929
<dependencies>

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)