Skip to content

Commit

Permalink
Set version to 2.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Aug 7, 2023
1 parent 1c021c4 commit 1460695
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>carts</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>catalog</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>

<dependencies>
<dependency>
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-micronaut-sockshop-carts:2.0.2
image: ghcr.io/oracle/coherence-micronaut-sockshop-carts:2.1.1
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-micronaut-sockshop-catalog:2.0.2
image: ghcr.io/oracle/coherence-micronaut-sockshop-catalog:2.1.1
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-micronaut-sockshop-orders:2.0.2
image: ghcr.io/oracle/coherence-micronaut-sockshop-orders:2.1.1
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-micronaut-sockshop-payment:2.0.2
image: ghcr.io/oracle/coherence-micronaut-sockshop-payment:2.1.1
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-micronaut-sockshop-shipping:2.0.2
image: ghcr.io/oracle/coherence-micronaut-sockshop-shipping:2.1.1
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-micronaut-sockshop-users:2.0.2
image: ghcr.io/oracle/coherence-micronaut-sockshop-users:2.1.1
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
2 changes: 1 addition & 1 deletion orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>orders</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>payment</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>sockshop</artifactId>
<packaging>pom</packaging>
<version>2.0.2</version>
<version>2.1.1</version>

<modules>
<module>carts</module>
Expand Down
2 changes: 1 addition & 1 deletion shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>shipping</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>users</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 1460695

Please sign in to comment.