diff --git a/README.md b/README.md index 4eba6b7..7b1c587 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ can rerun the above command, and pass in more layers in the `--layers` option if #### Install the MicroProfile GraphQL Feature Pack Now to install our feature pack, we can run: ``` -galleon.sh install org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.0.0.Final --layers=microprofile-graphql --dir=wildfly +galleon.sh install org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.1.0.Final --layers=microprofile-graphql --dir=wildfly ``` which will install all the layers from the MicroProfile GraphQL feature pack. diff --git a/build/pom.xml b/build/pom.xml index a051a0e..14c10c0 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -21,7 +21,7 @@ wildfly-microprofile-graphql-parent org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final 4.0.0 diff --git a/feature-pack/pom.xml b/feature-pack/pom.xml index 440be26..f6e4259 100644 --- a/feature-pack/pom.xml +++ b/feature-pack/pom.xml @@ -21,7 +21,7 @@ wildfly-microprofile-graphql-parent org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final 4.0.0 diff --git a/pom.xml b/pom.xml index 33495a4..8faa707 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.graphql wildfly-microprofile-graphql-parent - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final pom WildFly MicroProfile GraphQL - Parent WildFly implementation of MicroProfile GraphQL diff --git a/provision.xml b/provision.xml index 19a9e24..574ca3e 100644 --- a/provision.xml +++ b/provision.xml @@ -32,7 +32,7 @@ - + diff --git a/quickstart/pom.xml b/quickstart/pom.xml index afe8def..e643c38 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -20,11 +20,11 @@ wildfly-microprofile-graphql-parent org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final wildfly-microprofile-graphql-quickstart - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final war WildFly MicroProfile GraphQL - Quickstart Quickstart for the WildFly implementation of MicroProfile GraphQL diff --git a/quickstart/provision.xml b/quickstart/provision.xml index d54368c..29e8caf 100644 --- a/quickstart/provision.xml +++ b/quickstart/provision.xml @@ -29,7 +29,7 @@ - + diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 1d2c634..dbc1f78 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -21,7 +21,7 @@ wildfly-microprofile-graphql-parent org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final 4.0.0 diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 10cbd3d..16c894c 100644 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -21,7 +21,7 @@ wildfly-microprofile-graphql-testsuite org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 9290ec7..0f146fe 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -21,7 +21,7 @@ wildfly-microprofile-graphql-parent org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final 4.0.0 diff --git a/testsuite/server-tck/pom.xml b/testsuite/server-tck/pom.xml index ff92ca4..001406a 100644 --- a/testsuite/server-tck/pom.xml +++ b/testsuite/server-tck/pom.xml @@ -21,7 +21,7 @@ wildfly-microprofile-graphql-testsuite org.wildfly.extras.graphql - 1.1.0.Beta1-SNAPSHOT + 1.1.0.Final 4.0.0