You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/04/17 16:11:17 UTC

[syncope] branch 2_0_X updated: Upgrading maven-antrun-plugin

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new be475d0  Upgrading maven-antrun-plugin
be475d0 is described below

commit be475d0af00bd7bba43c0d6d7b92f6f7617b22b6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 17 18:03:49 2020 +0200

    Upgrading maven-antrun-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0269d9e..26f3c9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2057,7 +2057,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.8</version>
+          <version>3.0.0</version>
         </plugin>
         
         <plugin>