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 2014/09/15 17:51:17 UTC

svn commit: r1625087 - /syncope/branches/1_2_X/core/pom.xml

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>