Skip to content

Commit

Permalink
Merge pull request #123 from jakartaee/release-beta-2
Browse files Browse the repository at this point in the history
Update the beta version to release second beta of Jakarta-Data
  • Loading branch information
otaviojava authored Mar 4, 2023
2 parents 00720e0 + d76c1d0 commit 7ca18f6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version

== [Unreleased]

== [1.0.0-b2] - 2022-03-1

=== Added

* Increase documentation around Sort annotation

=== Removed

* Remove `Id` and `Entity` annotations
Expand All @@ -24,4 +30,4 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
* jakarta-data-parent
** Updated the following libraries
* Add initial TCK structure
* Add repository resource
* Add repository resource
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>jakarta.data</groupId>
<artifactId>jakarta-data-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b2</version>
</parent>

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

<groupId>jakarta.data</groupId>
<artifactId>jakarta-data-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b2</version>
<packaging>pom</packaging>

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

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

<artifactId>jakarta-data-tck-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.data</groupId>
<artifactId>jakarta-data-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b2</version>
</parent>

<artifactId>jakarta-data-tck</artifactId>
Expand Down

0 comments on commit 7ca18f6

Please sign in to comment.