Skip to content

Commit

Permalink
Merge pull request #6082 from yersan/WFCORE-6905
Browse files Browse the repository at this point in the history
[WFCORE-6905] Upgrade Galleon to 6.0.2.Final and Galleon Plugins to 7…
  • Loading branch information
yersan authored Jul 19, 2024
2 parents 37ed307 + be88f41 commit c85c383
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions core-feature-pack/galleon-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@
</goals>
<phase>compile</phase>
<configuration>
<!-- Any dependency to a package that has a stability level
lower than the minimum stability level will break the build.
Note that package dependencies that are only valid for
a minimum stability level are ignored. -->
<forbid-lower-stability-level-package-reference>true</forbid-lower-stability-level-package-reference>
<release-name>WildFly Core</release-name>
<fork-embedded>${galleon.fork.embedded}</fork-embedded>
<generate-channel-manifest>true</generate-channel-manifest>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
<!-- Non-default maven plugin versions and configuration -->
<version.buildhelper.plugin>3.4.0</version.buildhelper.plugin>
<version.jacoco.plugin>0.8.10</version.jacoco.plugin>
<version.org.jboss.galleon>6.0.0.Final</version.org.jboss.galleon>
<version.org.jboss.galleon>6.0.2.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.1.0.Final</version.org.wildfly.galleon-plugins>
<version.org.wildfly.galleon-plugins>7.1.1.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
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
</goals>
<phase>prepare-package</phase>
<configuration>
<!-- Any dependency to a package that has a stability level
lower than the minimum stability level will break the build.
Note that package dependencies that are only valid for
a minimum stability level are ignored. -->
<forbid-lower-stability-level-package-reference>true</forbid-lower-stability-level-package-reference>
<fork-embedded>${galleon.fork.embedded}</fork-embedded>
</configuration>
</execution>
Expand Down

0 comments on commit c85c383

Please sign in to comment.