Skip to content

Commit

Permalink
Merge pull request #24 from oracle/int-23.03.1
Browse files Browse the repository at this point in the history
Integrate Helidon 3.2.2 and Coherence 23.03.1
  • Loading branch information
rlubke authored Jul 18, 2023
2 parents fd5fa59 + 09c410e commit 18e65bc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ services, which can be accessed using the links above.

## Project Structure

Each back end service described above has its own Github repo, so it can be versioned
and released independently from other services.
Each back end service described above has its own GitHub repo, so it can be versioned
and released independently of other services.

In addition to that, there is also a main
[Sock Shop](.) repository (the one you are
currently in), which contains Kubernetes deployment files for the whole application,
top-level POM file which allows you to easily build the whole project and import it
into your favorite IDE, and a _bash_ script that makes it easy to checkout and update
into your favorite IDE, and a _bash_ script that makes it easy to check out and update
all project repositories at once.

## Pre-Requisites
Expand Down
4 changes: 2 additions & 2 deletions carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -33,7 +33,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.03</version.lib.coherence>
<version.lib.coherence>23.03.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.03</version.lib.coherence>
<version.lib.coherence>23.03.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -31,7 +31,7 @@

<!-- dependencies -->
<version.lib.bedrock>5.0.16</version.lib.bedrock>
<version.lib.coherence>23.03</version.lib.coherence>
<version.lib.coherence>23.03.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.03</version.lib.coherence>
<version.lib.coherence>23.03.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.03</version.lib.coherence>
<version.lib.coherence>23.03.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -29,7 +29,7 @@
<container.version>${project.version}</container.version>
<jib.goal>dockerBuild</jib.goal>

<version.lib.coherence>23.03</version.lib.coherence>
<version.lib.coherence>23.03.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down

0 comments on commit 18e65bc

Please sign in to comment.