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 2022/04/26 06:22:08 UTC

[syncope] branch master updated: Upgrading maven-antrun-plugin

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

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


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

commit fe317b00a20bbc6737ca43f8c2d5f6c948427295
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 22 16:22:42 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index b45ec1972d..f20587438c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2140,7 +2140,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>