Skip to content

Commit 0e207bd

Browse files
authored
Merge pull request #175 from jakartaee/upgrade-m1
Upgrade M1 version
2 parents 1d14d12 + 4e9f998 commit 0e207bd

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

CHANGELOG.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
== [Unreleased]
1010

11+
== [1.0.0-M1] - 2024-03-23
12+
13+
=== Removed
14+
15+
- Remove document API
16+
- Remove column API
17+
- Remove key-value API
18+
19+
=== Changed
20+
21+
- Define Entity by Jakarta NoSQL
22+
- Define inheritance by Jakarta NoSQL
23+
- Define MappedSuperclass by Jakarta NoSQL
24+
- Define Embeddable by Jakarta NoSQL
25+
26+
=== Added
27+
28+
- add MappedSuperclass, Embeddable, Inheritance, DiscriminatorColumn, DiscriminatorValue annotations
29+
1130
== [1.0.0-b7] - 2023-06-22
1231

1332
=== Added

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The `Template` interface provides specialized methods to leverage the features o
8484
<dependency>
8585
<groupId>jakarta.nosql</groupId>
8686
<artifactId>jakarta.nosql-api</artifactId>
87-
<version>1.0.0-b7</version>
87+
<version>1.0.0-M1</version>
8888
</dependency>
8989
----
9090

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>jakarta.nosql</groupId>
1717
<artifactId>jakarta.nosql-parent</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>1.0.0-M1</version>
1919
</parent>
2020

2121
<artifactId>jakarta.nosql-api</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>jakarta.nosql</groupId>
2222
<artifactId>jakarta.nosql-parent</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0-M1</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Jakarta NoSQL</name>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>jakarta.nosql</groupId>
1717
<artifactId>jakarta.nosql-parent</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>1.0.0-M1</version>
1919
</parent>
2020

2121
<artifactId>jakarta.nosql-spec</artifactId>

0 commit comments

Comments
 (0)