Skip to content

Commit

Permalink
Set version to 1.2.1 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
aseovic committed Aug 3, 2022
1 parent e1bfc92 commit 5f2c512
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<name>${project.artifactId}</name>
<description>Shopping Cart service for Helidon Sock Shop demo application</description>
Expand All @@ -33,7 +33,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>22.06.1-SNAPSHOT</version.lib.coherence>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.catalog.Application</mainClass>
Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>22.06.1-SNAPSHOT</version.lib.coherence>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
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.2.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.2.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.2.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.2.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.2.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.2.1
env:
- name: TRACING_HOST
value: "jaeger-collector"
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.orders.Application</mainClass>
Expand All @@ -31,7 +31,7 @@

<!-- dependencies -->
<version.lib.bedrock>5.0.16</version.lib.bedrock>
<version.lib.coherence>22.06.1-SNAPSHOT</version.lib.coherence>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.payment.Application</mainClass>
Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>22.06.1-SNAPSHOT</version.lib.coherence>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
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.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<modules>
<module>carts</module>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.shipping.Application</mainClass>
Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>22.06.1-SNAPSHOT</version.lib.coherence>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
<artifactId>users</artifactId>
<packaging>jar</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<properties>
<mainClass>com.oracle.coherence.examples.sockshop.helidon.users.Application</mainClass>
<container.repo>ghcr.io/oracle/coherence-helidon-sockshop</container.repo>
<container.version>${project.version}</container.version>
<jib.goal>dockerBuild</jib.goal>

<version.lib.coherence>22.06.1-SNAPSHOT</version.lib.coherence>
<version.lib.coherence>22.06.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down

0 comments on commit 5f2c512

Please sign in to comment.