Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 47106c2

Browse files
author
Ryan Lubke
authored
Set version to 2.2.4-SNAPSHOT (#135)
1 parent 9677129 commit 47106c2

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

carts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
2222
<artifactId>carts</artifactId>
2323
<packaging>jar</packaging>
24-
<version>2.2.3-SNAPSHOT</version>
24+
<version>2.2.4-SNAPSHOT</version>
2525

2626
<name>${project.artifactId}</name>
2727
<description>Shopping Cart service for Helidon Sock Shop demo application</description>

catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
2222
<artifactId>catalog</artifactId>
2323
<packaging>jar</packaging>
24-
<version>2.2.3-SNAPSHOT</version>
24+
<version>2.2.4-SNAPSHOT</version>
2525

2626
<properties>
2727
<mainClass>com.oracle.coherence.examples.sockshop.helidon.catalog.Application</mainClass>

orders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
2222
<artifactId>orders</artifactId>
2323
<packaging>jar</packaging>
24-
<version>2.2.3-SNAPSHOT</version>
24+
<version>2.2.4-SNAPSHOT</version>
2525

2626
<properties>
2727
<mainClass>com.oracle.coherence.examples.sockshop.helidon.orders.Application</mainClass>

payment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
2222
<artifactId>payment</artifactId>
2323
<packaging>jar</packaging>
24-
<version>2.2.3-SNAPSHOT</version>
24+
<version>2.2.4-SNAPSHOT</version>
2525

2626
<properties>
2727
<mainClass>com.oracle.coherence.examples.sockshop.helidon.payment.Application</mainClass>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
1515
<artifactId>sockshop-coh</artifactId>
1616
<packaging>pom</packaging>
17-
<version>2.2.3-SNAPSHOT</version>
17+
<version>2.2.4-SNAPSHOT</version>
1818

1919
<modules>
2020
<module>carts</module>

shipping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
2222
<artifactId>shipping</artifactId>
2323
<packaging>jar</packaging>
24-
<version>2.2.3-SNAPSHOT</version>
24+
<version>2.2.4-SNAPSHOT</version>
2525

2626
<properties>
2727
<mainClass>com.oracle.coherence.examples.sockshop.helidon.shipping.Application</mainClass>

users/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.oracle.coherence.examples.sockshop.helidon</groupId>
2222
<artifactId>users</artifactId>
2323
<packaging>jar</packaging>
24-
<version>2.2.3-SNAPSHOT</version>
24+
<version>2.2.4-SNAPSHOT</version>
2525

2626
<properties>
2727
<mainClass>com.oracle.coherence.examples.sockshop.helidon.users.Application</mainClass>

0 commit comments

Comments
 (0)