From 797828ea95d613779d4ef0326d0042c411141bfc Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Tue, 6 Sep 2022 14:13:56 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 3.0.0 --- core/pom.xml | 2 +- extension-jaxrs/pom.xml | 2 +- extension-spring/pom.xml | 2 +- extension-vertx/pom.xml | 2 +- implementation/pom.xml | 2 +- pom.xml | 4 ++-- release/pom.xml | 2 +- testsuite/data/pom.xml | 2 +- testsuite/extra/pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/tck/pom.xml | 2 +- tools/maven-plugin/pom.xml | 2 +- tools/pom.xml | 2 +- ui/open-api-ui-forms/pom.xml | 2 +- ui/open-api-ui/pom.xml | 2 +- ui/pom.xml | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index ac1cad121..064909572 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-core diff --git a/extension-jaxrs/pom.xml b/extension-jaxrs/pom.xml index 0aef52cfb..90ad6749c 100644 --- a/extension-jaxrs/pom.xml +++ b/extension-jaxrs/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-jaxrs diff --git a/extension-spring/pom.xml b/extension-spring/pom.xml index 94dad033e..6ccc17104 100644 --- a/extension-spring/pom.xml +++ b/extension-spring/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-spring diff --git a/extension-vertx/pom.xml b/extension-vertx/pom.xml index 5ab63f759..7443d1ccb 100644 --- a/extension-vertx/pom.xml +++ b/extension-vertx/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-vertx diff --git a/implementation/pom.xml b/implementation/pom.xml index daf12e99f..c7583fa44 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api diff --git a/pom.xml b/pom.xml index bf5d23c99..891374a74 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 pom SmallRye: OpenAPI Parent @@ -70,7 +70,7 @@ scm:git:git@github.com:smallrye/smallrye-open-api.git scm:git:git@github.com:smallrye/smallrye-open-api.git https://github.com/smallrye/smallrye-open-api/ - 2.3.0 + 3.0.0 diff --git a/release/pom.xml b/release/pom.xml index df0f19333..1d6081074 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-release diff --git a/testsuite/data/pom.xml b/testsuite/data/pom.xml index fe633f2c7..273f1657f 100644 --- a/testsuite/data/pom.xml +++ b/testsuite/data/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-open-api-testsuite - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-testsuite-data diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index f592df95b..17f50626a 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-open-api-testsuite - 3.0.0-SNAPSHOT + 3.0.0 ../ diff --git a/testsuite/pom.xml b/testsuite/pom.xml index b9366c458..b570322bd 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 58bd07536..f8496642a 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-open-api-testsuite - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-testsuite-tck diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml index e9f3548ef..1c007fb4e 100644 --- a/tools/maven-plugin/pom.xml +++ b/tools/maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-open-api-tools - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-maven-plugin maven-plugin diff --git a/tools/pom.xml b/tools/pom.xml index 9e27217de..27d519a7e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-tools diff --git a/ui/open-api-ui-forms/pom.xml b/ui/open-api-ui-forms/pom.xml index 49504625a..566ab0c79 100644 --- a/ui/open-api-ui-forms/pom.xml +++ b/ui/open-api-ui-forms/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-ui-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-ui-forms diff --git a/ui/open-api-ui/pom.xml b/ui/open-api-ui/pom.xml index d8bd00702..c12d799f9 100644 --- a/ui/open-api-ui/pom.xml +++ b/ui/open-api-ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-ui-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-ui diff --git a/ui/pom.xml b/ui/pom.xml index ccb1dbca4..acf33ec3e 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 3.0.0-SNAPSHOT + 3.0.0 smallrye-open-api-ui-parent