diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 070c74a4..52d61afd 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 + === Added - Include static metamodel diff --git a/README.adoc b/README.adoc index 41d1d851..1afc92ac 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.1.0 + 1.1.1 provided ---- @@ -83,7 +83,7 @@ After removing the reflection engine, include the Java Annotation Processor. The org.eclipse.jnosql.lite mapping-lite-processor - 1.1.0 + 1.1.1 @@ -125,7 +125,7 @@ To enable the generation of the static metamodel for your entities, include the org.eclipse.jnosql.metamodel mapping-metamodel-processor - 1.1.0 + 1.1.1 provided ---- @@ -167,7 +167,7 @@ Eclipse JNoSQL provide support for bean validation. It will validate before inse org.eclipse.jnosql.mapping jnosql-mapping-validation - 1.1.0 + 1.1.1 ---- @@ -219,7 +219,7 @@ Graph connections is a project that contains several `GraphConfiguration` implem org.eclipse.jnosql.mapping jnosql-jnosql-graph-connections - 1.1.0 + 1.1.1 ---- @@ -349,13 +349,13 @@ The Criteria API can be used via CriteriaDocumentTemplate. org.eclipse.jnosql.mapping jnosql-metamodel-processor-extension - 1.1.0 + 1.1.1 true org.eclipse.jnosql.mapping jnosql-criteria-extension - 1.1.0 + 1.1.1 ---- diff --git a/jnosql-graph-connections/pom.xml b/jnosql-graph-connections/pom.xml index 7e7162b7..4904ce01 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.1.1-SNAPSHOT + 1.1.1 jnosql-graph-connections diff --git a/jnosql-lite/mapping-lite-column-test/pom.xml b/jnosql-lite/mapping-lite-column-test/pom.xml index 5a3f2f19..7e16ee39 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.1.1-SNAPSHOT + 1.1.1 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 e8986da1..76b34ec6 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.1.1-SNAPSHOT + 1.1.1 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 b9452381..29e10c62 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.1.1-SNAPSHOT + 1.1.1 mapping-lite-document-test diff --git a/jnosql-lite/mapping-lite-key-value-test/pom.xml b/jnosql-lite/mapping-lite-key-value-test/pom.xml index 8c27d1bc..ec9c3430 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.1.1-SNAPSHOT + 1.1.1 mapping-lite-key-value-test diff --git a/jnosql-lite/mapping-lite-processor/pom.xml b/jnosql-lite/mapping-lite-processor/pom.xml index 23a5fdb5..b711960d 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.1.1-SNAPSHOT + 1.1.1 mapping-lite-processor diff --git a/jnosql-lite/pom.xml b/jnosql-lite/pom.xml index 9f6824b5..e0e7f728 100644 --- a/jnosql-lite/pom.xml +++ b/jnosql-lite/pom.xml @@ -24,7 +24,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.1.1-SNAPSHOT + 1.1.1 org.eclipse.jnosql.lite diff --git a/jnosql-mapping-validation/pom.xml b/jnosql-mapping-validation/pom.xml index 3ff5266a..8b02e528 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.1.1-SNAPSHOT + 1.1.1 jnosql-mapping-validation diff --git a/jnosql-static-metamodel/jnosql-metamodel-processor/pom.xml b/jnosql-static-metamodel/jnosql-metamodel-processor/pom.xml index 948ba0aa..09e0eb8d 100644 --- a/jnosql-static-metamodel/jnosql-metamodel-processor/pom.xml +++ b/jnosql-static-metamodel/jnosql-metamodel-processor/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.metamodel jnosql-static-metamodel-parent - 1.1.1-SNAPSHOT + 1.1.1 mapping-metamodel-processor diff --git a/jnosql-static-metamodel/jnosql-metamodel-sample/pom.xml b/jnosql-static-metamodel/jnosql-metamodel-sample/pom.xml index 551c0bf7..7380e06c 100644 --- a/jnosql-static-metamodel/jnosql-metamodel-sample/pom.xml +++ b/jnosql-static-metamodel/jnosql-metamodel-sample/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.metamodel jnosql-static-metamodel-parent - 1.1.1-SNAPSHOT + 1.1.1 mapping-lite-sample diff --git a/jnosql-static-metamodel/pom.xml b/jnosql-static-metamodel/pom.xml index 01b82d7e..0c83a3ae 100644 --- a/jnosql-static-metamodel/pom.xml +++ b/jnosql-static-metamodel/pom.xml @@ -24,7 +24,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-extensions - 1.1.1-SNAPSHOT + 1.1.1 org.eclipse.jnosql.metamodel diff --git a/pom.xml b/pom.xml index 783c5a77..f4a4210b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-parent - 1.1.1-SNAPSHOT + 1.1.1 jnosql-mapping-extensions