Skip to content

Commit

Permalink
chore: release a new version 1.0.4#
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Dec 19, 2023
1 parent c30384e commit cc0c799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.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
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.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

0 comments on commit cc0c799

Please sign in to comment.