You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/07/06 20:55:19 UTC

git commit: DELTASPIKE-224 upgrade jbossas to 7.1.1.Final

Updated Branches:
  refs/heads/master e7ef5ca89 -> 62876d088


DELTASPIKE-224 upgrade jbossas to 7.1.1.Final

This is needed as both 7.1.0 and 7.0.0 are broken it seems.


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/62876d08
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/62876d08
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/62876d08

Branch: refs/heads/master
Commit: 62876d088c0430b0f07e5d9ed9050fb3fdfaf06a
Parents: e7ef5ca
Author: Mark Struberg <st...@apache.org>
Authored: Fri Jul 6 20:54:17 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Jul 6 20:54:53 2012 +0200

----------------------------------------------------------------------
 deltaspike/parent/code/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/62876d08/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index ee10e55..980232d 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -35,7 +35,7 @@
     <description>Apache DeltaSpike Parent for container projects</description>
 
     <properties>
-        <jboss.as.version>7.1.0.Final</jboss.as.version>
+        <jboss.as.version>7.1.1.Final</jboss.as.version>
     </properties>
 
 
@@ -106,7 +106,7 @@
                 <repository>
                     <id>JBoss-Snapshots</id>
                     <name>JBoss Snapshots</name>
-                    <url>http://snapshots.jboss.org/maven2/</url>
+                    <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
                 </repository>
             </repositories>
         </profile>