From 96bf4f5a1e63957b3164954bbb8bb341fc70ec2f Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Mon, 11 Dec 2023 09:53:18 -0600 Subject: [PATCH] Update to next snapshot version Signed-off-by: Kyle Aure --- build.gradle | 2 +- sample-apps/maven-app/pom.xml | 4 ++-- sample-apps/quarkus-app/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 54863ab9..09f71461 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { // to check for updates run: ./gradlew dependencyUpdates -Drevision=release id 'com.github.ben-manes.versions' version '0.50.0' } -ext.currentVersion = '0.9.2' +ext.currentVersion = '0.9.3-SNAPSHOT' ext.lastRelease = '0.9.2' subprojects { diff --git a/sample-apps/maven-app/pom.xml b/sample-apps/maven-app/pom.xml index 9543f57d..e061e027 100644 --- a/sample-apps/maven-app/pom.xml +++ b/sample-apps/maven-app/pom.xml @@ -34,13 +34,13 @@ org.microshed microshed-testing-testcontainers - 0.9.2 + 0.9.3-SNAPSHOT test org.microshed microshed-testing-core - 0.9.2 + 0.9.3-SNAPSHOT test diff --git a/sample-apps/quarkus-app/pom.xml b/sample-apps/quarkus-app/pom.xml index 5f3b4343..98fbb1e2 100644 --- a/sample-apps/quarkus-app/pom.xml +++ b/sample-apps/quarkus-app/pom.xml @@ -87,13 +87,13 @@ org.microshed microshed-testing-quarkus - 0.9.2 + 0.9.3-SNAPSHOT test org.microshed microshed-testing-core-jakarta - 0.9.2 + 0.9.3-SNAPSHOT test