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 2020/07/22 06:46:05 UTC

[syncope] 02/02: 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

commit 7289af6ea39a8452bb4cd3e074fd0ec26110aa21
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 22 08:42:05 2020 +0200

    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 5aa8a2d..f00fad1 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1544,7 +1544,7 @@ under the License.
               <container>
                 <containerId>payara</containerId>
                 <zipUrlInstaller>
-                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.201/payara-5.201.zip</url>
+                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.2020.3/payara-5.2020.3.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>