diff --git a/implementation/pom.xml b/implementation/pom.xml index fdd4604ea..b70c64a87 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -22,7 +22,7 @@ io.smallrye smallrye-open-api-parent - 1.2.2-SNAPSHOT + 1.2.2 smallrye-open-api diff --git a/pom.xml b/pom.xml index a7e940caa..6ab6bd0d5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ smallrye-open-api-parent - 1.2.2-SNAPSHOT + 1.2.2 pom SmallRye: MicroProfile OpenAPI Parent @@ -64,7 +64,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/ - HEAD + 1.2.2 diff --git a/release/pom.xml b/release/pom.xml index b1e1e1762..a6ecaf618 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-open-api-parent - 1.2.2-SNAPSHOT + 1.2.2 smallrye-open-api-release diff --git a/tck/pom.xml b/tck/pom.xml index 3dda5512d..99f5c8fc9 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-open-api-parent - 1.2.2-SNAPSHOT + 1.2.2 smallrye-open-api-tck SmallRye: MicroProfile OpenAPI TCK