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 2019/03/07 14:42:41 UTC

[syncope] branch 2_1_X updated: Upgrading Payara

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 7212c93  Upgrading Payara
7212c93 is described below

commit 7212c935f71e9c9cc50ca0d0cce993e16a37cc8c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 6 16:19:17 2019 +0100

    Upgrading Payara
---
 fit/core-reference/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 911235b..17f86e0 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1353,7 +1353,7 @@ under the License.
               <container>
                 <containerId>glassfish5x</containerId>
                 <zipUrlInstaller>
-                  <url>https://s3-eu-west-1.amazonaws.com/payara.fish/Payara+Downloads/5.183/payara-5.183.zip</url>
+                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.191/payara-5.191.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>