diff --git a/carts/pom.xml b/carts/pom.xml
index a95c94a..f2a1e6c 100644
--- a/carts/pom.xml
+++ b/carts/pom.xml
@@ -21,7 +21,7 @@
com.oracle.coherence.examples.sockshop.helidon
carts
jar
- 1.2.2-SNAPSHOT
+ 1.2.2
${project.artifactId}
Shopping Cart service for Helidon Sock Shop demo application
@@ -33,7 +33,7 @@
dockerBuild
- 22.06.2-SNAPSHOT
+ 22.06.2
1.18.24
5.8.2
2.2
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 1cdfda1..59160bb 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -21,7 +21,7 @@
com.oracle.coherence.examples.sockshop.helidon
catalog
jar
- 1.2.2-SNAPSHOT
+ 1.2.2
com.oracle.coherence.examples.sockshop.helidon.catalog.Application
@@ -30,7 +30,7 @@
dockerBuild
- 22.06.2-SNAPSHOT
+ 22.06.2
1.18.24
5.8.2
2.2
diff --git a/k8s/coherence/carts/app.yaml b/k8s/coherence/carts/app.yaml
index a8f43f2..4efb94d 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:1.2.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
diff --git a/k8s/coherence/catalog/app.yaml b/k8s/coherence/catalog/app.yaml
index b939c26..f3c368e 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:1.2.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
diff --git a/k8s/coherence/orders/app.yaml b/k8s/coherence/orders/app.yaml
index adea3c2..c70d915 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:1.2.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
diff --git a/k8s/coherence/payment/app.yaml b/k8s/coherence/payment/app.yaml
index b98fc74..f217502 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:1.2.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
diff --git a/k8s/coherence/shipping/app.yaml b/k8s/coherence/shipping/app.yaml
index d7821b3..63d8107 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:1.2.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
diff --git a/k8s/coherence/users/app.yaml b/k8s/coherence/users/app.yaml
index 26b3ebd..aeb73ef 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:1.2.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
diff --git a/orders/pom.xml b/orders/pom.xml
index cfba343..5cee3fe 100644
--- a/orders/pom.xml
+++ b/orders/pom.xml
@@ -21,7 +21,7 @@
com.oracle.coherence.examples.sockshop.helidon
orders
jar
- 1.2.2-SNAPSHOT
+ 1.2.2
com.oracle.coherence.examples.sockshop.helidon.orders.Application
@@ -31,7 +31,7 @@
5.0.16
- 22.06.2-SNAPSHOT
+ 22.06.2
1.18.24
5.8.2
2.2
diff --git a/payment/pom.xml b/payment/pom.xml
index 8d9b64c..8acc4bb 100644
--- a/payment/pom.xml
+++ b/payment/pom.xml
@@ -21,7 +21,7 @@
com.oracle.coherence.examples.sockshop.helidon
payment
jar
- 1.2.2-SNAPSHOT
+ 1.2.2
com.oracle.coherence.examples.sockshop.helidon.payment.Application
@@ -30,7 +30,7 @@
dockerBuild
- 22.06.2-SNAPSHOT
+ 22.06.2
1.18.24
5.8.2
2.2
diff --git a/pom.xml b/pom.xml
index b9a544f..deb1308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.oracle.coherence.examples.sockshop.helidon
sockshop-coh
pom
- 1.2.2-SNAPSHOT
+ 1.2.2
carts
diff --git a/shipping/pom.xml b/shipping/pom.xml
index 5a30b46..8e8f77e 100644
--- a/shipping/pom.xml
+++ b/shipping/pom.xml
@@ -21,7 +21,7 @@
com.oracle.coherence.examples.sockshop.helidon
shipping
jar
- 1.2.2-SNAPSHOT
+ 1.2.2
com.oracle.coherence.examples.sockshop.helidon.shipping.Application
@@ -30,7 +30,7 @@
dockerBuild
- 22.06.2-SNAPSHOT
+ 22.06.2
1.18.24
5.8.2
2.2
diff --git a/users/pom.xml b/users/pom.xml
index cd8180d..79a79de 100644
--- a/users/pom.xml
+++ b/users/pom.xml
@@ -21,7 +21,7 @@
com.oracle.coherence.examples.sockshop.helidon
users
jar
- 1.2.2-SNAPSHOT
+ 1.2.2
com.oracle.coherence.examples.sockshop.helidon.users.Application
@@ -29,7 +29,7 @@
${project.version}
dockerBuild
- 22.06.2-SNAPSHOT
+ 22.06.2
1.18.24
5.8.2
2.2