Skip to content

Commit

Permalink
Merge pull request #175 from jakartaee/upgrade-m1
Browse files Browse the repository at this point in the history
Upgrade M1 version
  • Loading branch information
otaviojava authored Mar 23, 2024
2 parents 1d14d12 + 4e9f998 commit 0e207bd
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version

== [Unreleased]

== [1.0.0-M1] - 2024-03-23

=== Removed

- Remove document API
- Remove column API
- Remove key-value API

=== Changed

- Define Entity by Jakarta NoSQL
- Define inheritance by Jakarta NoSQL
- Define MappedSuperclass by Jakarta NoSQL
- Define Embeddable by Jakarta NoSQL

=== Added

- add MappedSuperclass, Embeddable, Inheritance, DiscriminatorColumn, DiscriminatorValue annotations

== [1.0.0-b7] - 2023-06-22

=== Added
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The `Template` interface provides specialized methods to leverage the features o
<dependency>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta.nosql-api</artifactId>
<version>1.0.0-b7</version>
<version>1.0.0-M1</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta.nosql-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>jakarta.nosql-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>jakarta.nosql</groupId>
<artifactId>jakarta.nosql-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
<packaging>pom</packaging>

<name>Jakarta NoSQL</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta.nosql-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>jakarta.nosql-spec</artifactId>
Expand Down

0 comments on commit 0e207bd

Please sign in to comment.