Skip to content

Commit

Permalink
Merge pull request #465 from eclipse/release-1-0-4
Browse files Browse the repository at this point in the history
Release version 1.0.4
  • Loading branch information
otaviojava committed Dec 19, 2023
2 parents c30384e + 188f89e commit f54573a
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Expand Up @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version

== [Unreleased]

== [1.0.4] - 2023-12-19

=== Fixed

- Fix serialization when the entity has constructor with simple generic types
Expand Down
8 changes: 4 additions & 4 deletions README.adoc
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.0.3</version>
<version>1.0.4</version>
</dependency>
----

Expand Down Expand Up @@ -278,7 +278,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.0.3</version>
<version>1.0.4</version>
</dependency>
----

Expand Down Expand Up @@ -375,7 +375,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.0.3</version>
<version>1.0.4</version>
</dependency>
----

Expand Down Expand Up @@ -473,7 +473,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types:
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-graph</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion jnosql-communication/jnosql-communication-column/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-communication-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-communication/jnosql-communication-core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-communication-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-communication/jnosql-communication-document/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-communication-document</artifactId>
Expand Down
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

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

<artifactId>jnosql-communication-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-communication/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql</groupId>
<artifactId>jnosql-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<groupId>org.eclipse.jnosql.communication</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-api-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

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

<artifactId>jnosql-mapping-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-mapping-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-document/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-mapping-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-graph/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-mapping-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-key-value/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-mapping-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/jnosql-mapping-reflection/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>jnosql-mapping-reflection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.jnosql</groupId>
<artifactId>jnosql-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>org.eclipse.jnosql</groupId>
<artifactId>jnosql-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</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 f54573a

Please sign in to comment.