Skip to content

Commit b20192e

Browse files
committed
Add WildFly bom dependency to the documentation module
so that dependabot won't ignore it.
1 parent ec50ef0 commit b20192e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ updates:
132132
# Apparently patterns using wildcards are not supported here. Hopefully this will last until they drop these silly -jdk8 packages.
133133
versions: ["5.0-jdk8", "5.1-jdk8", "5.2-jdk8", "5.3-jdk8", "5.4-jdk8", "5.5-jdk8", "5.6-jdk8", "5.7-jdk8", "5.8-jdk8", "5.9-jdk8"]
134134
# We only use the major version of WildFly, and only for a link in the documentation
135-
- dependency-name: "org.wildfly.bom:wildfly"
135+
- dependency-name: "org.wildfly:wildfly-dist"
136136
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
137137
# We ignore any plexus-compiler updates that are > 2.14.2 since that's the last version
138138
# with which jboss-logging annotation processor can still work.

build/parents/build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,8 @@
964964
<!-- The version is used to generate a link to the WildFly documentation -->
965965
<!-- This simply makes sure dependabot will automatically bump the version -->
966966
<dependency>
967-
<groupId>org.wildfly.bom</groupId>
968-
<artifactId>wildfly</artifactId>
967+
<groupId>org.wildfly</groupId>
968+
<artifactId>wildfly-dist</artifactId>
969969
<version>${version.org.wildfly}</version>
970970
<type>pom</type>
971971
</dependency>

0 commit comments

Comments
 (0)