Skip to content

Commit

Permalink
Merge pull request #103 from jakartaee/update-version
Browse files Browse the repository at this point in the history
Release version 1.0.0-b1
  • Loading branch information
otaviojava authored Dec 29, 2022
2 parents 7267478 + f5a9662 commit 2118f05
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog]
and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].

== 1.0.0
== [Unreleased]

=== Changed
== [1.0.0-b1] - 2022-12-27


=== Added

* jakarta-data-api
* Removed `hamcrest-all` in favour of `assertj-core`
* Changed the assertions in `PageableTest` and `SortTest`
* Removed redundant tests on `SortTest`
** Removed `hamcrest-all` in favour of `assertj-core`
** Changed the assertions in `PageableTest` and `SortTest`
** Removed redundant tests on `SortTest`
* jakarta-data-parent
* Updated the following libraries
* `mockito`.version` to `4.8.0`
* `junit` to `5.9.0`
* Fix typo on `mockito.version`
** Updated the following libraries
* Add initial TCK structure
* 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-b1</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-b1</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-b1</version>
</parent>

<artifactId>jakarta-data-spec</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-b1</version>
</parent>

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

0 comments on commit 2118f05

Please sign in to comment.