Repository: syncope Updated Branches: refs/heads/2_0_X e64d79104 -> 845ce01db refs/heads/master 06d9b452a -> 419ad61f2
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/845ce01d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/845ce01d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/845ce01d Branch: refs/heads/2_0_X Commit: 845ce01db84a1197911bfe616fd1a2cd4667516c Parents: e64d791 Author: Francesco Chicchiriccò <[email protected]> Authored: Thu May 25 16:20:27 2017 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu May 25 16:20:27 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/845ce01d/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index f6888a5..1a116aa 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>
