From 60186e65b6edc7899e973907a56fdd38d7df50f8 Mon Sep 17 00:00:00 2001
From: "quarkiverse-ci[bot]"
<181291436+quarkiverse-ci[bot]@users.noreply.github.com>
Date: Fri, 8 Nov 2024 10:47:09 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 3.16.0
---
docs/pom.xml | 2 +-
examples/gradle-resteasy/pom.xml | 2 +-
examples/pom.xml | 2 +-
examples/reactive-routes/pom.xml | 2 +-
examples/resteasy/pom.xml | 2 +-
examples/spring-web/pom.xml | 2 +-
extensions/core/deployment/pom.xml | 2 +-
extensions/core/pom.xml | 2 +-
extensions/core/runtime/pom.xml | 2 +-
extensions/hibernate-orm-panache/deployment/pom.xml | 2 +-
extensions/hibernate-orm-panache/pom.xml | 2 +-
extensions/hibernate-orm-panache/runtime/pom.xml | 2 +-
extensions/hibernate-reactive-panache/deployment/pom.xml | 2 +-
extensions/hibernate-reactive-panache/pom.xml | 2 +-
extensions/hibernate-reactive-panache/runtime/pom.xml | 2 +-
extensions/jaxb/deployment/pom.xml | 2 +-
extensions/jaxb/pom.xml | 2 +-
extensions/jaxb/runtime/pom.xml | 2 +-
extensions/junit5/deployment/pom.xml | 2 +-
extensions/junit5/pom.xml | 2 +-
extensions/junit5/runtime/pom.xml | 2 +-
extensions/pom.xml | 2 +-
integration-tests/basic/pom.xml | 2 +-
integration-tests/hibernate-orm-panache/pom.xml | 2 +-
integration-tests/hibernate-reactive-panache/pom.xml | 2 +-
integration-tests/pom.xml | 2 +-
integration-tests/rest/pom.xml | 2 +-
integration-tests/resteasy/pom.xml | 2 +-
integration-tests/shared-library/pom.xml | 2 +-
pom.xml | 4 ++--
30 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/docs/pom.xml b/docs/pom.xml
index 5b65d71..7e79ac4 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-parent
- 999-SNAPSHOT
+ 3.16.0
../pom.xml
diff --git a/examples/gradle-resteasy/pom.xml b/examples/gradle-resteasy/pom.xml
index c9406b5..d9162f1 100644
--- a/examples/gradle-resteasy/pom.xml
+++ b/examples/gradle-resteasy/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-examples-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-examples-gradle-resteasy
Quarkus Groovy - Examples - Resteasy with Gradle as build tool
diff --git a/examples/pom.xml b/examples/pom.xml
index 4cad12b..51934b6 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-examples-parent
Quarkus Groovy - Examples - Parent
diff --git a/examples/reactive-routes/pom.xml b/examples/reactive-routes/pom.xml
index 523f5cf..66effb7 100644
--- a/examples/reactive-routes/pom.xml
+++ b/examples/reactive-routes/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-examples-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-examples-reactive-routes
Quarkus Groovy - Examples - Reactive Routes
diff --git a/examples/resteasy/pom.xml b/examples/resteasy/pom.xml
index 0bcaf96..81d17c5 100644
--- a/examples/resteasy/pom.xml
+++ b/examples/resteasy/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-examples-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-examples-resteasy
Quarkus Groovy - Examples - Resteasy with Maven as build tool
diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml
index 7ac0e6f..46584fc 100644
--- a/examples/spring-web/pom.xml
+++ b/examples/spring-web/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-examples-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-examples-spring-web
Quarkus Groovy - Examples - Spring Web
diff --git a/extensions/core/deployment/pom.xml b/extensions/core/deployment/pom.xml
index 14803f7..125e4d0 100644
--- a/extensions/core/deployment/pom.xml
+++ b/extensions/core/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-core-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-deployment
Quarkus Groovy - Core - Deployment
diff --git a/extensions/core/pom.xml b/extensions/core/pom.xml
index 66276d0..5067fac 100644
--- a/extensions/core/pom.xml
+++ b/extensions/core/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-extensions-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-core-parent
Quarkus Groovy - Core - Parent
diff --git a/extensions/core/runtime/pom.xml b/extensions/core/runtime/pom.xml
index bb080dc..414c666 100644
--- a/extensions/core/runtime/pom.xml
+++ b/extensions/core/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-core-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy
Quarkus Groovy - Core - Runtime
diff --git a/extensions/hibernate-orm-panache/deployment/pom.xml b/extensions/hibernate-orm-panache/deployment/pom.xml
index a7ab46c..351ed9d 100644
--- a/extensions/hibernate-orm-panache/deployment/pom.xml
+++ b/extensions/hibernate-orm-panache/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-hibernate-orm-panache-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-hibernate-orm-panache-deployment
Quarkus Groovy - Hibernate ORM with Panache - Deployment
diff --git a/extensions/hibernate-orm-panache/pom.xml b/extensions/hibernate-orm-panache/pom.xml
index e2f2855..6dc6c28 100644
--- a/extensions/hibernate-orm-panache/pom.xml
+++ b/extensions/hibernate-orm-panache/pom.xml
@@ -3,7 +3,7 @@
io.quarkiverse.groovy
quarkus-groovy-extensions-parent
- 999-SNAPSHOT
+ 3.16.0
4.0.0
diff --git a/extensions/hibernate-orm-panache/runtime/pom.xml b/extensions/hibernate-orm-panache/runtime/pom.xml
index f4226f8..640791a 100644
--- a/extensions/hibernate-orm-panache/runtime/pom.xml
+++ b/extensions/hibernate-orm-panache/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-hibernate-orm-panache-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-hibernate-orm-panache
Quarkus Groovy - Hibernate ORM with Panache - Runtime
diff --git a/extensions/hibernate-reactive-panache/deployment/pom.xml b/extensions/hibernate-reactive-panache/deployment/pom.xml
index a16d1c4..849c75b 100644
--- a/extensions/hibernate-reactive-panache/deployment/pom.xml
+++ b/extensions/hibernate-reactive-panache/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-hibernate-reactive-panache-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-hibernate-reactive-panache-deployment
Quarkus Groovy - Hibernate Reactive with Panache - Deployment
diff --git a/extensions/hibernate-reactive-panache/pom.xml b/extensions/hibernate-reactive-panache/pom.xml
index 246eed2..0112473 100644
--- a/extensions/hibernate-reactive-panache/pom.xml
+++ b/extensions/hibernate-reactive-panache/pom.xml
@@ -3,7 +3,7 @@
io.quarkiverse.groovy
quarkus-groovy-extensions-parent
- 999-SNAPSHOT
+ 3.16.0
4.0.0
diff --git a/extensions/hibernate-reactive-panache/runtime/pom.xml b/extensions/hibernate-reactive-panache/runtime/pom.xml
index 933fe59..52b925d 100644
--- a/extensions/hibernate-reactive-panache/runtime/pom.xml
+++ b/extensions/hibernate-reactive-panache/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-hibernate-reactive-panache-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-hibernate-reactive-panache
Quarkus Groovy - Hibernate Reactive with Panache - Runtime
diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml
index 39e0403..f18492f 100644
--- a/extensions/jaxb/deployment/pom.xml
+++ b/extensions/jaxb/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-jaxb-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-jaxb-deployment
Quarkus Groovy - JAXB - Deployment
diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml
index 0f98b9e..c249b48 100644
--- a/extensions/jaxb/pom.xml
+++ b/extensions/jaxb/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-extensions-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-jaxb-parent
Quarkus Groovy - JAXB - Parent
diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml
index 681522f..559f0b0 100644
--- a/extensions/jaxb/runtime/pom.xml
+++ b/extensions/jaxb/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-jaxb-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-jaxb
Quarkus Groovy - JAXB - Runtime
diff --git a/extensions/junit5/deployment/pom.xml b/extensions/junit5/deployment/pom.xml
index 5860b2c..2f8df22 100644
--- a/extensions/junit5/deployment/pom.xml
+++ b/extensions/junit5/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-junit5-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-junit5-deployment
Quarkus Groovy - JUnit 5 - Deployment
diff --git a/extensions/junit5/pom.xml b/extensions/junit5/pom.xml
index 4512fd1..3582818 100644
--- a/extensions/junit5/pom.xml
+++ b/extensions/junit5/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-extensions-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-junit5-parent
Quarkus Groovy - JUnit 5 - Parent
diff --git a/extensions/junit5/runtime/pom.xml b/extensions/junit5/runtime/pom.xml
index adfdffc..a3165ac 100644
--- a/extensions/junit5/runtime/pom.xml
+++ b/extensions/junit5/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-junit5-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-junit5
Quarkus Groovy - JUnit 5 - Runtime
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 84366f2..0b59360 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-extensions-parent
Quarkus Groovy - Extensions - Parent
diff --git a/integration-tests/basic/pom.xml b/integration-tests/basic/pom.xml
index cfb3ded..f643ed4 100644
--- a/integration-tests/basic/pom.xml
+++ b/integration-tests/basic/pom.xml
@@ -5,7 +5,7 @@
io.quarkiverse.groovy
quarkus-groovy-integration-tests
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-integration-tests-basic
diff --git a/integration-tests/hibernate-orm-panache/pom.xml b/integration-tests/hibernate-orm-panache/pom.xml
index 5ca67d5..590dc95 100644
--- a/integration-tests/hibernate-orm-panache/pom.xml
+++ b/integration-tests/hibernate-orm-panache/pom.xml
@@ -3,7 +3,7 @@
io.quarkiverse.groovy
quarkus-groovy-integration-tests
- 999-SNAPSHOT
+ 3.16.0
4.0.0
diff --git a/integration-tests/hibernate-reactive-panache/pom.xml b/integration-tests/hibernate-reactive-panache/pom.xml
index 2260c85..d4f0f23 100644
--- a/integration-tests/hibernate-reactive-panache/pom.xml
+++ b/integration-tests/hibernate-reactive-panache/pom.xml
@@ -3,7 +3,7 @@
io.quarkiverse.groovy
quarkus-groovy-integration-tests
- 999-SNAPSHOT
+ 3.16.0
4.0.0
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 533777e..33ffabe 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.groovy
quarkus-groovy-parent
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-integration-tests
Quarkus Groovy - Integration Tests
diff --git a/integration-tests/rest/pom.xml b/integration-tests/rest/pom.xml
index a77603b..f1d2c2c 100644
--- a/integration-tests/rest/pom.xml
+++ b/integration-tests/rest/pom.xml
@@ -5,7 +5,7 @@
io.quarkiverse.groovy
quarkus-groovy-integration-tests
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-integration-tests-rest
diff --git a/integration-tests/resteasy/pom.xml b/integration-tests/resteasy/pom.xml
index 4b6c9e7..1ffa39e 100644
--- a/integration-tests/resteasy/pom.xml
+++ b/integration-tests/resteasy/pom.xml
@@ -5,7 +5,7 @@
io.quarkiverse.groovy
quarkus-groovy-integration-tests
- 999-SNAPSHOT
+ 3.16.0
quarkus-groovy-integration-tests-resteasy
diff --git a/integration-tests/shared-library/pom.xml b/integration-tests/shared-library/pom.xml
index 004add1..0794cdd 100644
--- a/integration-tests/shared-library/pom.xml
+++ b/integration-tests/shared-library/pom.xml
@@ -3,7 +3,7 @@
io.quarkiverse.groovy
quarkus-groovy-integration-tests
- 999-SNAPSHOT
+ 3.16.0
4.0.0
diff --git a/pom.xml b/pom.xml
index eed6834..3f6ee09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
io.quarkiverse.groovy
quarkus-groovy-parent
- 999-SNAPSHOT
+ 3.16.0
pom
Quarkus Groovy - Parent
@@ -18,7 +18,7 @@
scm:git:git@github.com:quarkiverse/quarkus-groovy.git
scm:git:git@github.com:quarkiverse/quarkus-groovy.git
https://github.com/quarkiverse/quarkus-groovy
- HEAD
+ 3.16.0
3.11.0