From 28667ebb6dcef83826eb82d9b5eb2d223f069e37 Mon Sep 17 00:00:00 2001 From: "Erdle, Tobias" Date: Sun, 30 Apr 2023 22:29:37 +0200 Subject: [PATCH] Set development version 3.0.0-SNAPSHOT --- api/pom.xml | 2 +- pom.xml | 2 +- spec/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 04dc8a6..d5f3be9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -29,7 +29,7 @@ jakarta.mvc jakarta.mvc-parent - 3.0.0.M1 + 3.0.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 03c9416..04af7b9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 jakarta.mvc jakarta.mvc-parent - 3.0.0.M1 + 3.0.0-SNAPSHOT pom Jakarta MVC Parent Jakarta MVC Parent diff --git a/spec/pom.xml b/spec/pom.xml index 9771d15..aaee443 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -29,7 +29,7 @@ jakarta.mvc jakarta.mvc-parent - 3.0.0.M1 + 3.0.0-SNAPSHOT ../pom.xml