You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 10:16:43 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump exec-maven-plugin from 1.4.0 to 3.0.0

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

bommel 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 173c07a  chore(deps): bump exec-maven-plugin from 1.4.0 to 3.0.0
173c07a is described below

commit 173c07af5a82dabeab763252e7de44c43602ad94
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 10 07:45:41 2021 +0000

    chore(deps): bump exec-maven-plugin from 1.4.0 to 3.0.0
    
    Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 1.4.0 to 3.0.0.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.4.0...exec-maven-plugin-3.0.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 tobago-theme/tobago-theme-standard/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 107e3d9..945f16d 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -36,7 +36,7 @@
     <selenium.version>3.141.59</selenium.version>
     <meecrowave.version>1.2.8</meecrowave.version>
     <tomcat.version>9.0.41</tomcat.version>
-    <exec.version>1.6.0</exec.version>
+    <exec.version>3.0.0</exec.version>
     <finalName>tobago-example-demo</finalName>
   </properties>
 
diff --git a/tobago-theme/tobago-theme-standard/pom.xml b/tobago-theme/tobago-theme-standard/pom.xml
index 4f6c783..6b99626 100644
--- a/tobago-theme/tobago-theme-standard/pom.xml
+++ b/tobago-theme/tobago-theme-standard/pom.xml
@@ -95,7 +95,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>1.4.0</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <id>compress-standard</id>