Skip to content

Commit

Permalink
Set version to 1.2.3 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Oct 5, 2022
1 parent e356d77 commit d748be0
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 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.2.3-SNAPSHOT</version>
<version>1.2.3</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.2.3-SNAPSHOT</version>
<version>1.2.3</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.2.3
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.2.3
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.2.3
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.2.3
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.2.3
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.2.3
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.2.3-SNAPSHOT</version>
<version>1.2.3</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.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>payment</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3-SNAPSHOT</version>
<version>1.2.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -30,7 +30,7 @@

<version.lib.awaitility>4.1.1</version.lib.awaitility>
<version.lib.bedrock>5.0.16</version.lib.bedrock>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.coherence>22.06.2</version.lib.coherence>
<version.lib.coherence-spring>3.3.0</version.lib.coherence-spring>
<version.lib.junit>5.7.2</version.lib.junit>
<version.lib.lombok>1.18.18</version.lib.lombok>
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.2.3-SNAPSHOT</version>
<version>1.2.3</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.2.3-SNAPSHOT</version>
<version>1.2.3</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.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit d748be0

Please sign in to comment.