Skip to content

Commit

Permalink
Merge pull request #6035 from jfdenise/WFCORE-6853
Browse files Browse the repository at this point in the history
Fix for WFCORE-6853, Upgrade to Galleon Plugins 7.1.0.Final
  • Loading branch information
yersan authored Jun 17, 2024
2 parents 895d95b + 162f9c4 commit 5337240
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions core-feature-pack/galleon-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@
<release-name>WildFly Core</release-name>
<fork-embedded>${galleon.fork.embedded}</fork-embedded>
<generate-channel-manifest>true</generate-channel-manifest>
<minimum-stability-level>experimental</minimum-stability-level>
<config-stability-level>community</config-stability-level>
<package-stability-level>experimental</package-stability-level>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<build xmlns="urn:wildfly:feature-pack-build:3.1" producer="wildfly-core@maven(org.jboss.universe:community-universe):current">
<build xmlns="urn:wildfly:feature-pack-build:3.4" producer="wildfly-core@maven(org.jboss.universe:community-universe):current">
<default-packages>
<package name="modules.all"/>
<package name="docs"/>
Expand All @@ -13,6 +13,11 @@
<group name="org.wildfly.core"/>
</package-schemas>

<stability-levels>
<minimum-stability-level>experimental</minimum-stability-level>
<config-stability-level>community</config-stability-level>
<package-stability-level>experimental</package-stability-level>
</stability-levels>
<config name="standalone.xml" model="standalone">
<!-- config name is the resulting xml file name which can be changed by setting the property below
<props>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<version.jacoco.plugin>0.8.10</version.jacoco.plugin>
<version.org.jboss.galleon>6.0.0.Final</version.org.jboss.galleon>
<version.org.wildfly.checkstyle-config>1.0.8.Final</version.org.wildfly.checkstyle-config>
<version.org.wildfly.galleon-plugins>7.0.0.Final</version.org.wildfly.galleon-plugins>
<version.org.wildfly.galleon-plugins>7.1.0.Final</version.org.wildfly.galleon-plugins>
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
<!-- wildfly-maven-plugin-->
<version.wildfly.plugin>5.0.0.Final</version.wildfly.plugin>
Expand Down

0 comments on commit 5337240

Please sign in to comment.