From 4abf30326837803b46bea4665ea2ba66100a1b62 Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Wed, 12 Mar 2025 14:51:53 -0400
Subject: [PATCH] chore: start snapshot version 1.2.3

---
 caching/pom.xml                | 2 +-
 core/pom.xml                   | 2 +-
 efservices/pom.xml             | 2 +-
 http/pom.xml                   | 2 +-
 persistence/deployment/pom.xml | 2 +-
 persistence/pom.xml            | 2 +-
 persistence/runtime/pom.xml    | 2 +-
 pom.xml                        | 2 +-
 testing/pom.xml                | 2 +-
 utils/pom.xml                  | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/caching/pom.xml b/caching/pom.xml
index 2d86460..494e802 100644
--- a/caching/pom.xml
+++ b/caching/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
diff --git a/core/pom.xml b/core/pom.xml
index 1886991..f58b112 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/efservices/pom.xml b/efservices/pom.xml
index 6b67883..894933c 100644
--- a/efservices/pom.xml
+++ b/efservices/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/http/pom.xml b/http/pom.xml
index 36e6fe1..aca7a7b 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 3b3b9f9..ae46f3d 100644
--- a/persistence/deployment/pom.xml
+++ b/persistence/deployment/pom.xml
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-persistence-parent</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>quarkus-persistence-deployment</artifactId>
   <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index 8a607ec..8fe21c6 100644
--- a/persistence/pom.xml
+++ b/persistence/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index b05fcbe..e95e076 100644
--- a/persistence/runtime/pom.xml
+++ b/persistence/runtime/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-persistence-parent</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>quarkus-persistence</artifactId>
   <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index fb7d607..8db0775 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>org.eclipsefoundation</groupId>
   <artifactId>quarkus-commons</artifactId>
   <name>Java SDK Commons</name>
-  <version>1.2.2</version>
+  <version>1.2.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <properties>
     <compiler-plugin.version>3.13.0</compiler-plugin.version>
diff --git a/testing/pom.xml b/testing/pom.xml
index 06911e8..8b4d0ea 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/utils/pom.xml b/utils/pom.xml
index 5b66f9d..6a3d9b5 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
-- 
GitLab