From 4963c7776a179f13c4441129be8bef4ceef23ee5 Mon Sep 17 00:00:00 2001 From: Ryan Lubke Date: Tue, 18 Jul 2023 17:18:31 -0700 Subject: [PATCH] Set version to 2.0.1 for the release --- 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 515898d..35e0ddb 100644 --- a/carts/pom.xml +++ b/carts/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon carts jar - 2.0.1-SNAPSHOT + 2.0.1 ${project.artifactId} Shopping Cart service for Helidon Sock Shop demo application diff --git a/catalog/pom.xml b/catalog/pom.xml index 53b2591..e37dd4c 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon catalog jar - 2.0.1-SNAPSHOT + 2.0.1 com.oracle.coherence.examples.sockshop.helidon.catalog.Application diff --git a/k8s/coherence/carts/app.yaml b/k8s/coherence/carts/app.yaml index 1121303..e4f4fa2 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:latest + image: ghcr.io/oracle/coherence-helidon-sockshop-carts:2.0.1 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/catalog/app.yaml b/k8s/coherence/catalog/app.yaml index 7687bee..20f9cc2 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:latest + image: ghcr.io/oracle/coherence-helidon-sockshop-catalog:2.0.1 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/orders/app.yaml b/k8s/coherence/orders/app.yaml index 04959b2..2288336 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:latest + image: ghcr.io/oracle/coherence-helidon-sockshop-orders:2.0.1 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/payment/app.yaml b/k8s/coherence/payment/app.yaml index 09a5cff..5352e2e 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:latest + image: ghcr.io/oracle/coherence-helidon-sockshop-payment:2.0.1 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/shipping/app.yaml b/k8s/coherence/shipping/app.yaml index 4bc4ff3..3026b95 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:latest + image: ghcr.io/oracle/coherence-helidon-sockshop-shipping:2.0.1 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/k8s/coherence/users/app.yaml b/k8s/coherence/users/app.yaml index 0c32bca..4515f26 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:latest + image: ghcr.io/oracle/coherence-helidon-sockshop-users:2.0.1 env: - name: TRACING_HOST value: "jaeger-collector" diff --git a/orders/pom.xml b/orders/pom.xml index 966552f..4ebea06 100644 --- a/orders/pom.xml +++ b/orders/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon orders jar - 2.0.1-SNAPSHOT + 2.0.1 com.oracle.coherence.examples.sockshop.helidon.orders.Application diff --git a/payment/pom.xml b/payment/pom.xml index c792252..40a60bc 100644 --- a/payment/pom.xml +++ b/payment/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon payment jar - 2.0.1-SNAPSHOT + 2.0.1 com.oracle.coherence.examples.sockshop.helidon.payment.Application diff --git a/pom.xml b/pom.xml index 0101581..3f09b1c 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.oracle.coherence.examples.sockshop.helidon sockshop-coh pom - 2.0.1-SNAPSHOT + 2.0.1 carts diff --git a/shipping/pom.xml b/shipping/pom.xml index 0fdf92a..b979d9f 100644 --- a/shipping/pom.xml +++ b/shipping/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon shipping jar - 2.0.1-SNAPSHOT + 2.0.1 com.oracle.coherence.examples.sockshop.helidon.shipping.Application diff --git a/users/pom.xml b/users/pom.xml index 3034343..0011e25 100644 --- a/users/pom.xml +++ b/users/pom.xml @@ -21,7 +21,7 @@ com.oracle.coherence.examples.sockshop.helidon users jar - 2.0.1-SNAPSHOT + 2.0.1 com.oracle.coherence.examples.sockshop.helidon.users.Application