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 639c314 Upgrading Cargo
639c314 is described below
commit 639c314cd6aa922f6036e803ca7772d478b21165
Author: Francesco Chicchiriccò <[email protected]>
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 f2d75f3..9dc3d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1910,7 +1910,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>tomcat9x</containerId>