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/10/30 13:23:54 UTC

[1/3] syncope git commit: Upgrading Maven on AppVeyor

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 3fe7d82ff -> 8973b910e
  refs/heads/2_1_X e996cafc1 -> 54ea52c7f
  refs/heads/master c1b1b7456 -> 9fc33d2dc


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/9fc33d2d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9fc33d2d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9fc33d2d

Branch: refs/heads/master
Commit: 9fc33d2dc0d26d49059c3c14b51e41adcd1419d9
Parents: c1b1b74
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 30 14:23:17 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 30 14:23:17 2018 +0100

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9fc33d2d/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 55343b0..acd8bb4 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;=%;


[3/3] syncope git commit: Upgrading Maven on AppVeyor

Posted by il...@apache.org.
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ò <il...@apache.org>
Authored: Tue Oct 30 14:23:17 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
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;=%;


[2/3] syncope git commit: Upgrading Maven on AppVeyor

Posted by il...@apache.org.
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/54ea52c7
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/54ea52c7
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/54ea52c7

Branch: refs/heads/2_1_X
Commit: 54ea52c7f5468630f5b3159bfd13c387ffa61dc5
Parents: e996caf
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 30 14:23:17 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 30 14:23:30 2018 +0100

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/54ea52c7/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index c39b21e..afd0b8f 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;=%;