Skip to content

Commit

Permalink
Set version to 1.0.2 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Apr 13, 2022
1 parent 067c12d commit 743650f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>sockshop-parent</artifactId>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>carts</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k8s/coherence/carts/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
cluster: SockShop
role: Carts
replicas: 1
image: ghcr.io/oracle/coherence-spring-sockshop-carts:latest
image: ghcr.io/oracle/coherence-spring-sockshop-carts:1.0.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
2 changes: 1 addition & 1 deletion k8s/coherence/catalog/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
cluster: SockShop
role: Catalog
replicas: 1
image: ghcr.io/oracle/coherence-spring-sockshop-catalog:latest
image: ghcr.io/oracle/coherence-spring-sockshop-catalog:1.0.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
2 changes: 1 addition & 1 deletion k8s/coherence/orders/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
cluster: SockShop
role: Orders
replicas: 1
image: ghcr.io/oracle/coherence-spring-sockshop-orders:latest
image: ghcr.io/oracle/coherence-spring-sockshop-orders:1.0.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
2 changes: 1 addition & 1 deletion k8s/coherence/payment/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
cluster: SockShop
role: Payment
replicas: 1
image: ghcr.io/oracle/coherence-spring-sockshop-payment:latest
image: ghcr.io/oracle/coherence-spring-sockshop-payment:1.0.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
2 changes: 1 addition & 1 deletion k8s/coherence/shipping/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
cluster: SockShop
role: Shipping
replicas: 1
image: ghcr.io/oracle/coherence-spring-sockshop-shipping:latest
image: ghcr.io/oracle/coherence-spring-sockshop-shipping:1.0.2
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
2 changes: 1 addition & 1 deletion k8s/coherence/users/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
cluster: SockShop
role: Users
replicas: 1
image: ghcr.io/oracle/coherence-spring-sockshop-users:latest
image: ghcr.io/oracle/coherence-spring-sockshop-users:1.0.2
imagePullPolicy: Never
env:
- name: TRACING_HOST
Expand Down
2 changes: 1 addition & 1 deletion orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>orders</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>payment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>shipping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sockshop-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.coherence.examples.sockshop.spring</groupId>
<artifactId>sockshop-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 743650f

Please sign in to comment.