diff --git a/api/pom.xml b/api/pom.xml index 66b9f087..b01910f6 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -20,7 +20,7 @@ org.eclipse.microprofile.graphql microprofile-graphql-parent - 1.0.2-SNAPSHOT + 1.0.2 ../ diff --git a/pom.xml b/pom.xml index 72746651..afdf9889 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile.graphql microprofile-graphql-parent - 1.0.2-SNAPSHOT + 1.0.2 MicroProfile GraphQL @@ -63,7 +63,7 @@ scm:git:https://github.com/eclipse/microprofile-graphql.git scm:git:git@github.com:eclipse/microprofile-graphql.git https://github.com/eclipse/microprofile-graphql - HEAD + 1.0.2 diff --git a/spec/pom.xml b/spec/pom.xml index b1c4db09..8917e64d 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile.graphql microprofile-graphql-parent - 1.0.2-SNAPSHOT + 1.0.2 ../ diff --git a/tck/pom.xml b/tck/pom.xml index 9eb70c56..56c566ac 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -20,7 +20,7 @@ org.eclipse.microprofile.graphql microprofile-graphql-parent - 1.0.2-SNAPSHOT + 1.0.2 ../