From commits-return-12398-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Tue Oct 30 14:23:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 987AD18077A for ; Tue, 30 Oct 2018 14:23:55 +0100 (CET) Received: (qmail 22793 invoked by uid 500); 30 Oct 2018 13:23:54 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 22773 invoked by uid 99); 30 Oct 2018 13:23:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2018 13:23:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 25FD8E090E; Tue, 30 Oct 2018 13:23:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Tue, 30 Oct 2018 13:23:56 -0000 Message-Id: In-Reply-To: <86ad1bd92b6646929c09130c43f8fd1b@git.apache.org> References: <86ad1bd92b6646929c09130c43f8fd1b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] syncope git commit: Upgrading Maven on AppVeyor Upgrading Maven on AppVeyor Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/8973b910 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8973b910 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8973b910 Branch: refs/heads/2_0_X Commit: 8973b910e7e0195a709caf36f293f268e579cca3 Parents: 3fe7d82 Author: Francesco Chicchiriccò Authored: Tue Oct 30 14:23:17 2018 +0100 Committer: Francesco Chicchiriccò Committed: Tue Oct 30 14:23:44 2018 +0100 ---------------------------------------------------------------------- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/8973b910/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index c94ff32..8ebe203 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ install: - ps: | Add-Type -AssemblyName System.IO.Compression.FileSystem if (!(Test-Path -Path "C:\maven" )) { - (new-object System.Net.WebClient).DownloadFile('https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.zip', 'C:\maven-bin.zip') + (new-object System.Net.WebClient).DownloadFile('https://www.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.zip', 'C:\maven-bin.zip') [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven") } - cmd: SET PATH=C:\maven\apache-maven-3.5.3\bin;%JAVA_HOME%\bin;=%;