Skip to content

Commit 298f191

Browse files
authored
Merge pull request #207 from eclipse/update-version-1-0-0-b6
Update JNoSQL to version 1.0.0-b6
2 parents 9830e9b + 8623f78 commit 298f191

File tree

20 files changed

+36
-34
lines changed

20 files changed

+36
-34
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
== [Unreleased]
1010

11+
== [1.0.0-b6] - 2023-03-11
12+
1113
=== Changed
1214

1315
- Update ES library to version 8.5
@@ -20,7 +22,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
2022
- Remove Jakarta NoSQL reference
2123
- Remove TCK reference
2224

23-
== [1.0.0.4-b5] - 2022-12-22
25+
== [1.0.0-b5] - 2022-12-22
2426

2527
=== Added
2628
- Create a CHANGELOG file to track the specification evolution

README.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use either the Maven or Gradle dependencies:
2424
<dependency>
2525
<groupId>org.eclipse.jnosql.communication</groupId>
2626
<artifactId>jnosql-arangodb-driver</artifactId>
27-
<version>1.0.0-b5</version>
27+
<version>1.0.0-b6</version>
2828
</dependency>
2929
----
3030

@@ -99,7 +99,7 @@ You can use either the Maven or Gradle dependencies:
9999
<dependency>
100100
<groupId>org.eclipse.jnosql.communication</groupId>
101101
<artifactId>jnosql-cassandra-driver</artifactId>
102-
<version>1.0.0-b5</version>
102+
<version>1.0.0-b6</version>
103103
</dependency>
104104
----
105105

@@ -161,7 +161,7 @@ You can use either the Maven or Gradle dependencies:
161161
<dependency>
162162
<groupId>org.eclipse.jnosql.communication</groupId>
163163
<artifactId>jnosql-couchbase-driver</artifactId>
164-
<version>1.0.0-b5</version>
164+
<version>1.0.0-b6</version>
165165
</dependency>
166166
----
167167

@@ -238,7 +238,7 @@ You can use either the Maven or Gradle dependencies:
238238
<dependency>
239239
<groupId>org.eclipse.jnosql.communication</groupId>
240240
<artifactId>jnosql-couchdb-driver</artifactId>
241-
<version>1.0.0-b5</version>
241+
<version>1.0.0-b6</version>
242242
</dependency>
243243
----
244244

@@ -317,7 +317,7 @@ You can use either the Maven or Gradle dependencies:
317317
<dependency>
318318
<groupId>org.eclipse.jnosql.communication</groupId>
319319
<artifactId>jnosql-elasticsearch-driver</artifactId>
320-
<version>1.0.0-b5</version>
320+
<version>1.0.0-b6</version>
321321
</dependency>
322322
----
323323

@@ -366,7 +366,7 @@ You can use either the Maven or Gradle dependencies:
366366
<dependency>
367367
<groupId>org.eclipse.jnosql.communication</groupId>
368368
<artifactId>jnosql-hazelcast-driver</artifactId>
369-
<version>1.0.0-b5</version>
369+
<version>1.0.0-b6</version>
370370
</dependency>
371371
----
372372

@@ -427,7 +427,7 @@ You can use either the Maven or Gradle dependencies:
427427
<dependency>
428428
<groupId>org.eclipse.jnosql.communication</groupId>
429429
<artifactId>jnosql-hbase-driver</artifactId>
430-
<version>1.0.0-b5</version>
430+
<version>1.0.0-b6</version>
431431
</dependency>
432432
----
433433

@@ -470,7 +470,7 @@ You can use either the Maven or Gradle dependencies:
470470
<dependency>
471471
<groupId>org.eclipse.jnosql.communication</groupId>
472472
<artifactId>jnosql-infinispan-driver</artifactId>
473-
<version>1.0.0-b5</version>
473+
<version>1.0.0-b6</version>
474474
</dependency>
475475
----
476476

@@ -520,7 +520,7 @@ You can use either the Maven or Gradle dependencies:
520520
<dependency>
521521
<groupId>org.eclipse.jnosql.communication</groupId>
522522
<artifactId>jnosql-memcached-driver</artifactId>
523-
<version>1.0.0-b5</version>
523+
<version>1.0.0-b6</version>
524524
</dependency>
525525
----
526526

@@ -604,7 +604,7 @@ You can use either the Maven or Gradle dependencies:
604604
<dependency>
605605
<groupId>org.eclipse.jnosql.communication</groupId>
606606
<artifactId>jnosql-mongodb-driver</artifactId>
607-
<version>1.0.0-b5</version>
607+
<version>1.0.0-b6</version>
608608
</dependency>
609609
----
610610

@@ -666,7 +666,7 @@ You can use either the Maven or Gradle dependencies:
666666
<dependency>
667667
<groupId>org.eclipse.jnosql.communication</groupId>
668668
<artifactId>jnosql-orientdb-driver</artifactId>
669-
<version>1.0.0-b5</version>
669+
<version>1.0.0-b6</version>
670670
</dependency>
671671
----
672672

@@ -723,7 +723,7 @@ You can use either the Maven or Gradle dependencies:
723723
<dependency>
724724
<groupId>org.eclipse.jnosql.communication</groupId>
725725
<artifactId>jnosql-ravendb-driver</artifactId>
726-
<version>1.0.0-b5</version>
726+
<version>1.0.0-b6</version>
727727
</dependency>
728728
----
729729

@@ -767,7 +767,7 @@ You can use either the Maven or Gradle dependencies:
767767
<dependency>
768768
<groupId>org.eclipse.jnosql.communication</groupId>
769769
<artifactId>jnosql-redis-driver</artifactId>
770-
<version>1.0.0-b5</version>
770+
<version>1.0.0-b6</version>
771771
</dependency>
772772
----
773773

@@ -838,7 +838,7 @@ You can use either the Maven or Gradle dependencies:
838838
<dependency>
839839
<groupId>org.eclipse.jnosql.communication</groupId>
840840
<artifactId>jnosql-redis-driver</artifactId>
841-
<version>1.0.0-b5</version>
841+
<version>1.0.0-b6</version>
842842
</dependency>
843843
----
844844

@@ -884,7 +884,7 @@ You can use either the Maven or Gradle dependencies:
884884
<dependency>
885885
<groupId>org.eclipse.jnosql.communication</groupId>
886886
<artifactId>jnosql-solr-driver</artifactId>
887-
<version>1.0.0-b5</version>
887+
<version>1.0.0-b6</version>
888888
</dependency>
889889
----
890890

jnosql-arangodb-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.communication</groupId>
2323
<artifactId>jnosql-communication-driver</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-b6</version>
2525
</parent>
2626

2727
<artifactId>jnosql-arangodb-driver</artifactId>

jnosql-cassandra-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.communication</groupId>
2323
<artifactId>jnosql-communication-driver</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-b6</version>
2525
</parent>
2626

2727
<artifactId>jnosql-cassandra-driver</artifactId>

jnosql-communication-driver-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jnosql.communication</groupId>
2222
<artifactId>jnosql-communication-driver</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0-b6</version>
2424
</parent>
2525

2626
<artifactId>jnosql-communication-driver-commons</artifactId>

jnosql-couchbase-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.communication</groupId>
2323
<artifactId>jnosql-communication-driver</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-b6</version>
2525
</parent>
2626

2727
<artifactId>jnosql-couchbase-driver</artifactId>

jnosql-couchdb-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.communication</groupId>
2323
<artifactId>jnosql-communication-driver</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-b6</version>
2525
</parent>
2626

2727
<artifactId>jnosql-couchdb-driver</artifactId>

jnosql-dynamodb-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.eclipse.jnosql.communication</groupId>
1717
<artifactId>jnosql-communication-driver</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>1.0.0-b6</version>
1919
</parent>
2020

2121

jnosql-elasticsearch-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.communication</groupId>
2323
<artifactId>jnosql-communication-driver</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-b6</version>
2525
</parent>
2626

2727
<artifactId>jnosql-elasticsearch-driver</artifactId>

jnosql-hazelcast-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jnosql.communication</groupId>
2222
<artifactId>jnosql-communication-driver</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0-b6</version>
2424
</parent>
2525

2626
<artifactId>jnosql-hazelcast-driver</artifactId>

0 commit comments

Comments
 (0)