diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 21cf0c032..db2d17ba7 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.11] - 2025-11-16
+
=== Changed
- Update OrientDB driver to 3.2.44
@@ -16,7 +18,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
- Update ArangoDB version to 7.23.0
- Update Cassandra version to 4.19.1
- Update Couchabase version to 3.9.2
-- Update DynamioDB version to 2.37.5
+- Update DynamicDB version to 2.37.5
- Update Hazelcast to version 5.6.0
- Update Redis driver to version 7.0.0
- Update Oracle driver to version 5.4.18
diff --git a/README.adoc b/README.adoc
index 96da34bcf..2f93d6532 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.10
+ 1.1.11
----
@@ -202,7 +202,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-cassandra
- 1.1.10
+ 1.1.11
----
@@ -353,7 +353,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-couchbase
- 1.1.10
+ 1.1.11
----
@@ -478,7 +478,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-couchdb
- 1.1.10
+ 1.1.11
----
@@ -554,7 +554,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-dynamodb
- 1.1.10
+ 1.1.11
----
@@ -704,7 +704,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-elasticsearch
- 1.1.10
+ 1.1.11
----
@@ -788,7 +788,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-hazelcast
- 1.1.10
+ 1.1.11
----
@@ -896,7 +896,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-hbase
- 1.1.10
+ 1.1.11
----
@@ -939,7 +939,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-infinispan
- 1.1.10
+ 1.1.11
----
@@ -989,7 +989,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-memcached
- 1.1.10
+ 1.1.11
----
@@ -1073,7 +1073,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-mongodb
- 1.1.10
+ 1.1.11
----
@@ -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.10
+ 1.1.11
----
@@ -1331,7 +1331,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-orientdb
- 1.1.10
+ 1.1.11
----
@@ -1442,7 +1442,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-ravendb
- 1.1.10
+ 1.1.11
----
@@ -1487,7 +1487,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-redis
- 1.1.10
+ 1.1.11
----
@@ -1700,7 +1700,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-redis
- 1.1.10
+ 1.1.11
----
@@ -1746,7 +1746,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-solr
- 1.1.10
+ 1.1.11
----
@@ -1846,7 +1846,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-neo4j
- 1.1.10
+ 1.1.11
----
@@ -1916,7 +1916,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types:
org.eclipse.jnosql.databases
jnosql-tinkerpop
- 1.1.10
+ 1.1.11
----
diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml
index 791157822..2d2857520 100644
--- a/jnosql-arangodb/pom.xml
+++ b/jnosql-arangodb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-arangodb
diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml
index 9937224f3..1ad3205f2 100644
--- a/jnosql-cassandra/pom.xml
+++ b/jnosql-cassandra/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-cassandra
diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml
index cc41f2de1..126a344fb 100644
--- a/jnosql-couchbase/pom.xml
+++ b/jnosql-couchbase/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-couchbase
diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml
index cd6ddac70..512a2009c 100644
--- a/jnosql-couchdb/pom.xml
+++ b/jnosql-couchdb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml
index bd123b5a8..e602d00d2 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.11-SNAPSHOT
+ 1.1.11
jnosql-database-commons
diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml
index daf07bc74..ca6493595 100644
--- a/jnosql-dynamodb/pom.xml
+++ b/jnosql-dynamodb/pom.xml
@@ -15,7 +15,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-dynamodb
diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml
index 3114d6f64..0384c9529 100644
--- a/jnosql-elasticsearch/pom.xml
+++ b/jnosql-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-elasticsearch
diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml
index 143bcaa4e..f35f54864 100644
--- a/jnosql-hazelcast/pom.xml
+++ b/jnosql-hazelcast/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-hazelcast
diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml
index 4917b885e..7b796002c 100644
--- a/jnosql-hbase/pom.xml
+++ b/jnosql-hbase/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-hbase
diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml
index 35957afef..f4d1e826f 100644
--- a/jnosql-infinispan/pom.xml
+++ b/jnosql-infinispan/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-infinispan
diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml
index 067dd298a..aa650b48a 100644
--- a/jnosql-memcached/pom.xml
+++ b/jnosql-memcached/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-memcached
diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml
index fcae13421..30f1b06e6 100644
--- a/jnosql-mongodb/pom.xml
+++ b/jnosql-mongodb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-mongodb
diff --git a/jnosql-neo4j/pom.xml b/jnosql-neo4j/pom.xml
index f97ea4fd9..b17a96aff 100644
--- a/jnosql-neo4j/pom.xml
+++ b/jnosql-neo4j/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-neo4j
diff --git a/jnosql-oracle-nosql/pom.xml b/jnosql-oracle-nosql/pom.xml
index 21984ade4..a889f456b 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.11-SNAPSHOT
+ 1.1.11
jnosql-oracle-nosql
diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml
index 9750e8dca..4c1d70c31 100644
--- a/jnosql-orientdb/pom.xml
+++ b/jnosql-orientdb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-orientdb
diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml
index 78420f243..13ecdb99d 100644
--- a/jnosql-ravendb/pom.xml
+++ b/jnosql-ravendb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-ravendb
diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml
index e6ad7abe6..3965d8dfd 100644
--- a/jnosql-redis/pom.xml
+++ b/jnosql-redis/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-redis
diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml
index 20dc5ae7d..116df9c48 100644
--- a/jnosql-riak/pom.xml
+++ b/jnosql-riak/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-riak
diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml
index 85e5520a7..3dbf85397 100644
--- a/jnosql-solr/pom.xml
+++ b/jnosql-solr/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-solr
diff --git a/jnosql-tinkerpop/pom.xml b/jnosql-tinkerpop/pom.xml
index 80d12b25f..b7cb0afa4 100644
--- a/jnosql-tinkerpop/pom.xml
+++ b/jnosql-tinkerpop/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
jnosql-tinkerpop
diff --git a/pom.xml b/pom.xml
index 29f8779c6..41597a224 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.11-SNAPSHOT
+ 1.1.11
org.eclipse.jnosql.databases