From c35557374f9cbeb94bcd2557b00bf8fd491d9d14 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sat, 2 Dec 2023 13:26:31 +0000 Subject: [PATCH 1/3] docs: update documentation to 1.0.3 Signed-off-by: Otavio Santana --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index a65b62dd9..13ce9dd51 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.2 + 1.0.3 ---- @@ -278,7 +278,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types: org.eclipse.jnosql.mapping jnosql-mapping-column - 1.0.2 + 1.0.3 ---- @@ -375,7 +375,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types: org.eclipse.jnosql.mapping jnosql-mapping-document - 1.0.2 + 1.0.3 ---- @@ -473,7 +473,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types: org.eclipse.jnosql.mapping jnosql-mapping-graph - 1.0.2 + 1.0.3 ---- From 4a95a9945027cf468fe43202c8c8bd06aecf6dcd Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sat, 2 Dec 2023 13:27:09 +0000 Subject: [PATCH 2/3] docs: update change log version Signed-off-by: Otavio Santana --- CHANGELOG.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 5605a4cd5..624ccfcbf 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 + === Changed - Add support to boolean values at the queries declaration From d982f072fbf0b9ade5f2bff06e7407b1bf9d90c4 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sat, 2 Dec 2023 13:28:04 +0000 Subject: [PATCH 3/3] chore: upgrade version to 1.0.3 Signed-off-by: Otavio Santana --- jnosql-communication/jnosql-communication-column/pom.xml | 2 +- jnosql-communication/jnosql-communication-core/pom.xml | 2 +- jnosql-communication/jnosql-communication-document/pom.xml | 2 +- jnosql-communication/jnosql-communication-key-value/pom.xml | 2 +- jnosql-communication/jnosql-communication-query/pom.xml | 2 +- jnosql-communication/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-api-core/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-column/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-core/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-document/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-graph/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-key-value/pom.xml | 2 +- jnosql-mapping/jnosql-mapping-reflection/pom.xml | 2 +- jnosql-mapping/pom.xml | 2 +- pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/jnosql-communication/jnosql-communication-column/pom.xml b/jnosql-communication/jnosql-communication-column/pom.xml index 8b33738d3..4f026f816 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.3-SNAPSHOT + 1.0.3 jnosql-communication-column diff --git a/jnosql-communication/jnosql-communication-core/pom.xml b/jnosql-communication/jnosql-communication-core/pom.xml index 6b4556cec..bea093aef 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.3-SNAPSHOT + 1.0.3 jnosql-communication-core diff --git a/jnosql-communication/jnosql-communication-document/pom.xml b/jnosql-communication/jnosql-communication-document/pom.xml index 3213ec478..482aac89b 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.3-SNAPSHOT + 1.0.3 jnosql-communication-document diff --git a/jnosql-communication/jnosql-communication-key-value/pom.xml b/jnosql-communication/jnosql-communication-key-value/pom.xml index a7c4b406e..d33af003e 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.3-SNAPSHOT + 1.0.3 jnosql-communication-key-value diff --git a/jnosql-communication/jnosql-communication-query/pom.xml b/jnosql-communication/jnosql-communication-query/pom.xml index 737ba71a4..2834365e4 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.3-SNAPSHOT + 1.0.3 jnosql-communication-query diff --git a/jnosql-communication/pom.xml b/jnosql-communication/pom.xml index e82c491d9..de9f5f0a1 100644 --- a/jnosql-communication/pom.xml +++ b/jnosql-communication/pom.xml @@ -23,7 +23,7 @@ org.eclipse.jnosql jnosql-parent - 1.0.3-SNAPSHOT + 1.0.3 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 ae4745782..4e568c6bc 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.3-SNAPSHOT + 1.0.3 jnosql-mapping-api-core diff --git a/jnosql-mapping/jnosql-mapping-column/pom.xml b/jnosql-mapping/jnosql-mapping-column/pom.xml index aadf434ec..35bdf525c 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.3-SNAPSHOT + 1.0.3 jnosql-mapping-column diff --git a/jnosql-mapping/jnosql-mapping-core/pom.xml b/jnosql-mapping/jnosql-mapping-core/pom.xml index ba0c8e9e0..6ef56e77e 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.3-SNAPSHOT + 1.0.3 jnosql-mapping-core diff --git a/jnosql-mapping/jnosql-mapping-document/pom.xml b/jnosql-mapping/jnosql-mapping-document/pom.xml index 035e35874..84911200b 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.0.3-SNAPSHOT + 1.0.3 jnosql-mapping-document diff --git a/jnosql-mapping/jnosql-mapping-graph/pom.xml b/jnosql-mapping/jnosql-mapping-graph/pom.xml index b617be98b..2bee890f6 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.0.3-SNAPSHOT + 1.0.3 jnosql-mapping-graph diff --git a/jnosql-mapping/jnosql-mapping-key-value/pom.xml b/jnosql-mapping/jnosql-mapping-key-value/pom.xml index e05e8d1bc..5e01543ab 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.0.3-SNAPSHOT + 1.0.3 jnosql-mapping-key-value diff --git a/jnosql-mapping/jnosql-mapping-reflection/pom.xml b/jnosql-mapping/jnosql-mapping-reflection/pom.xml index 3b3d5ee3d..5cc072f38 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.0.3-SNAPSHOT + 1.0.3 jnosql-mapping-reflection diff --git a/jnosql-mapping/pom.xml b/jnosql-mapping/pom.xml index ea9f7d66b..e2e172c80 100644 --- a/jnosql-mapping/pom.xml +++ b/jnosql-mapping/pom.xml @@ -22,7 +22,7 @@ org.eclipse.jnosql jnosql-parent - 1.0.3-SNAPSHOT + 1.0.3 diff --git a/pom.xml b/pom.xml index 51f1961fe..225e936b4 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.eclipse.jnosql jnosql-parent - 1.0.3-SNAPSHOT + 1.0.3 pom Eclipse JNoSQL The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java