diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 116140a02..8def192ac 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-12-21
+
== [1.1.3] - 2024-10-24
=== Fixed
diff --git a/README.adoc b/README.adoc
index bd617aa6b..0134c1fc7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -153,7 +153,7 @@ Eclipse JNoSQL offers a mapping implementation for Key-Value NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-key-value
- 1.1.3
+ 1.1.4
----
@@ -276,7 +276,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-column
- 1.1.3
+ 1.1.4
----
@@ -374,7 +374,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-document
- 1.1.3
+ 1.1.4
----
diff --git a/jnosql-communication/jnosql-communication-core/pom.xml b/jnosql-communication/jnosql-communication-core/pom.xml
index 04df24d42..93e808fa6 100644
--- a/jnosql-communication/jnosql-communication-core/pom.xml
+++ b/jnosql-communication/jnosql-communication-core/pom.xml
@@ -22,7 +22,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-communication-core
diff --git a/jnosql-communication/jnosql-communication-key-value/pom.xml b/jnosql-communication/jnosql-communication-key-value/pom.xml
index bb6af2e5a..592e04dcc 100644
--- a/jnosql-communication/jnosql-communication-key-value/pom.xml
+++ b/jnosql-communication/jnosql-communication-key-value/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-communication-key-value
diff --git a/jnosql-communication/jnosql-communication-query/pom.xml b/jnosql-communication/jnosql-communication-query/pom.xml
index 08d5d9641..e7b3f6304 100644
--- a/jnosql-communication/jnosql-communication-query/pom.xml
+++ b/jnosql-communication/jnosql-communication-query/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-communication-query
diff --git a/jnosql-communication/jnosql-communication-semistructured/pom.xml b/jnosql-communication/jnosql-communication-semistructured/pom.xml
index f2f3df3f3..873c1a963 100644
--- a/jnosql-communication/jnosql-communication-semistructured/pom.xml
+++ b/jnosql-communication/jnosql-communication-semistructured/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-communication-semistructured
diff --git a/jnosql-communication/pom.xml b/jnosql-communication/pom.xml
index 02d97eefe..17237c3bb 100644
--- a/jnosql-communication/pom.xml
+++ b/jnosql-communication/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
org.eclipse.jnosql.communication
diff --git a/jnosql-mapping/jnosql-mapping-api-core/pom.xml b/jnosql-mapping/jnosql-mapping-api-core/pom.xml
index 1e70c5042..f6b29f51f 100644
--- a/jnosql-mapping/jnosql-mapping-api-core/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-api-core/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-api-core
diff --git a/jnosql-mapping/jnosql-mapping-column/pom.xml b/jnosql-mapping/jnosql-mapping-column/pom.xml
index 345a14fcf..06b563d04 100644
--- a/jnosql-mapping/jnosql-mapping-column/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-column/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-column
diff --git a/jnosql-mapping/jnosql-mapping-core/pom.xml b/jnosql-mapping/jnosql-mapping-core/pom.xml
index 9afa401e9..fe305ce76 100644
--- a/jnosql-mapping/jnosql-mapping-core/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-core/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-core
diff --git a/jnosql-mapping/jnosql-mapping-document/pom.xml b/jnosql-mapping/jnosql-mapping-document/pom.xml
index 3402ccf21..db997f6ec 100644
--- a/jnosql-mapping/jnosql-mapping-document/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-document/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-document
diff --git a/jnosql-mapping/jnosql-mapping-key-value/pom.xml b/jnosql-mapping/jnosql-mapping-key-value/pom.xml
index 70b6166dc..6d5cc85f6 100644
--- a/jnosql-mapping/jnosql-mapping-key-value/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-key-value/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-key-value
diff --git a/jnosql-mapping/jnosql-mapping-reflection/pom.xml b/jnosql-mapping/jnosql-mapping-reflection/pom.xml
index 7a3158aa8..cdb5c2861 100644
--- a/jnosql-mapping/jnosql-mapping-reflection/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-reflection/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-reflection
diff --git a/jnosql-mapping/jnosql-mapping-semistructured/pom.xml b/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
index f2f9ee143..72d715ee2 100644
--- a/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
jnosql-mapping-semistructured
diff --git a/jnosql-mapping/pom.xml b/jnosql-mapping/pom.xml
index f385a90b9..ef20b9c84 100644
--- a/jnosql-mapping/pom.xml
+++ b/jnosql-mapping/pom.xml
@@ -22,7 +22,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
diff --git a/pom.xml b/pom.xml
index 90170d820..2264f9be1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.4-SNAPSHOT
+ 1.1.4
pom
Eclipse JNoSQL
The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java