Skip to content

Commit

Permalink
release 20230523 (#204)
Browse files Browse the repository at this point in the history
* chore: bump core version to 2.4.0

* chore: bump core version to 2.4.0 in generator
  • Loading branch information
dtayeh authored May 29, 2023
1 parent 3ec5c25 commit 4549fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.expediagroup.openworld.sdk</groupId>
<artifactId>openworld-java-sdk-core</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


<properties>
<revision>2.3.0</revision>
<revision>2.4.0</revision>
<!-- Target JDK8 Minimum -->
<java.release>1.8</java.release>
<maven.compiler.release>8</maven.compiler.release>
Expand Down

0 comments on commit 4549fa1

Please sign in to comment.