Skip to content

Commit

Permalink
feat: update version to 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed May 25, 2024
1 parent 79c91eb commit bab5583
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 19 deletions.
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

0 comments on commit bab5583

Please sign in to comment.