Skip to content

Commit

Permalink
Bump org.wildfly.plugins:wildfly-maven-plugin
Browse files Browse the repository at this point in the history
Bumps [org.wildfly.plugins:wildfly-maven-plugin](https://github.com/wildfly/wildfly-maven-plugin) from 3.0.1.Final to 5.0.1.Final.
- [Release notes](https://github.com/wildfly/wildfly-maven-plugin/releases)
- [Commits](wildfly/wildfly-maven-plugin@3.0.1.Final...5.0.1.Final)

---
updated-dependencies:
- dependency-name: org.wildfly.plugins:wildfly-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent a639001 commit 32cb67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>3.0.1.Final</version>
<version>5.0.1.Final</version>
<inherited>true</inherited>
<configuration>
<id>${jbossServerId}</id>
Expand Down
2 changes: 1 addition & 1 deletion scim-server-examples/scim-server-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>4.0.0.Final</version>
<version>5.0.1.Final</version>
<configuration>
<skip>false</skip>
<filename>${project.artifactId}-${project.version}.war</filename>
Expand Down

0 comments on commit 32cb67c

Please sign in to comment.