diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 6236ba35b..6e871a7c7 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.4] - 2024-10-24
+
== Changes
- Update API using Apache Tinkerpop
diff --git a/README.adoc b/README.adoc
index 57feec445..e638a955b 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.3
+ 1.1.4
----
@@ -179,7 +179,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-cassandra
- 1.1.3
+ 1.1.4
----
@@ -330,7 +330,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-couchbase
- 1.1.3
+ 1.1.4
----
@@ -455,7 +455,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-couchdb
- 1.1.3
+ 1.1.4
----
@@ -531,7 +531,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-dynamodb
- 1.1.3
+ 1.1.4
----
@@ -681,7 +681,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-elasticsearch
- 1.1.3
+ 1.1.4
----
@@ -765,7 +765,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-hazelcast
- 1.1.3
+ 1.1.4
----
@@ -873,7 +873,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-hbase
- 1.1.3
+ 1.1.4
----
@@ -916,7 +916,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-infinispan
- 1.1.3
+ 1.1.4
----
@@ -966,7 +966,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-memcached
- 1.1.3
+ 1.1.4
----
@@ -1050,7 +1050,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-mongodb
- 1.1.3
+ 1.1.4
----
@@ -1160,7 +1160,7 @@ You can include Oracle NoSQL as a dependency using either Maven or Gradle:
org.eclipse.jnosql.databases
jnosql-oracle-nosql
- 1.1.3
+ 1.1.4
----
@@ -1308,7 +1308,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-orientdb
- 1.1.3
+ 1.1.4
----
@@ -1419,7 +1419,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-ravendb
- 1.1.3
+ 1.1.4
----
@@ -1464,7 +1464,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-redis
- 1.1.3
+ 1.1.4
----
@@ -1677,7 +1677,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-redis
- 1.1.3
+ 1.1.4
----
@@ -1723,7 +1723,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-solr
- 1.1.3
+ 1.1.4
----
@@ -1819,7 +1819,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types:
org.eclipse.jnosql.databases
jnosql-tinkerpop
- 1.1.3
+ 1.1.4
----
diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml
index 912e8ff11..e3b5c6238 100644
--- a/jnosql-arangodb/pom.xml
+++ b/jnosql-arangodb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-arangodb
diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml
index dbb3455fa..dcd6d15c3 100644
--- a/jnosql-cassandra/pom.xml
+++ b/jnosql-cassandra/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-cassandra
diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml
index ac8f116db..a7052ead6 100644
--- a/jnosql-couchbase/pom.xml
+++ b/jnosql-couchbase/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-couchbase
diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml
index 34ddf9f6d..3f0858983 100644
--- a/jnosql-couchdb/pom.xml
+++ b/jnosql-couchdb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-couchdb
diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml
index d5eb111ff..68c1f720f 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.4-SNAPSHOT
+ 1.1.4
jnosql-database-commons
diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml
index a68154c25..2bf128035 100644
--- a/jnosql-dynamodb/pom.xml
+++ b/jnosql-dynamodb/pom.xml
@@ -15,7 +15,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-dynamodb
diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml
index 63b502cc3..1f8783fec 100644
--- a/jnosql-elasticsearch/pom.xml
+++ b/jnosql-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-elasticsearch
diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml
index 71980805e..c60f6b75b 100644
--- a/jnosql-hazelcast/pom.xml
+++ b/jnosql-hazelcast/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-hazelcast
diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml
index 3f7bb7bdf..4c1aaa858 100644
--- a/jnosql-hbase/pom.xml
+++ b/jnosql-hbase/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-hbase
diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml
index 01ae36596..139ef8a6f 100644
--- a/jnosql-infinispan/pom.xml
+++ b/jnosql-infinispan/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-infinispan
diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml
index 1ce19206e..a40afbaae 100644
--- a/jnosql-memcached/pom.xml
+++ b/jnosql-memcached/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-memcached
diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml
index 481d368fa..27c4816f8 100644
--- a/jnosql-mongodb/pom.xml
+++ b/jnosql-mongodb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mongodb
diff --git a/jnosql-oracle-nosql/pom.xml b/jnosql-oracle-nosql/pom.xml
index a5bd1a90c..2064bdbeb 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.4-SNAPSHOT
+ 1.1.4
jnosql-oracle-nosql
diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml
index 7c4f40459..acb2cc5a9 100644
--- a/jnosql-orientdb/pom.xml
+++ b/jnosql-orientdb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-orientdb
diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml
index e119c7a98..8067ab155 100644
--- a/jnosql-ravendb/pom.xml
+++ b/jnosql-ravendb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-ravendb
diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml
index f9650b8be..790933141 100644
--- a/jnosql-redis/pom.xml
+++ b/jnosql-redis/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-redis
diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml
index 834cd0a0e..e8a5cc9b2 100644
--- a/jnosql-riak/pom.xml
+++ b/jnosql-riak/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-riak
diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml
index 98d59585f..cfca18bff 100644
--- a/jnosql-solr/pom.xml
+++ b/jnosql-solr/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-solr
diff --git a/jnosql-tinkerpop/pom.xml b/jnosql-tinkerpop/pom.xml
index a2271cd7f..55ccf2ef4 100644
--- a/jnosql-tinkerpop/pom.xml
+++ b/jnosql-tinkerpop/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-tinkerpop
diff --git a/pom.xml b/pom.xml
index 012c14a13..8dd5fdc65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
org.eclipse.jnosql.databases