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 2017/05/25 14:20:46 UTC

[2/2] syncope git commit: Upgrading Glassfish and Payara

Upgrading Glassfish and Payara


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/419ad61f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/419ad61f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/419ad61f

Branch: refs/heads/master
Commit: 419ad61f20107438e95d98c01d48c2b4152d1191
Parents: 06d9b45
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu May 25 16:20:27 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu May 25 16:20:36 2017 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/419ad61f/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 58c9282..83454f2 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -701,7 +701,7 @@ under the License.
               <container>
                 <containerId>glassfish4x</containerId>
                 <zipUrlInstaller>
-                  <url>http://download.oracle.com/glassfish/4.1.1/release/glassfish-4.1.1.zip</url>
+                  <url>http://download.java.net/glassfish/4.1.2/release/glassfish-4.1.2.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>
@@ -748,7 +748,7 @@ under the License.
               <container>
                 <containerId>glassfish4x</containerId>
                 <zipUrlInstaller>
-                  <url>https://s3-eu-west-1.amazonaws.com/payara.fish/Payara+Downloads/Payara+4.1.1.171.1/payara-4.1.1.171.1.zip</url>
+                  <url>https://s3-eu-west-1.amazonaws.com/payara.fish/Payara+Downloads/Payara+4.1.2.172/payara-4.1.2.172.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>