diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 4510d8905..32acde0c5 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.0.2] - 2023-10-01
+
=== Added
- Create Metadata API project
@@ -30,7 +32,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
- Remove exception at the delete methods at the repositories proxies
- Add support to LIKE conditions parameterized at Repository methods annotated with `@Query`
- Enhance the error message when the entity in the repository does not have the Entity annotation
-- query specification doesnt allow for dashes in table names
+- query specification does not allow for dashes in table names
== [1.0.1] - 2023-7-31
diff --git a/README.adoc b/README.adoc
index 230d45699..a65b62dd9 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.0.1
+ 1.0.2
----
@@ -278,7 +278,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-column
- 1.0.1
+ 1.0.2
----
@@ -375,7 +375,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-document
- 1.0.1
+ 1.0.2
----
@@ -473,7 +473,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-graph
- 1.0.1
+ 1.0.2
----
diff --git a/jnosql-communication/jnosql-communication-column/pom.xml b/jnosql-communication/jnosql-communication-column/pom.xml
index 8149d68f2..b7c25e6ba 100644
--- a/jnosql-communication/jnosql-communication-column/pom.xml
+++ b/jnosql-communication/jnosql-communication-column/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.0.2-SNAPSHOT
+ 1.0.2
jnosql-communication-column
diff --git a/jnosql-communication/jnosql-communication-core/pom.xml b/jnosql-communication/jnosql-communication-core/pom.xml
index 608634712..c46fb7b07 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.0.2-SNAPSHOT
+ 1.0.2
jnosql-communication-core
diff --git a/jnosql-communication/jnosql-communication-document/pom.xml b/jnosql-communication/jnosql-communication-document/pom.xml
index 7b3737938..b20e2becb 100644
--- a/jnosql-communication/jnosql-communication-document/pom.xml
+++ b/jnosql-communication/jnosql-communication-document/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.0.2-SNAPSHOT
+ 1.0.2
jnosql-communication-document
diff --git a/jnosql-communication/jnosql-communication-key-value/pom.xml b/jnosql-communication/jnosql-communication-key-value/pom.xml
index 4b70eda83..fd13a97a7 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.0.2-SNAPSHOT
+ 1.0.2
jnosql-communication-key-value
diff --git a/jnosql-communication/jnosql-communication-query/pom.xml b/jnosql-communication/jnosql-communication-query/pom.xml
index d34729779..1bb974d80 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.0.2-SNAPSHOT
+ 1.0.2
jnosql-communication-query
diff --git a/jnosql-communication/pom.xml b/jnosql-communication/pom.xml
index cfbc539c0..8965bfb03 100644
--- a/jnosql-communication/pom.xml
+++ b/jnosql-communication/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.0.2-SNAPSHOT
+ 1.0.2
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 cef164d9b..904dd2ff4 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.0.2-SNAPSHOT
+ 1.0.2
jnosql-mapping-api-core
diff --git a/jnosql-mapping/jnosql-mapping-column/pom.xml b/jnosql-mapping/jnosql-mapping-column/pom.xml
index bff5dddf2..940ba5a47 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.0.2-SNAPSHOT
+ 1.0.2
jnosql-mapping-column
diff --git a/jnosql-mapping/jnosql-mapping-core/pom.xml b/jnosql-mapping/jnosql-mapping-core/pom.xml
index d66579194..88e0ea50a 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.0.2-SNAPSHOT
+ 1.0.2
jnosql-mapping-core
diff --git a/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/config/MicroProfileSettings.java b/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/config/MicroProfileSettings.java
index 55ff79f95..425c7b712 100644
--- a/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/config/MicroProfileSettings.java
+++ b/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/config/MicroProfileSettings.java
@@ -96,7 +96,9 @@ public List