You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/02/13 13:31:48 UTC

[myfaces-tobago] 17/32: cherrypick from 2.x: chore: update antrun plugin

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

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

    cherrypick from 2.x: 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 9d7b036..43e3185 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 d9b9e62..5e2ca3f 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 b2ca041..83a09b7 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>