Skip to content

Commit

Permalink
Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Mar 15, 2021
1 parent 985d7bd commit c56eb5d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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 @@ -12,7 +12,7 @@
<!-- below here we specify the desired GraphQL feature pack version
see https://github.com/wildfly-extras/wildfly-graphql-feature-pack/wiki/Supported-versions-and-future-versions-roadmap for the list of supported FP versions depending on the used WildFly version
-->
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.2.0.Final-SNAPSHOT">
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.2.0.Final">
<default-configs inherit="false"/>
</feature-pack>
<config model="standalone" name="standalone.xml">
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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Final</version>
</parent>

<artifactId>wildfly-microprofile-graphql-quickstart</artifactId>
<version>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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 @@ -29,7 +29,7 @@
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.2.0.Final-SNAPSHOT">
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.2.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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.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>1.2.0.Final-SNAPSHOT</version>
<version>1.2.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit c56eb5d

Please sign in to comment.