Skip to content

Commit

Permalink
Set version to 1.0.1 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Apr 13, 2022
1 parent 9df0281 commit 2ed18fa
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 @@ -21,7 +21,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>carts</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>${project.artifactId}</name>
<description>Shopping Cart service for Helidon Sock Shop demo application</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>catalog</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.catalog.Application</mainClass>
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-helidon-sockshop-carts:latest
image: ghcr.io/oracle/coherence-helidon-sockshop-carts:1.0.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-helidon-sockshop-catalog:latest
image: ghcr.io/oracle/coherence-helidon-sockshop-catalog:1.0.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-helidon-sockshop-orders:latest
image: ghcr.io/oracle/coherence-helidon-sockshop-orders:1.0.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-helidon-sockshop-payment:latest
image: ghcr.io/oracle/coherence-helidon-sockshop-payment:1.0.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-helidon-sockshop-shipping:latest
image: ghcr.io/oracle/coherence-helidon-sockshop-shipping:1.0.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-helidon-sockshop-users:latest
image: ghcr.io/oracle/coherence-helidon-sockshop-users:1.0.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 @@ -21,7 +21,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>orders</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.orders.Application</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>payment</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.payment.Application</mainClass>
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.helidon</groupId>
<artifactId>sockshop-coh</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.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 @@ -21,7 +21,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>shipping</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.shipping.Application</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>users</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.users.Application</mainClass>
Expand Down

0 comments on commit 2ed18fa

Please sign in to comment.