From e6fabfde1a3a478a319396ac318cee0efe0e2dcb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 2 Oct 2024 22:43:10 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- deployment/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 4 ++-- runtime/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index bfecd9f..8d3bb24 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jdbc quarkus-jdbc-sqlite-parent - 3.0.11 + 999-SNAPSHOT quarkus-jdbc-sqlite-deployment Quarkus - JDBC SQLite - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index 341a87b..36cab5b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jdbc quarkus-jdbc-sqlite-parent - 3.0.11 + 999-SNAPSHOT ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 652aa46..ab14675 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jdbc quarkus-jdbc-sqlite-parent - 3.0.11 + 999-SNAPSHOT quarkus-jdbc-sqlite-integration-tests Quarkus - JDBC SQLite - Integration Tests diff --git a/pom.xml b/pom.xml index 3283334..822bb22 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.jdbc quarkus-jdbc-sqlite-parent - 3.0.11 + 999-SNAPSHOT pom Quarkus - JDBC SQLite - Parent @@ -19,7 +19,7 @@ scm:git:git@github.com:quarkiverse/quarkus-jdbc-sqlite.git scm:git:git@github.com:quarkiverse/quarkus-jdbc-sqlite.git https://github.com/quarkiverse/quarkus-jdbc-sqlite - 3.0.11 + HEAD 3.15.1 diff --git a/runtime/pom.xml b/runtime/pom.xml index 41cbef0..a2e0c59 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jdbc quarkus-jdbc-sqlite-parent - 3.0.11 + 999-SNAPSHOT quarkus-jdbc-sqlite Quarkus - JDBC SQLite - Runtime