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/03/15 06:11:26 UTC

[syncope] branch 2_0_X updated (a1daf0d -> 71cef7f)

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

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


    from a1daf0d  Fixing 'view executions' menu items for Sched, Pull and Push tasks
     new 3a72b0c  Upgrading maven-dependency-plugin
     new 71cef7f  Upgrading cargo-maven2-plugin

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[syncope] 02/02: Upgrading cargo-maven2-plugin

Posted by il...@apache.org.
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

commit 71cef7f164cc346e37ac8f97daaacab4640c8896
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Mar 15 07:09:55 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d443afa..1c4cf63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2076,7 +2076,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.10</version>
+          <version>1.7.11</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>


[syncope] 01/02: Upgrading maven-dependency-plugin

Posted by il...@apache.org.
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

commit 3a72b0cc74a96f1713ee862b5ddd8f3f7cc81580
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Mar 13 06:59:10 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 6d2113f..d443afa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1966,7 +1966,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <useBaseVersion>true</useBaseVersion>