From 4224e717283b642a21ffef3a678d409c8ba96af7 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sun, 1 Oct 2023 16:19:11 +0100 Subject: [PATCH 1/3] docs: update documentation to latest version Signed-off-by: Otavio Santana --- README.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 47fa915c..a95d3521 100644 --- a/README.adoc +++ b/README.adoc @@ -61,7 +61,7 @@ After removing the reflection engine, include the Java Annotation Processor. The org.eclipse.jnosql.lite mapping-lite-processor - 1.0.1 + 1.0.2 provided ---- @@ -83,7 +83,7 @@ After removing the reflection engine, include the Java Annotation Processor. The org.eclipse.jnosql.lite mapping-lite-processor - 1.0.1 + 1.0.2 @@ -120,7 +120,7 @@ Eclipse JNoSQL provide support for bean validation. It will validate before inse org.eclipse.jnosql.mapping jnosql-mapping-validation - 1.0.1 + 1.0.2 ---- @@ -172,7 +172,7 @@ Graph connections is a project that contains several `GraphConfiguration` implem org.eclipse.jnosql.mapping jnosql-jnosql-graph-connections - 1.0.1 + 1.0.2 ---- @@ -302,13 +302,13 @@ The Criteria API can be used via CriteriaDocumentTemplate. org.eclipse.jnosql.mapping jnosql-metamodel-processor-extension - 1.0.1 + 1.0.2 true org.eclipse.jnosql.mapping jnosql-criteria-extension - 1.0.1 + 1.0.2 ---- From 6f4dc965af503e43a9546ffac9be055cb8074a07 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sun, 1 Oct 2023 16:19:39 +0100 Subject: [PATCH 2/3] docs: update changelog Signed-off-by: Otavio Santana --- CHANGELOG.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f03e2830..16d87d2c 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 - Add support to CDI Lite as extension From 6660e8ee78d477cabf9f4dde0ab6e5f1e48c70f7 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sun, 1 Oct 2023 16:22:23 +0100 Subject: [PATCH 3/3] chore: update version to 1.0.2 Signed-off-by: Otavio Santana --- jnosql-criteria-extension/pom.xml | 2 +- jnosql-graph-connections/pom.xml | 2 +- jnosql-lite/mapping-lite-column-test/pom.xml | 2 +- jnosql-lite/mapping-lite-core-test/pom.xml | 2 +- jnosql-lite/mapping-lite-document-test/pom.xml | 2 +- jnosql-lite/mapping-lite-graph-test/pom.xml | 2 +- jnosql-lite/mapping-lite-key-value-test/pom.xml | 2 +- jnosql-lite/mapping-lite-processor/pom.xml | 2 +- jnosql-lite/pom.xml | 2 +- jnosql-mapping-validation/pom.xml | 2 +- jnosql-metamodel-extension/pom.xml | 2 +- jnosql-metamodel-processor-extension/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/jnosql-criteria-extension/pom.xml b/jnosql-criteria-extension/pom.xml index 6c15352b..e9d9e941 100644 --- a/jnosql-criteria-extension/pom.xml +++ b/jnosql-criteria-extension/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.0.2-SNAPSHOT + 1.0.2 jnosql-criteria-extension diff --git a/jnosql-graph-connections/pom.xml b/jnosql-graph-connections/pom.xml index 11396356..97d3510e 100644 --- a/jnosql-graph-connections/pom.xml +++ b/jnosql-graph-connections/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.0.2-SNAPSHOT + 1.0.2 jnosql-graph-connections diff --git a/jnosql-lite/mapping-lite-column-test/pom.xml b/jnosql-lite/mapping-lite-column-test/pom.xml index 190735bf..8607fa7b 100644 --- a/jnosql-lite/mapping-lite-column-test/pom.xml +++ b/jnosql-lite/mapping-lite-column-test/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.lite jnosql-lite-parent - 1.0.2-SNAPSHOT + 1.0.2 mapping-lite-column-test diff --git a/jnosql-lite/mapping-lite-core-test/pom.xml b/jnosql-lite/mapping-lite-core-test/pom.xml index 12d30fea..bdfb880f 100644 --- a/jnosql-lite/mapping-lite-core-test/pom.xml +++ b/jnosql-lite/mapping-lite-core-test/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.lite jnosql-lite-parent - 1.0.2-SNAPSHOT + 1.0.2 mapping-lite-core-test diff --git a/jnosql-lite/mapping-lite-document-test/pom.xml b/jnosql-lite/mapping-lite-document-test/pom.xml index 729973bc..2fd53c25 100644 --- a/jnosql-lite/mapping-lite-document-test/pom.xml +++ b/jnosql-lite/mapping-lite-document-test/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.lite jnosql-lite-parent - 1.0.2-SNAPSHOT + 1.0.2 mapping-lite-document-test diff --git a/jnosql-lite/mapping-lite-graph-test/pom.xml b/jnosql-lite/mapping-lite-graph-test/pom.xml index 72818602..4f8fb9ef 100644 --- a/jnosql-lite/mapping-lite-graph-test/pom.xml +++ b/jnosql-lite/mapping-lite-graph-test/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.lite jnosql-lite-parent - 1.0.2-SNAPSHOT + 1.0.2 mapping-lite-graph-test diff --git a/jnosql-lite/mapping-lite-key-value-test/pom.xml b/jnosql-lite/mapping-lite-key-value-test/pom.xml index a5061541..f9595978 100644 --- a/jnosql-lite/mapping-lite-key-value-test/pom.xml +++ b/jnosql-lite/mapping-lite-key-value-test/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.lite jnosql-lite-parent - 1.0.2-SNAPSHOT + 1.0.2 mapping-lite-key-value-test diff --git a/jnosql-lite/mapping-lite-processor/pom.xml b/jnosql-lite/mapping-lite-processor/pom.xml index 32884382..eef8f022 100644 --- a/jnosql-lite/mapping-lite-processor/pom.xml +++ b/jnosql-lite/mapping-lite-processor/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.lite jnosql-lite-parent - 1.0.2-SNAPSHOT + 1.0.2 mapping-lite-processor diff --git a/jnosql-lite/pom.xml b/jnosql-lite/pom.xml index 8139c4c6..eeb89495 100644 --- a/jnosql-lite/pom.xml +++ b/jnosql-lite/pom.xml @@ -24,7 +24,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.0.2-SNAPSHOT + 1.0.2 org.eclipse.jnosql.lite diff --git a/jnosql-mapping-validation/pom.xml b/jnosql-mapping-validation/pom.xml index 3a9b00fd..20fd95c3 100644 --- a/jnosql-mapping-validation/pom.xml +++ b/jnosql-mapping-validation/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.0.2-SNAPSHOT + 1.0.2 jnosql-mapping-validation diff --git a/jnosql-metamodel-extension/pom.xml b/jnosql-metamodel-extension/pom.xml index a29039e8..fd015742 100644 --- a/jnosql-metamodel-extension/pom.xml +++ b/jnosql-metamodel-extension/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.0.2-SNAPSHOT + 1.0.2 jnosql-metamodel-extension diff --git a/jnosql-metamodel-processor-extension/pom.xml b/jnosql-metamodel-processor-extension/pom.xml index d849e293..04df1d72 100644 --- a/jnosql-metamodel-processor-extension/pom.xml +++ b/jnosql-metamodel-processor-extension/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.0.2-SNAPSHOT + 1.0.2 jnosql-metamodel-processor-extension diff --git a/pom.xml b/pom.xml index 2b6136f3..e4424d6c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-parent - 1.0.2-SNAPSHOT + 1.0.2 jnosql-mapping-extensions