Skip to content

Commit

Permalink
2.2.4 Release (#459)
Browse files Browse the repository at this point in the history
* Bumps to the latest version available all the project dependencies

* [maven-release-plugin] prepare release 2.2.4

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: Fabio Borriello <[email protected]>
  • Loading branch information
fborriello and Fabio Borriello authored Jan 3, 2024
1 parent b10688b commit d8bfc18
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-JDK11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

### [2.1.4-jdk11] 2024.01.03
* Bumps to the latest version available all the project dependencies

### [2.1.3-jdk11] 2022.12.01
* Adds the Bill of Materials (BOM) module
* Replaces javax with jakarta
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

### [2.2.4] 2024.01.03
* Bumps to the latest version available all the project dependencies

### [2.2.3] 2022.12.01
* Replaces javax with jakarta
* Add the possibility to customize the special types avoiding any transformation on them
Expand Down
2 changes: 1 addition & 1 deletion bull-bean-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.expediagroup.beans</groupId>
<artifactId>bean-utils-library-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bull-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.expediagroup.beans</groupId>
<artifactId>bean-utils-library-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion bull-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.expediagroup.beans</groupId>
<artifactId>bean-utils-library-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bull-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.expediagroup.beans</groupId>
<artifactId>bean-utils-library-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bull-map-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>bean-utils-library-parent</artifactId>
<groupId>com.expediagroup.beans</groupId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bull-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>bean-utils-library-parent</artifactId>
<groupId>com.expediagroup.beans</groupId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.expediagroup.beans</groupId>
<artifactId>bean-utils-library-parent</artifactId>
<url>https://github.com/ExpediaGroup/bull</url>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
<packaging>pom</packaging>
<inceptionYear>2019</inceptionYear>
<description>
Expand Down

0 comments on commit d8bfc18

Please sign in to comment.