diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 9b994603e..521cc9345 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == [Unreleased] +== [1.0.0-b6] - 2023-03-11 + === Changed - 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 - Remove Jakarta NoSQL reference - Remove TCK reference -== [1.0.0.4-b5] - 2022-12-22 +== [1.0.0-b5] - 2022-12-22 === Added - Create a CHANGELOG file to track the specification evolution diff --git a/README.adoc b/README.adoc index d91873928..6bb52d8ba 100644 --- a/README.adoc +++ b/README.adoc @@ -24,7 +24,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-arangodb-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -99,7 +99,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-cassandra-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -161,7 +161,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-couchbase-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -238,7 +238,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-couchdb-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -317,7 +317,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-elasticsearch-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -366,7 +366,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-hazelcast-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -427,7 +427,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-hbase-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -470,7 +470,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-infinispan-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -520,7 +520,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-memcached-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -604,7 +604,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-mongodb-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -666,7 +666,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-orientdb-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -723,7 +723,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-ravendb-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -767,7 +767,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-redis-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -838,7 +838,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-redis-driver - 1.0.0-b5 + 1.0.0-b6 ---- @@ -884,7 +884,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.communication jnosql-solr-driver - 1.0.0-b5 + 1.0.0-b6 ---- diff --git a/jnosql-arangodb-driver/pom.xml b/jnosql-arangodb-driver/pom.xml index f6e1393ba..27dca17f4 100644 --- a/jnosql-arangodb-driver/pom.xml +++ b/jnosql-arangodb-driver/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-arangodb-driver diff --git a/jnosql-cassandra-driver/pom.xml b/jnosql-cassandra-driver/pom.xml index 68ea1bf9c..d4983264b 100644 --- a/jnosql-cassandra-driver/pom.xml +++ b/jnosql-cassandra-driver/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-cassandra-driver diff --git a/jnosql-communication-driver-commons/pom.xml b/jnosql-communication-driver-commons/pom.xml index 3b787ab8c..2adaf2d83 100644 --- a/jnosql-communication-driver-commons/pom.xml +++ b/jnosql-communication-driver-commons/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-communication-driver-commons diff --git a/jnosql-couchbase-driver/pom.xml b/jnosql-couchbase-driver/pom.xml index 3dea0ebba..0bd64cbe3 100644 --- a/jnosql-couchbase-driver/pom.xml +++ b/jnosql-couchbase-driver/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-couchbase-driver diff --git a/jnosql-couchdb-driver/pom.xml b/jnosql-couchdb-driver/pom.xml index de0133f4c..bb0a430f2 100644 --- a/jnosql-couchdb-driver/pom.xml +++ b/jnosql-couchdb-driver/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-couchdb-driver diff --git a/jnosql-dynamodb-driver/pom.xml b/jnosql-dynamodb-driver/pom.xml index f71b0c360..c3613d7cd 100644 --- a/jnosql-dynamodb-driver/pom.xml +++ b/jnosql-dynamodb-driver/pom.xml @@ -15,7 +15,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 diff --git a/jnosql-elasticsearch-driver/pom.xml b/jnosql-elasticsearch-driver/pom.xml index 61788bcfd..92db296ed 100644 --- a/jnosql-elasticsearch-driver/pom.xml +++ b/jnosql-elasticsearch-driver/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-elasticsearch-driver diff --git a/jnosql-hazelcast-driver/pom.xml b/jnosql-hazelcast-driver/pom.xml index 9b5c7c837..cb8debf04 100644 --- a/jnosql-hazelcast-driver/pom.xml +++ b/jnosql-hazelcast-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-hazelcast-driver diff --git a/jnosql-hbase-driver/pom.xml b/jnosql-hbase-driver/pom.xml index 6695dd1de..ec8a4a970 100644 --- a/jnosql-hbase-driver/pom.xml +++ b/jnosql-hbase-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-hbase-driver diff --git a/jnosql-infinispan-driver/pom.xml b/jnosql-infinispan-driver/pom.xml index e0661a017..ac007c32f 100644 --- a/jnosql-infinispan-driver/pom.xml +++ b/jnosql-infinispan-driver/pom.xml @@ -19,7 +19,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-infinispan-driver diff --git a/jnosql-memcached-driver/pom.xml b/jnosql-memcached-driver/pom.xml index 04a38c947..ca39236db 100644 --- a/jnosql-memcached-driver/pom.xml +++ b/jnosql-memcached-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-memcached-driver diff --git a/jnosql-mongodb-driver/pom.xml b/jnosql-mongodb-driver/pom.xml index 7988de9fa..c8adf40b3 100644 --- a/jnosql-mongodb-driver/pom.xml +++ b/jnosql-mongodb-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-mongodb-driver diff --git a/jnosql-orientdb-driver/pom.xml b/jnosql-orientdb-driver/pom.xml index d83ab1a52..c1f43b1d1 100644 --- a/jnosql-orientdb-driver/pom.xml +++ b/jnosql-orientdb-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-orientdb-driver diff --git a/jnosql-ravendb-driver/pom.xml b/jnosql-ravendb-driver/pom.xml index 4c79497a6..8872f8bb0 100644 --- a/jnosql-ravendb-driver/pom.xml +++ b/jnosql-ravendb-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-ravendb-driver diff --git a/jnosql-redis-driver/pom.xml b/jnosql-redis-driver/pom.xml index 018afef5a..4522f1101 100644 --- a/jnosql-redis-driver/pom.xml +++ b/jnosql-redis-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-redis-driver diff --git a/jnosql-riak-driver/pom.xml b/jnosql-riak-driver/pom.xml index 39ad9f840..7fdb6466f 100644 --- a/jnosql-riak-driver/pom.xml +++ b/jnosql-riak-driver/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-riak-driver diff --git a/jnosql-solr-driver/pom.xml b/jnosql-solr-driver/pom.xml index d548a2833..161e8ad38 100644 --- a/jnosql-solr-driver/pom.xml +++ b/jnosql-solr-driver/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.communication jnosql-communication-driver - 1.0.0-SNAPSHOT + 1.0.0-b6 jnosql-solr-driver diff --git a/pom.xml b/pom.xml index bff0ebe70..95ee95185 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql jnosql-parent - 1.0.0-SNAPSHOT + 1.0.0-b6 org.eclipse.jnosql.communication