From deaf24b7b661ddfa0968fdabaea6bb9b6c008660 Mon Sep 17 00:00:00 2001 From: Ryan Lubke Date: Tue, 4 Apr 2023 04:12:22 -0700 Subject: [PATCH] Prepare for release 2.0.0 --- carts/pom.xml | 2 +- catalog/pom.xml | 2 +- k8s/coherence/carts/app.yaml | 2 +- k8s/coherence/catalog/app.yaml | 2 +- k8s/coherence/orders/app.yaml | 2 +- k8s/coherence/payment/app.yaml | 2 +- k8s/coherence/shipping/app.yaml | 2 +- k8s/coherence/users/app.yaml | 2 +- orders/pom.xml | 2 +- payment/pom.xml | 2 +- pom.xml | 2 +- shipping/pom.xml | 2 +- users/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/carts/pom.xml b/carts/pom.xml index 8f82238..ae903f2 100644 --- a/carts/pom.xml +++ b/carts/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon carts jar - 1.2.3 + 2.0.0 ${project.artifactId} Shopping Cart service for Helidon Sock Shop demo application diff --git a/catalog/pom.xml b/catalog/pom.xml index f01df4a..6c630f6 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon catalog jar - 1.2.3 + 2.0.0 com.oracle.coherence.examples.sockshop.helidon.catalog.Application diff --git a/k8s/coherence/carts/app.yaml b/k8s/coherence/carts/app.yaml index a28e15d..d735489 100644 --- a/k8s/coherence/carts/app.yaml +++ b/k8s/coherence/carts/app.yaml @@ -12,7 +12,7 @@ spec: cluster: SockShop role: Carts replicas: 1 - image: ghcr.io/oracle/coherence-helidon-sockshop-carts:1.2.3 + image: ghcr.io/oracle/coherence-helidon-sockshop-carts:2.0.0 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/catalog/app.yaml b/k8s/coherence/catalog/app.yaml index 366dfde..8328fc7 100644 --- a/k8s/coherence/catalog/app.yaml +++ b/k8s/coherence/catalog/app.yaml @@ -12,7 +12,7 @@ spec: cluster: SockShop role: Catalog replicas: 1 - image: ghcr.io/oracle/coherence-helidon-sockshop-catalog:1.2.3 + image: ghcr.io/oracle/coherence-helidon-sockshop-catalog:2.0.0 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/orders/app.yaml b/k8s/coherence/orders/app.yaml index c2e5a48..3d7958b 100644 --- a/k8s/coherence/orders/app.yaml +++ b/k8s/coherence/orders/app.yaml @@ -12,7 +12,7 @@ spec: cluster: SockShop role: Orders replicas: 1 - image: ghcr.io/oracle/coherence-helidon-sockshop-orders:1.2.3 + image: ghcr.io/oracle/coherence-helidon-sockshop-orders:2.0.0 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/payment/app.yaml b/k8s/coherence/payment/app.yaml index facce23..40412c1 100644 --- a/k8s/coherence/payment/app.yaml +++ b/k8s/coherence/payment/app.yaml @@ -12,7 +12,7 @@ spec: cluster: SockShop role: Payment replicas: 1 - image: ghcr.io/oracle/coherence-helidon-sockshop-payment:1.2.3 + image: ghcr.io/oracle/coherence-helidon-sockshop-payment:2.0.0 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/shipping/app.yaml b/k8s/coherence/shipping/app.yaml index f47c16c..a1f4248 100644 --- a/k8s/coherence/shipping/app.yaml +++ b/k8s/coherence/shipping/app.yaml @@ -12,7 +12,7 @@ spec: cluster: SockShop role: Shipping replicas: 1 - image: ghcr.io/oracle/coherence-helidon-sockshop-shipping:1.2.3 + image: ghcr.io/oracle/coherence-helidon-sockshop-shipping:2.0.0 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/users/app.yaml b/k8s/coherence/users/app.yaml index 34e43ef..6bd5425 100644 --- a/k8s/coherence/users/app.yaml +++ b/k8s/coherence/users/app.yaml @@ -12,7 +12,7 @@ spec: cluster: SockShop role: Users replicas: 1 - image: ghcr.io/oracle/coherence-helidon-sockshop-users:1.2.3 + image: ghcr.io/oracle/coherence-helidon-sockshop-users:2.0.0 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/orders/pom.xml b/orders/pom.xml index cbcf47c..458227e 100644 --- a/orders/pom.xml +++ b/orders/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon orders jar - 1.2.3 + 2.0.0 com.oracle.coherence.examples.sockshop.helidon.orders.Application diff --git a/payment/pom.xml b/payment/pom.xml index 29198fd..3949677 100644 --- a/payment/pom.xml +++ b/payment/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon payment jar - 1.2.3 + 2.0.0 com.oracle.coherence.examples.sockshop.helidon.payment.Application diff --git a/pom.xml b/pom.xml index 755a471..9e5e926 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.oracle.coherence.examples.sockshop.helidon sockshop-coh pom - 1.2.3 + 2.0.0 carts diff --git a/shipping/pom.xml b/shipping/pom.xml index 22a292c..ce71483 100644 --- a/shipping/pom.xml +++ b/shipping/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon shipping jar - 1.2.3 + 2.0.0 com.oracle.coherence.examples.sockshop.helidon.shipping.Application diff --git a/users/pom.xml b/users/pom.xml index 70d3827..ae92174 100644 --- a/users/pom.xml +++ b/users/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon users jar - 1.2.3 + 2.0.0 com.oracle.coherence.examples.sockshop.helidon.users.Application