From 22dc11fa903fcb0eac0eca0bb4d242ea2f14a7c4 Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Wed, 23 Oct 2024 14:35:01 -0400
Subject: [PATCH] Increment to release 1.1.7

---
 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 1e20f957..2ca32f17 100644
--- a/caching/pom.xml
+++ b/caching/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/core/pom.xml b/core/pom.xml
index 79dacb48..62182483 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/efservices/pom.xml b/efservices/pom.xml
index cf52ec5c..043172dc 100644
--- a/efservices/pom.xml
+++ b/efservices/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/http/pom.xml b/http/pom.xml
index 556c2fe9..19a57a51 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 01224a9e..d6bc9317 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.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
   </parent>
   <artifactId>quarkus-persistence-deployment</artifactId>
   <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index a980a758..518f9ed5 100644
--- a/persistence/pom.xml
+++ b/persistence/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index 0f1bb999..35ac6c2c 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.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
   </parent>
   <artifactId>quarkus-persistence</artifactId>
   <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index 3813bdee..5879ec29 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.1.7-SNAPSHOT</version>
+  <version>1.1.7</version>
   <packaging>pom</packaging>
   <properties>
     <compiler-plugin.version>3.11.0</compiler-plugin.version>
diff --git a/testing/pom.xml b/testing/pom.xml
index f9107b94..2301bb45 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/utils/pom.xml b/utils/pom.xml
index 62ff5416..f34f784a 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.7-SNAPSHOT</version>
+    <version>1.1.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
-- 
GitLab