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