Author: ilgrosso
Date: Mon Sep 15 15:51:17 2014
New Revision: 1625087
URL: http://svn.apache.org/r1625087
Log:
Checked working with Glassfish 4.1
Modified:
syncope/branches/1_2_X/core/pom.xml
Modified: syncope/branches/1_2_X/core/pom.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_2_X/core/pom.xml?rev=1625087&r1=1625086&r2=1625087&view=diff
==============================================================================
--- syncope/branches/1_2_X/core/pom.xml (original)
+++ syncope/branches/1_2_X/core/pom.xml Mon Sep 15 15:51:17 2014
@@ -1180,7 +1180,7 @@ under the License.
<container>
<containerId>glassfish4x</containerId>
<zipUrlInstaller>
-
<url>http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip</url>
+
<url>http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
<extractDir>${project.build.directory}/cargo/extract</extractDir>
</zipUrlInstaller>