diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index b85ff74d5..27ff7ef11 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.3] - 2023-12-02
+
=== Added
- Add support to null values
diff --git a/README.adoc b/README.adoc
index c801a21fe..7b588616f 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.0.2
+ 1.0.3
----
@@ -179,7 +179,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-cassandra
- 1.0.2
+ 1.0.3
----
@@ -331,7 +331,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-couchbase
- 1.0.2
+ 1.0.3
----
@@ -457,7 +457,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-couchdb
- 1.0.2
+ 1.0.3
----
@@ -533,7 +533,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-dynamodb
- 1.0.2
+ 1.0.3
----
@@ -592,7 +592,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-elasticsearch
- 1.0.2
+ 1.0.3
----
@@ -676,7 +676,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-hazelcast
- 1.0.2
+ 1.0.3
----
@@ -784,7 +784,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-hbase
- 1.0.2
+ 1.0.3
----
@@ -827,7 +827,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-infinispan
- 1.0.2
+ 1.0.3
----
@@ -877,7 +877,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-memcached
- 1.0.2
+ 1.0.3
----
@@ -961,7 +961,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-mongodb
- 1.0.2
+ 1.0.3
----
@@ -1074,7 +1074,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-orientdb
- 1.0.2
+ 1.0.3
----
@@ -1185,7 +1185,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-ravendb
- 1.0.2
+ 1.0.3
----
@@ -1230,7 +1230,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-redis
- 1.0.2
+ 1.0.3
----
@@ -1337,7 +1337,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-redis
- 1.0.2
+ 1.0.3
----
@@ -1383,7 +1383,7 @@ You can use either the Maven or Gradle dependencies:
org.eclipse.jnosql.databases
jnosql-solr
- 1.0.2
+ 1.0.3
----
diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml
index c550a9cec..020fca9a3 100644
--- a/jnosql-arangodb/pom.xml
+++ b/jnosql-arangodb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-arangodb
diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml
index 2de3a5b29..494192740 100644
--- a/jnosql-cassandra/pom.xml
+++ b/jnosql-cassandra/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-cassandra
diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml
index 1b95072c3..d0dddf976 100644
--- a/jnosql-couchbase/pom.xml
+++ b/jnosql-couchbase/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-couchbase
diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml
index 5c887ca20..bd64befe6 100644
--- a/jnosql-couchdb/pom.xml
+++ b/jnosql-couchdb/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-couchdb
diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml
index 22d8b5b42..2f8c1d783 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.0.3-SNAPSHOT
+ 1.0.3
jnosql-database-commons
diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml
index 943aec7ed..999a9a2f0 100644
--- a/jnosql-dynamodb/pom.xml
+++ b/jnosql-dynamodb/pom.xml
@@ -15,7 +15,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-dynamodb
diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml
index 506b3d29c..8d8c9b655 100644
--- a/jnosql-elasticsearch/pom.xml
+++ b/jnosql-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-elasticsearch
diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml
index 8c8e8d3a3..82d74a164 100644
--- a/jnosql-hazelcast/pom.xml
+++ b/jnosql-hazelcast/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-hazelcast
diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml
index 56888453a..22808cc14 100644
--- a/jnosql-hbase/pom.xml
+++ b/jnosql-hbase/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-hbase
diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml
index b8026cd58..25e7bb4c1 100644
--- a/jnosql-infinispan/pom.xml
+++ b/jnosql-infinispan/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-infinispan
diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml
index bbdc7702b..45975a409 100644
--- a/jnosql-memcached/pom.xml
+++ b/jnosql-memcached/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-memcached
diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml
index fa52516c5..b4b7dc15c 100644
--- a/jnosql-mongodb/pom.xml
+++ b/jnosql-mongodb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-mongodb
diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml
index 4bbeb6701..3521c8045 100644
--- a/jnosql-orientdb/pom.xml
+++ b/jnosql-orientdb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-orientdb
diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml
index 4d16a068f..e262de43b 100644
--- a/jnosql-ravendb/pom.xml
+++ b/jnosql-ravendb/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-ravendb
diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml
index 2b7b4589d..276ec5ac0 100644
--- a/jnosql-redis/pom.xml
+++ b/jnosql-redis/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-redis
diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml
index 34ee871df..831be4d8a 100644
--- a/jnosql-riak/pom.xml
+++ b/jnosql-riak/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-riak
diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml
index fab7df563..6205bbea7 100644
--- a/jnosql-solr/pom.xml
+++ b/jnosql-solr/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.databases
jnosql-databases-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
jnosql-solr
diff --git a/pom.xml b/pom.xml
index 3b202a82c..555bebd5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.0.3-SNAPSHOT
+ 1.0.3
org.eclipse.jnosql.databases