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/09/30 23:06:30 UTC

[1/2] git commit: DELTASPIKE-276 upgrade hamcrest and Arquillian

Updated Branches:
  refs/heads/master 82d032941 -> 909a80005


DELTASPIKE-276 upgrade hamcrest and Arquillian


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

Branch: refs/heads/master
Commit: 909a80005bb7fb7d4b948b0e393c0d7290bb32b0
Parents: dba3456
Author: Mark Struberg <st...@apache.org>
Authored: Sun Sep 30 22:59:52 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Sun Sep 30 22:59:52 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/909a8000/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index aa10cc7..1f015ad 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -131,7 +131,7 @@
 
         <!-- testing stuff -->
         <junit.version>4.10</junit.version>
-        <arquillian.version>1.0.1.Final</arquillian.version>
+        <arquillian.version>1.0.2.Final</arquillian.version>
         <tomee.version>1.5.1-SNAPSHOT</tomee.version>
 
         <!-- JSF-2.0 implementations-->
@@ -163,7 +163,7 @@
         <maven.checkstyle.plugin.version>2.9.1</maven.checkstyle.plugin.version>
         <maven.compiler.plugin.version>2.5</maven.compiler.plugin.version>
 
-        <hamcrest.version>1.3.RC2</hamcrest.version>
+        <hamcrest.version>1.3</hamcrest.version>
 
         <jacoco.version>0.5.7.201204190339</jacoco.version>