Skip to content

Commit

Permalink
Set version to 2.2.0 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Mar 26, 2024
1 parent 148aa84 commit e3810b7
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 @@ -93,7 +93,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>carts</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</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 @@ -93,7 +93,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>catalog</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</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:latest
image: ghcr.io/oracle/coherence-micronaut-sockshop-carts2.2.0
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
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:latest
image: ghcr.io/oracle/coherence-micronaut-sockshop-catalog2.2.0
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
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:latest
image: ghcr.io/oracle/coherence-micronaut-sockshop-orders2.2.0
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
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:latest
image: ghcr.io/oracle/coherence-micronaut-sockshop-payment2.2.0
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
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:latest
image: ghcr.io/oracle/coherence-micronaut-sockshop-shipping2.2.0
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
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:latest
image: ghcr.io/oracle/coherence-micronaut-sockshop-users2.2.0
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>orders</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</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 @@ -93,7 +93,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>payment</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</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.1.3-SNAPSHOT</version>
<version>2.2.0</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 @@ -93,7 +93,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>shipping</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</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 @@ -93,7 +93,7 @@

<groupId>com.oracle.coherence.examples.sockshop.micronaut</groupId>
<artifactId>users</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit e3810b7

Please sign in to comment.