From 09605761d2c164dbc5b9e03e0d25891bc7bdf2de Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 16 Aug 2023 14:14:22 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- deployment-testing/pom.xml | 2 +- deployment/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 4 ++-- runtime/pom.xml | 2 +- testing/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deployment-testing/pom.xml b/deployment-testing/pom.xml index 2861608c..385e154c 100644 --- a/deployment-testing/pom.xml +++ b/deployment-testing/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT quarkus-quinoa-deployment-testing Quarkus - Quinoa - Deployment - Testing diff --git a/deployment/pom.xml b/deployment/pom.xml index 82ee32b6..1ee1d962 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT quarkus-quinoa-deployment Quarkus - Quinoa - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index ef6e7b73..d7ece749 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT quarkus-quinoa-docs diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 67507ee3..14f79270 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT quarkus-quinoa-integration-tests Quarkus - Quinoa - Integration Tests diff --git a/pom.xml b/pom.xml index 09be60ca..91374be1 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT pom Quarkus - Quinoa - Parent Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components alongside Quarkus. It is possible to use it with a Quarkus backend in a single project. @@ -24,7 +24,7 @@ scm:git:git@github.com:quarkiverse/quarkus-quinoa.git scm:git:git@github.com:quarkiverse/quarkus-quinoa.git https://github.com/quarkiverse/quarkus-quinoa - 2.1.0 + HEAD diff --git a/runtime/pom.xml b/runtime/pom.xml index 72b53e37..d3d0b09c 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT quarkus-quinoa Quarkus - Quinoa - Runtime diff --git a/testing/pom.xml b/testing/pom.xml index 874f5691..9091e324 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.quinoa quarkus-quinoa-parent - 2.1.0 + 999-SNAPSHOT quarkus-quinoa-testing Quarkus - Quinoa - Testing