You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/09 10:26:15 UTC

[myfaces-tobago] branch tobago-2.x updated: chore: update antrun plugin

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 200f186  chore: update antrun plugin
200f186 is described below

commit 200f1864333d3494fa1bcb2ab6e171735a665da1
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 9 11:20:04 2022 +0100

    chore: update antrun plugin
---
 pom.xml                                       | 2 +-
 tobago-theme/tobago-theme-scarborough/pom.xml | 4 ++--
 tobago-theme/tobago-theme-standard/pom.xml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fafae89..fb6bf5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -966,7 +966,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
+          <version>1.8</version>
         </plugin>
         <plugin>
           <groupId>net.sourceforge.maven-taglib</groupId>
diff --git a/tobago-theme/tobago-theme-scarborough/pom.xml b/tobago-theme/tobago-theme-scarborough/pom.xml
index 57b288b..97df891 100644
--- a/tobago-theme/tobago-theme-scarborough/pom.xml
+++ b/tobago-theme/tobago-theme-scarborough/pom.xml
@@ -35,13 +35,13 @@
           <childDelegation>true</childDelegation>
           <excludes>
             <exclude>**/DateUnitTest*</exclude>
-            <exclude>**/GridLayoutUnitTest*</exclude>  
+            <exclude>**/GridLayoutUnitTest*</exclude>
           </excludes>
         </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.6</version>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>strip-javascript</id>
diff --git a/tobago-theme/tobago-theme-standard/pom.xml b/tobago-theme/tobago-theme-standard/pom.xml
index 3ab44d6..54cd5b4 100644
--- a/tobago-theme/tobago-theme-standard/pom.xml
+++ b/tobago-theme/tobago-theme-standard/pom.xml
@@ -29,7 +29,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.6</version>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>strip-javascript</id>