This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2121 <groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
2222 <artifactId >carts</artifactId >
2323 <packaging >jar</packaging >
24- <version >2.3.1-SNAPSHOT </version >
24+ <version >2.3.1</version >
2525
2626 <name >${project.artifactId} </name >
2727 <description >Shopping Cart service for Helidon Sock Shop demo application</description >
Original file line number Diff line number Diff line change 2121 <groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
2222 <artifactId >catalog</artifactId >
2323 <packaging >jar</packaging >
24- <version >2.3.1-SNAPSHOT </version >
24+ <version >2.3.1</version >
2525
2626 <properties >
2727 <mainClass >com.oracle.coherence.examples.sockshop.helidon.catalog.Application</mainClass >
Original file line number Diff line number Diff line change 1212 cluster : SockShop
1313 role : Carts
1414 replicas : 1
15- image : ghcr.io/oracle/coherence-helidon-sockshop-carts:latest
15+ image : ghcr.io/oracle/coherence-helidon-sockshop-carts:2.3.1
1616 readinessProbe :
1717 initialDelaySeconds : 10
1818 periodSeconds : 10
Original file line number Diff line number Diff line change 1212 cluster : SockShop
1313 role : Catalog
1414 replicas : 1
15- image : ghcr.io/oracle/coherence-helidon-sockshop-catalog:latest
15+ image : ghcr.io/oracle/coherence-helidon-sockshop-catalog:2.3.1
1616 readinessProbe :
1717 initialDelaySeconds : 10
1818 periodSeconds : 10
Original file line number Diff line number Diff line change 1212 cluster : SockShop
1313 role : Orders
1414 replicas : 1
15- image : ghcr.io/oracle/coherence-helidon-sockshop-orders:latest
15+ image : ghcr.io/oracle/coherence-helidon-sockshop-orders:2.3.1
1616 readinessProbe :
1717 initialDelaySeconds : 10
1818 periodSeconds : 10
Original file line number Diff line number Diff line change 1212 cluster : SockShop
1313 role : Payment
1414 replicas : 1
15- image : ghcr.io/oracle/coherence-helidon-sockshop-payment:latest
15+ image : ghcr.io/oracle/coherence-helidon-sockshop-payment:2.3.1
1616 readinessProbe :
1717 initialDelaySeconds : 10
1818 periodSeconds : 10
Original file line number Diff line number Diff line change 1212 cluster : SockShop
1313 role : Shipping
1414 replicas : 1
15- image : ghcr.io/oracle/coherence-helidon-sockshop-shipping:latest
15+ image : ghcr.io/oracle/coherence-helidon-sockshop-shipping:2.3.1
1616 readinessProbe :
1717 initialDelaySeconds : 10
1818 periodSeconds : 10
Original file line number Diff line number Diff line change 1212 cluster : SockShop
1313 role : Users
1414 replicas : 1
15- image : ghcr.io/oracle/coherence-helidon-sockshop-users:latest
15+ image : ghcr.io/oracle/coherence-helidon-sockshop-users:2.3.1
1616 readinessProbe :
1717 initialDelaySeconds : 10
1818 periodSeconds : 10
Original file line number Diff line number Diff line change 2121 <groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
2222 <artifactId >orders</artifactId >
2323 <packaging >jar</packaging >
24- <version >2.3.1-SNAPSHOT </version >
24+ <version >2.3.1</version >
2525
2626 <properties >
2727 <mainClass >com.oracle.coherence.examples.sockshop.helidon.orders.Application</mainClass >
Original file line number Diff line number Diff line change 2121 <groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
2222 <artifactId >payment</artifactId >
2323 <packaging >jar</packaging >
24- <version >2.3.1-SNAPSHOT </version >
24+ <version >2.3.1</version >
2525
2626 <properties >
2727 <mainClass >com.oracle.coherence.examples.sockshop.helidon.payment.Application</mainClass >
You can’t perform that action at this time.
0 commit comments