Skip to content

Commit

Permalink
Upgrade to latest helidon/coherence versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed May 2, 2022
1 parent 98ca34e commit d0c676d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<relativePath/>
</parent>

<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>carts</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<name>${project.artifactId}</name>
<description>Shopping Cart service for Helidon Sock Shop demo application</description>
Expand All @@ -33,9 +33,9 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>21.12</version.lib.coherence>
<version.lib.coherence>21.12.4</version.lib.coherence>
<version.lib.lombok>1.18.18</version.lib.lombok>
<version.lib.junit>5.7.1</version.lib.junit>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.rest-assured>4.3.3</version.lib.rest-assured>
<version.plugin.surefire>2.22.2</version.plugin.surefire>
Expand Down
8 changes: 4 additions & 4 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<relativePath/>
</parent>

<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>catalog</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.catalog.Application</mainClass>
Expand All @@ -30,9 +30,9 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>21.12</version.lib.coherence>
<version.lib.coherence>21.12.4</version.lib.coherence>
<version.lib.lombok>1.18.18</version.lib.lombok>
<version.lib.junit>5.7.1</version.lib.junit>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.rest-assured>4.3.3</version.lib.rest-assured>
<version.plugin.surefire>2.22.2</version.plugin.surefire>
Expand Down
8 changes: 4 additions & 4 deletions orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<relativePath/>
</parent>

<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>orders</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.orders.Application</mainClass>
Expand All @@ -31,9 +31,9 @@

<!-- dependencies -->
<version.lib.bedrock>5.0.16</version.lib.bedrock>
<version.lib.coherence>21.12</version.lib.coherence>
<version.lib.coherence>21.12.4</version.lib.coherence>
<version.lib.lombok>1.18.18</version.lib.lombok>
<version.lib.junit>5.7.1</version.lib.junit>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.rest-assured>4.3.3</version.lib.rest-assured>
<version.plugin.surefire>2.22.2</version.plugin.surefire>
Expand Down
8 changes: 4 additions & 4 deletions payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<relativePath/>
</parent>

<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>payment</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.payment.Application</mainClass>
Expand All @@ -30,9 +30,9 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>21.12</version.lib.coherence>
<version.lib.coherence>21.12.4</version.lib.coherence>
<version.lib.lombok>1.18.18</version.lib.lombok>
<version.lib.junit>5.7.1</version.lib.junit>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.mockito>2.23.4</version.lib.mockito>
<version.lib.rest-assured>4.3.3</version.lib.rest-assured>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>sockshop-coh</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<modules>
<module>carts</module>
Expand Down
8 changes: 4 additions & 4 deletions shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<relativePath/>
</parent>

<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>shipping</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.shipping.Application</mainClass>
Expand All @@ -30,9 +30,9 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>21.12</version.lib.coherence>
<version.lib.coherence>21.12.4</version.lib.coherence>
<version.lib.lombok>1.18.18</version.lib.lombok>
<version.lib.junit>5.7.1</version.lib.junit>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.rest-assured>4.3.3</version.lib.rest-assured>
<version.plugin.surefire>2.22.2</version.plugin.surefire>
Expand Down
8 changes: 4 additions & 4 deletions users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<relativePath/>
</parent>

<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>users</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.users.Application</mainClass>
<container.repo>ghcr.io/oracle/coherence-helidon-sockshop</container.repo>
<container.version>${project.version}</container.version>
<jib.goal>dockerBuild</jib.goal>

<version.lib.coherence>21.12</version.lib.coherence>
<version.lib.coherence>21.12.4</version.lib.coherence>
<version.lib.lombok>1.18.18</version.lib.lombok>
<version.lib.junit>5.7.1</version.lib.junit>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.rest-assured>4.3.3</version.lib.rest-assured>
<version.plugin.surefire>2.22.2</version.plugin.surefire>
Expand Down

0 comments on commit d0c676d

Please sign in to comment.