Upgrading Glassfish to 4.1.1
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c1bd770a Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c1bd770a Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c1bd770a Branch: refs/heads/master Commit: c1bd770a0b1b8738ea59e90de40238290f181698 Parents: 2011671 Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Oct 15 12:21:40 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Oct 15 12:21:40 2015 +0200 ---------------------------------------------------------------------- fit/core-reference/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/c1bd770a/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index 90e4df9..8f4f62a 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -552,7 +552,7 @@ under the License. <container> <containerId>glassfish4x</containerId> <zipUrlInstaller> - <url>http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip</url> + <url>http://download.oracle.com/glassfish/4.1.1/release/glassfish-4.1.1.zip</url> <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir> <extractDir>${project.build.directory}/cargo/extract</extractDir> </zipUrlInstaller>
