diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 31678eba5..1a99dccb5 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.1] - 2023-05-25
+
=== Changed
- Upgrade Jakarta Data to version 1.0.0-RC1
diff --git a/README.adoc b/README.adoc
index e707e89a8..6d35088b4 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.0
+ 1.1.1
----
@@ -278,7 +278,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-column
- 1.1.0
+ 1.1.1
----
@@ -376,7 +376,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-document
- 1.1.0
+ 1.1.1
----
@@ -475,7 +475,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-graph
- 1.1.0
+ 1.1.1
----
diff --git a/jnosql-communication/jnosql-communication-core/pom.xml b/jnosql-communication/jnosql-communication-core/pom.xml
index f6cbf68fe..abd906a24 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.1-SNAPSHOT
+ 1.1.1
jnosql-communication-core
diff --git a/jnosql-communication/jnosql-communication-key-value/pom.xml b/jnosql-communication/jnosql-communication-key-value/pom.xml
index 6d78f5726..3fa2c745a 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.1-SNAPSHOT
+ 1.1.1
jnosql-communication-key-value
diff --git a/jnosql-communication/jnosql-communication-query/pom.xml b/jnosql-communication/jnosql-communication-query/pom.xml
index 6113a1fb7..2a6887823 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.1-SNAPSHOT
+ 1.1.1
jnosql-communication-query
diff --git a/jnosql-communication/jnosql-communication-semistructured/pom.xml b/jnosql-communication/jnosql-communication-semistructured/pom.xml
index bc84ef25b..ec4a0e677 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.1-SNAPSHOT
+ 1.1.1
jnosql-communication-semistructured
diff --git a/jnosql-communication/pom.xml b/jnosql-communication/pom.xml
index 23dec7073..3aef25645 100644
--- a/jnosql-communication/pom.xml
+++ b/jnosql-communication/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.1-SNAPSHOT
+ 1.1.1
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 648d2bc02..1833857e4 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-api-core
diff --git a/jnosql-mapping/jnosql-mapping-column/pom.xml b/jnosql-mapping/jnosql-mapping-column/pom.xml
index aab8de355..3d5ce42a7 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-column
diff --git a/jnosql-mapping/jnosql-mapping-core/pom.xml b/jnosql-mapping/jnosql-mapping-core/pom.xml
index 82570bf21..2b883073b 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-core
diff --git a/jnosql-mapping/jnosql-mapping-document/pom.xml b/jnosql-mapping/jnosql-mapping-document/pom.xml
index 813ad62af..7c2d6fdba 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-document
diff --git a/jnosql-mapping/jnosql-mapping-graph/pom.xml b/jnosql-mapping/jnosql-mapping-graph/pom.xml
index 4182d6bad..23c3d95c8 100644
--- a/jnosql-mapping/jnosql-mapping-graph/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-graph/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-graph
diff --git a/jnosql-mapping/jnosql-mapping-key-value/pom.xml b/jnosql-mapping/jnosql-mapping-key-value/pom.xml
index 11f913ce9..0a82091a7 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-key-value
diff --git a/jnosql-mapping/jnosql-mapping-reflection/pom.xml b/jnosql-mapping/jnosql-mapping-reflection/pom.xml
index ae5a95aac..7c789fbd6 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-reflection
diff --git a/jnosql-mapping/jnosql-mapping-semistructured/pom.xml b/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
index 5c814aeb1..aa95f3ab7 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.1-SNAPSHOT
+ 1.1.1
jnosql-mapping-semistructured
diff --git a/jnosql-mapping/pom.xml b/jnosql-mapping/pom.xml
index da256f978..8c0fe3a9c 100644
--- a/jnosql-mapping/pom.xml
+++ b/jnosql-mapping/pom.xml
@@ -22,7 +22,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.1-SNAPSHOT
+ 1.1.1
diff --git a/pom.xml b/pom.xml
index 11bd87462..9029ea812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.1-SNAPSHOT
+ 1.1.1
pom
Eclipse JNoSQL
The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java
diff --git a/tck-runner/pom.xml b/tck-runner/pom.xml
index a0cd50016..767449021 100644
--- a/tck-runner/pom.xml
+++ b/tck-runner/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.1-SNAPSHOT
+ 1.1.1
tck.runner.jnosql