You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/10/19 07:29:22 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump wildfly-maven-plugin from 2.0.2.Final to 2.1.0.Final

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 4bd09cb  build(deps): bump wildfly-maven-plugin from 2.0.2.Final to 2.1.0.Final
4bd09cb is described below

commit 4bd09cb844902b0a927274aa14bb9caa88d10516
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 15 16:19:43 2021 +0000

    build(deps): bump wildfly-maven-plugin from 2.0.2.Final to 2.1.0.Final
    
    Bumps [wildfly-maven-plugin](https://github.com/wildfly/wildfly-maven-plugin) from 2.0.2.Final to 2.1.0.Final.
    - [Release notes](https://github.com/wildfly/wildfly-maven-plugin/releases)
    - [Commits](https://github.com/wildfly/wildfly-maven-plugin/compare/2.0.2.Final...2.1.0.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.wildfly.plugins:wildfly-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 992ef33..3e2dc99 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -487,7 +487,7 @@
              -->
             <groupId>org.wildfly.plugins</groupId>
             <artifactId>wildfly-maven-plugin</artifactId>
-            <version>2.0.2.Final</version>
+            <version>2.1.0.Final</version>
           </plugin>
         </plugins>
       </build>