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/11/22 20:25:18 UTC

[2/3] syncope git commit: Verifying compatibility with Wildfly 8.2

Verifying compatibility with Wildfly 8.2


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

Branch: refs/heads/master
Commit: 56f89fae9a9dd99a57cf9907e5ad916f19ffe410
Parents: 5836c0e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Sat Nov 22 20:24:52 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Sat Nov 22 20:24:52 2014 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/56f89fae/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 6380558..6497c1f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1264,7 +1264,7 @@ under the License.
               <container>
                 <containerId>wildfly8x</containerId>
                 <zipUrlInstaller>
-                  <url>http://download.jboss.org/wildfly/8.1.0.Final/wildfly-8.1.0.Final.zip</url>
+                  <url>http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>