You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by sb...@apache.org on 2012/03/02 09:51:17 UTC

git commit: update JBoss AS version for integration tests

Updated Branches:
  refs/heads/master 95131b939 -> 0096f2a1b


update JBoss AS version for integration tests


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

Branch: refs/heads/master
Commit: 0096f2a1b613c62020f81aa559eb1cddaab7c522
Parents: 95131b9
Author: Shane Bryzak <sb...@gmail.com>
Authored: Fri Mar 2 18:50:59 2012 +1000
Committer: Shane Bryzak <sb...@gmail.com>
Committed: Fri Mar 2 18:50:59 2012 +1000

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


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/0096f2a1/deltaspike/parent/it/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/it/pom.xml b/deltaspike/parent/it/pom.xml
index 5c9a28a..eb0d079 100644
--- a/deltaspike/parent/it/pom.xml
+++ b/deltaspike/parent/it/pom.xml
@@ -35,7 +35,7 @@
     <description>Apache DeltaSpike Parent for Managed container projects</description>
 
     <properties>
-        <jboss.as.version>7.1.0.CR1b</jboss.as.version>
+        <jboss.as.version>7.1.0.Final</jboss.as.version>
     </properties>
 
     <repositories>