Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jan 4, 2021
1 parent 74f231c commit d45f69c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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 @@ -32,7 +32,7 @@
<!--
When relasing and updating the version here. Remember to also update the version in the main README!!!
-->
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.0.0.Final">
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.1.0.Final">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>wildfly-microprofile-graphql-quickstart</artifactId>
<version>1.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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.0.0.Final">
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:1.1.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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.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.1.0.Beta1-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d45f69c

Please sign in to comment.