Skip to content

Commit

Permalink
Merge pull request #555 from eclipse/1_1_2_release
Browse files Browse the repository at this point in the history
Release version 1.1.2
  • Loading branch information
otaviojava authored Sep 15, 2024
2 parents ddc2715 + 4b2e024 commit 86ab328
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 17 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.2] - 2023-09-15

=== Added

- Enables custom Repository
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Eclipse JNoSQL offers a mapping implementation for Key-Value NoSQL types:
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-key-value</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
----

Expand Down Expand Up @@ -276,7 +276,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-column</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
----

Expand Down Expand Up @@ -374,7 +374,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-document</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
----

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

<artifactId>jnosql-communication-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>jnosql-communication-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-communication/jnosql-communication-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>jnosql-communication-query</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

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

<groupId>org.eclipse.jnosql.communication</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-api-core/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.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

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

<artifactId>jnosql-mapping-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-core/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.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>jnosql-mapping-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-document/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-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>jnosql-mapping-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-key-value/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-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>jnosql-mapping-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-reflection/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.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

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

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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>org.eclipse.jnosql</groupId>
<artifactId>jnosql-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>
<name>Eclipse JNoSQL</name>
<description>The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java
Expand Down

0 comments on commit 86ab328

Please sign in to comment.