Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version to 1.1.1 #122

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ After removing the reflection engine, include the Java Annotation Processor. The
<dependency>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>mapping-lite-processor</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
----
Expand All @@ -83,7 +83,7 @@ After removing the reflection engine, include the Java Annotation Processor. The
<path>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>mapping-lite-processor</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</path>
<!-- other annotation processors -->
</annotationProcessorPaths>
Expand Down Expand Up @@ -125,7 +125,7 @@ To enable the generation of the static metamodel for your entities, include the
<dependency>
<groupId>org.eclipse.jnosql.metamodel</groupId>
<artifactId>mapping-metamodel-processor</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
----
Expand Down Expand Up @@ -167,7 +167,7 @@ Eclipse JNoSQL provide support for bean validation. It will validate before inse
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-validation</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
----

Expand Down Expand Up @@ -219,7 +219,7 @@ Graph connections is a project that contains several `GraphConfiguration` implem
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-jnosql-graph-connections</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
----

Expand Down Expand Up @@ -349,13 +349,13 @@ The Criteria API can be used via CriteriaDocumentTemplate.
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-metamodel-processor-extension</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-criteria-extension</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion jnosql-graph-connections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>jnosql-graph-connections</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-lite/mapping-lite-column-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>jnosql-lite-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-lite-column-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-lite/mapping-lite-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>jnosql-lite-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-lite-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-lite/mapping-lite-document-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>jnosql-lite-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-lite-document-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-lite/mapping-lite-key-value-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>jnosql-lite-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-lite-key-value-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-lite/mapping-lite-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.lite</groupId>
<artifactId>jnosql-lite-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-lite-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<groupId>org.eclipse.jnosql.lite</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>jnosql-mapping-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-static-metamodel/jnosql-metamodel-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.metamodel</groupId>
<artifactId>jnosql-static-metamodel-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-metamodel-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-static-metamodel/jnosql-metamodel-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.metamodel</groupId>
<artifactId>jnosql-static-metamodel-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>mapping-lite-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-static-metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<groupId>org.eclipse.jnosql.metamodel</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>jnosql-mapping-extensions</artifactId>
Expand Down