From ff82c62a9958a50cda8b294eb6683aa1457b2151 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Tue, 19 Aug 2025 08:33:07 +0100 Subject: [PATCH] chore: release version to 1.1.0 Signed-off-by: Otavio Santana --- CHANGELOG.adoc | 2 ++ README.adoc | 38 ++++++++++++++++----------------- jnosql-arangodb/pom.xml | 2 +- jnosql-cassandra/pom.xml | 2 +- jnosql-couchbase/pom.xml | 2 +- jnosql-couchdb/pom.xml | 2 +- jnosql-database-commons/pom.xml | 2 +- jnosql-dynamodb/pom.xml | 2 +- jnosql-elasticsearch/pom.xml | 2 +- jnosql-hazelcast/pom.xml | 2 +- jnosql-hbase/pom.xml | 2 +- jnosql-infinispan/pom.xml | 2 +- jnosql-memcached/pom.xml | 2 +- jnosql-mongodb/pom.xml | 2 +- jnosql-neo4j/pom.xml | 2 +- jnosql-oracle-nosql/pom.xml | 2 +- jnosql-orientdb/pom.xml | 2 +- jnosql-ravendb/pom.xml | 2 +- jnosql-redis/pom.xml | 2 +- jnosql-riak/pom.xml | 2 +- jnosql-solr/pom.xml | 2 +- jnosql-tinkerpop/pom.xml | 2 +- pom.xml | 2 +- 23 files changed, 42 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index c7fdc3a2f..5ef2f831d 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.1.10] - 2025-08-19 + === Changed - Update ArangoDB driver to 7.22.0 diff --git a/README.adoc b/README.adoc index 43a8b5745..96da34bcf 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-arangodb - 1.1.9 + 1.1.10 ---- @@ -202,7 +202,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-cassandra - 1.1.9 + 1.1.10 ---- @@ -353,7 +353,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-couchbase - 1.1.9 + 1.1.10 ---- @@ -478,7 +478,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-couchdb - 1.1.9 + 1.1.10 ---- @@ -554,7 +554,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-dynamodb - 1.1.9 + 1.1.10 ---- @@ -704,7 +704,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-elasticsearch - 1.1.9 + 1.1.10 ---- @@ -788,7 +788,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-hazelcast - 1.1.9 + 1.1.10 ---- @@ -896,7 +896,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-hbase - 1.1.9 + 1.1.10 ---- @@ -939,7 +939,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-infinispan - 1.1.9 + 1.1.10 ---- @@ -989,7 +989,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-memcached - 1.1.9 + 1.1.10 ---- @@ -1073,7 +1073,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-mongodb - 1.1.9 + 1.1.10 ---- @@ -1183,7 +1183,7 @@ You can include Oracle NoSQL as a dependency using either Maven or Gradle: org.eclipse.jnosql.databases jnosql-oracle-nosql - 1.1.9 + 1.1.10 ---- @@ -1331,7 +1331,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-orientdb - 1.1.9 + 1.1.10 ---- @@ -1442,7 +1442,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-ravendb - 1.1.9 + 1.1.10 ---- @@ -1487,7 +1487,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-redis - 1.1.9 + 1.1.10 ---- @@ -1700,7 +1700,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-redis - 1.1.9 + 1.1.10 ---- @@ -1746,7 +1746,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-solr - 1.1.9 + 1.1.10 ---- @@ -1846,7 +1846,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-neo4j - 1.1.9 + 1.1.10 ---- @@ -1916,7 +1916,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types: org.eclipse.jnosql.databases jnosql-tinkerpop - 1.1.9 + 1.1.10 ---- diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml index 117d38ce4..c1babab14 100644 --- a/jnosql-arangodb/pom.xml +++ b/jnosql-arangodb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-arangodb diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml index 16c87ba53..e20c93801 100644 --- a/jnosql-cassandra/pom.xml +++ b/jnosql-cassandra/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-cassandra diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml index 2462c3269..e1ee100ee 100644 --- a/jnosql-couchbase/pom.xml +++ b/jnosql-couchbase/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-couchbase diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml index 7f7f23978..3d271ed51 100644 --- a/jnosql-couchdb/pom.xml +++ b/jnosql-couchdb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml index fa722a908..fd247a2cf 100644 --- a/jnosql-database-commons/pom.xml +++ b/jnosql-database-commons/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-database-commons diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml index d616c887a..c406c9cd0 100644 --- a/jnosql-dynamodb/pom.xml +++ b/jnosql-dynamodb/pom.xml @@ -15,7 +15,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-dynamodb diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml index feb7d6610..8a4fa2eac 100644 --- a/jnosql-elasticsearch/pom.xml +++ b/jnosql-elasticsearch/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-elasticsearch diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml index 50c87fdf4..aa88f9440 100644 --- a/jnosql-hazelcast/pom.xml +++ b/jnosql-hazelcast/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-hazelcast diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml index 99cd06aae..2fdef9158 100644 --- a/jnosql-hbase/pom.xml +++ b/jnosql-hbase/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-hbase diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml index 7d2524d73..5b5f8bc16 100644 --- a/jnosql-infinispan/pom.xml +++ b/jnosql-infinispan/pom.xml @@ -19,7 +19,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-infinispan diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml index 55f8731e1..26fe294d9 100644 --- a/jnosql-memcached/pom.xml +++ b/jnosql-memcached/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-memcached diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml index 4665ab394..04fd81f6d 100644 --- a/jnosql-mongodb/pom.xml +++ b/jnosql-mongodb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-mongodb diff --git a/jnosql-neo4j/pom.xml b/jnosql-neo4j/pom.xml index e9eba818c..924bcfe1a 100644 --- a/jnosql-neo4j/pom.xml +++ b/jnosql-neo4j/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-neo4j diff --git a/jnosql-oracle-nosql/pom.xml b/jnosql-oracle-nosql/pom.xml index 180ecbb8c..4dd584c07 100644 --- a/jnosql-oracle-nosql/pom.xml +++ b/jnosql-oracle-nosql/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-oracle-nosql diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml index fa0918bfc..73fc64cce 100644 --- a/jnosql-orientdb/pom.xml +++ b/jnosql-orientdb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-orientdb diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml index 1ea2fab41..d10b782a7 100644 --- a/jnosql-ravendb/pom.xml +++ b/jnosql-ravendb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-ravendb diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml index 7d02290a6..45ead417f 100644 --- a/jnosql-redis/pom.xml +++ b/jnosql-redis/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-redis diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml index 7613b481c..91bb68761 100644 --- a/jnosql-riak/pom.xml +++ b/jnosql-riak/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-riak diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml index 8d39cdbb1..608fb0839 100644 --- a/jnosql-solr/pom.xml +++ b/jnosql-solr/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-solr diff --git a/jnosql-tinkerpop/pom.xml b/jnosql-tinkerpop/pom.xml index 3c4addfe9..a8fcfd267 100644 --- a/jnosql-tinkerpop/pom.xml +++ b/jnosql-tinkerpop/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.10-SNAPSHOT + 1.1.10 jnosql-tinkerpop diff --git a/pom.xml b/pom.xml index 4676b7fdb..88fc89413 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-parent - 1.1.10-SNAPSHOT + 1.1.10 org.eclipse.jnosql.databases