Skip to content

Commit

Permalink
Merge pull request #395 from jfdenise/main
Browse files Browse the repository at this point in the history
Fix configuration url in layers metadata
  • Loading branch information
jfdenise authored Sep 26, 2023
2 parents 0be2e81 + 87629c0 commit c5215c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:2.0" name="ejb-dist-cache">
<props>
<prop name="org.wildfly.rule.configuration" value="https://github.com/wildfly/wildfly-cekit-modules/blob/main/jboss/container/wildfly/launch/jgroups/module.yaml"/>
<prop name="org.wildfly.rule.configuration" value="https://raw.githubusercontent.com/wildfly/wildfly-cekit-modules/main/jboss/container/wildfly/launch/jgroups/module.yaml"/>
</props>
<exclude spec="subsystem.jgroups.channel"/>
<feature spec="subsystem.jgroups.channel">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:2.0" name="jpa-distributed">
<props>
<prop name="org.wildfly.rule.configuration" value="https://github.com/wildfly/wildfly-cekit-modules/blob/main/jboss/container/wildfly/launch/jgroups/module.yaml"/>
<prop name="org.wildfly.rule.configuration" value="https://raw.githubusercontent.com/wildfly/wildfly-cekit-modules/main/jboss/container/wildfly/launch/jgroups/module.yaml"/>
</props>
<exclude spec="subsystem.jgroups.channel"/>
<feature spec="subsystem.jgroups.channel">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:2.0" name="web-clustering">
<props>
<prop name="org.wildfly.rule.configuration" value="https://github.com/wildfly/wildfly-cekit-modules/blob/main/jboss/container/wildfly/launch/jgroups/module.yaml"/>
<prop name="org.wildfly.rule.configuration" value="https://raw.githubusercontent.com/wildfly/wildfly-cekit-modules/main/jboss/container/wildfly/launch/jgroups/module.yaml"/>
</props>
<exclude spec="subsystem.jgroups.channel"/>
<feature spec="subsystem.jgroups.channel">
Expand Down

0 comments on commit c5215c7

Please sign in to comment.