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 2018/11/02 07:29:17 UTC

[syncope] branch 2_0_X updated: Upgrading Cargo

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 741f34f  Upgrading Cargo
741f34f is described below

commit 741f34fa00cb50910fa16ba24b6a742f1e8e764c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 2 08:28:48 2018 +0100

    Upgrading Cargo
---
 appveyor.yml | 1 +
 pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index f58a884..95610ee 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,7 @@ init:
  - git config --global core.autocrlf true
 install:
   - cinst git
+  - cinst patch
   - ps: |
       Add-Type -AssemblyName System.IO.Compression.FileSystem
       if (!(Test-Path -Path "C:\maven" )) {
diff --git a/pom.xml b/pom.xml
index 4bd68b3..90155e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1982,7 +1982,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.11</version>
+          <version>1.7.0</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>