Skip to content

Commit

Permalink
Some more version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Mar 13, 2024
1 parent 16ddb15 commit 8143e5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
-->
<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#28.0.0.Final">
<feature-pack location="wildfly@maven(org.jboss.universe:community-universe):current#31.0.1.Final">
<default-configs inherit="true"/>
</feature-pack>
<!-- 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:2.1.0.Final">
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:2.3.0.Final">
<default-configs inherit="false"/>
</feature-pack>
<config model="standalone" name="standalone-graphql.xml">
Expand Down
4 changes: 2 additions & 2 deletions quickstart/provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
(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#28.0.0.Final">
<feature-pack location="wildfly@maven(org.jboss.universe:community-universe):current#31.0.1.Final">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:2.1.0.Final">
<feature-pack location="org.wildfly.extras.graphql:wildfly-microprofile-graphql-feature-pack:2.3.0.Final">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down

0 comments on commit 8143e5a

Please sign in to comment.