From efd3f2748e900346b258069d9510a6d6e2efcc0b Mon Sep 17 00:00:00 2001 From: Ryan Lubke Date: Mon, 21 Oct 2024 14:18:19 -0700 Subject: [PATCH] Set version to 2.2.1 for the release (#123) --- 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 72fbf4a..580252f 100644 --- a/carts/pom.xml +++ b/carts/pom.xml @@ -96,7 +96,7 @@ com.oracle.coherence.examples.sockshop.micronaut carts - 2.2.1-SNAPSHOT + 2.2.1 diff --git a/catalog/pom.xml b/catalog/pom.xml index 89709c8..e014f4c 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -96,7 +96,7 @@ com.oracle.coherence.examples.sockshop.micronaut catalog - 2.2.1-SNAPSHOT + 2.2.1 diff --git a/k8s/coherence/carts/app.yaml b/k8s/coherence/carts/app.yaml index 20b9667..5959ac9 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-micronaut-sockshop-carts:latest + image: ghcr.io/oracle/coherence-micronaut-sockshop-carts:2.2.1 readinessProbe: initialDelaySeconds: 10 periodSeconds: 10 diff --git a/k8s/coherence/catalog/app.yaml b/k8s/coherence/catalog/app.yaml index d8b18a9..6691fdc 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-micronaut-sockshop-catalog:latest + image: ghcr.io/oracle/coherence-micronaut-sockshop-catalog:2.2.1 readinessProbe: initialDelaySeconds: 10 periodSeconds: 10 diff --git a/k8s/coherence/orders/app.yaml b/k8s/coherence/orders/app.yaml index 5449c44..c81c2de 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-micronaut-sockshop-orders:latest + image: ghcr.io/oracle/coherence-micronaut-sockshop-orders:2.2.1 readinessProbe: initialDelaySeconds: 10 periodSeconds: 10 diff --git a/k8s/coherence/payment/app.yaml b/k8s/coherence/payment/app.yaml index b356421..722e927 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-micronaut-sockshop-payment:latest + image: ghcr.io/oracle/coherence-micronaut-sockshop-payment:2.2.1 readinessProbe: initialDelaySeconds: 10 periodSeconds: 10 diff --git a/k8s/coherence/shipping/app.yaml b/k8s/coherence/shipping/app.yaml index dd5dfbc..ce55049 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-micronaut-sockshop-shipping:latest + image: ghcr.io/oracle/coherence-micronaut-sockshop-shipping:2.2.1 readinessProbe: initialDelaySeconds: 10 periodSeconds: 10 diff --git a/k8s/coherence/users/app.yaml b/k8s/coherence/users/app.yaml index 9e6e591..79d155c 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-micronaut-sockshop-users:latest + image: ghcr.io/oracle/coherence-micronaut-sockshop-users:2.2.1 readinessProbe: initialDelaySeconds: 10 periodSeconds: 10 diff --git a/orders/pom.xml b/orders/pom.xml index f6fce12..e55783a 100644 --- a/orders/pom.xml +++ b/orders/pom.xml @@ -97,7 +97,7 @@ com.oracle.coherence.examples.sockshop.micronaut orders - 2.2.1-SNAPSHOT + 2.2.1 diff --git a/payment/pom.xml b/payment/pom.xml index f1492eb..3eff866 100644 --- a/payment/pom.xml +++ b/payment/pom.xml @@ -96,7 +96,7 @@ com.oracle.coherence.examples.sockshop.micronaut payment - 2.2.1-SNAPSHOT + 2.2.1 diff --git a/pom.xml b/pom.xml index 8e867fe..ed4fce3 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.oracle.coherence.examples.sockshop.micronaut sockshop pom - 2.2.1-SNAPSHOT + 2.2.1 carts diff --git a/shipping/pom.xml b/shipping/pom.xml index f7bb4e7..4b54413 100644 --- a/shipping/pom.xml +++ b/shipping/pom.xml @@ -96,7 +96,7 @@ com.oracle.coherence.examples.sockshop.micronaut shipping - 2.2.1-SNAPSHOT + 2.2.1 diff --git a/users/pom.xml b/users/pom.xml index 3b1863f..6d8fb8f 100644 --- a/users/pom.xml +++ b/users/pom.xml @@ -96,7 +96,7 @@ com.oracle.coherence.examples.sockshop.micronaut users - 2.2.1-SNAPSHOT + 2.2.1