Skip to content

Commit

Permalink
Release 2.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Nov 29, 2022
1 parent d01b308 commit 40fc04e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-parent</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-parent</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.wildfly.extras.graphql</groupId>
<artifactId>wildfly-microprofile-graphql-parent</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
<packaging>pom</packaging>
<name>WildFly MicroProfile GraphQL - Parent</name>
<description>WildFly implementation of MicroProfile GraphQL</description>
Expand Down
2 changes: 1 addition & 1 deletion provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<installation xmlns="urn:jboss:galleon:provisioning:3.0">
<!-- below here we specify the desired WildFly version -->
<feature-pack location="wildfly@maven(org.jboss.universe:community-universe):current#27.0.0.Beta1">
<feature-pack location="wildfly@maven(org.jboss.universe:community-universe):current#27.0.0.Final">
<default-configs inherit="true"/>
</feature-pack>
<!-- below here we specify the desired GraphQL feature pack version
Expand Down
4 changes: 2 additions & 2 deletions quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<artifactId>wildfly-microprofile-graphql-parent</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>wildfly-microprofile-graphql-quickstart</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
<packaging>war</packaging>
<name>WildFly MicroProfile GraphQL - Quickstart</name>
<description>Quickstart for the WildFly implementation of MicroProfile GraphQL</description>
Expand Down
2 changes: 1 addition & 1 deletion quickstart/provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(note that `-dir` should have double hyphens, which don't work in XML comments!)
-->
<installation xmlns="urn:jboss:galleon:provisioning:3.0">
<feature-pack location="wildfly@maven(org.jboss.universe:community-universe):current#27.0.0.Beta1">
<feature-pack location="wildfly@maven(org.jboss.universe:community-universe):current#27.0.0.Final">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-parent</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/client-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-testsuite</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-testsuite</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-parent</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/server-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-graphql-testsuite</artifactId>
<groupId>org.wildfly.extras.graphql</groupId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 40fc04e

Please sign in to comment.