You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by iv...@apache.org on 2018/02/15 22:40:43 UTC

[bookkeeper] branch master updated: Upgrade arquillian-cube to latest version (0.15.1)

This is an automated email from the ASF dual-hosted git repository.

ivank pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new fa620b7  Upgrade arquillian-cube to latest version (0.15.1)
fa620b7 is described below

commit fa620b78fa595ad2c0054e3cb6147b707b1276cb
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Thu Feb 15 23:40:36 2018 +0100

    Upgrade arquillian-cube to latest version (0.15.1)
    
    This gets rid of an ugly exception that the framework was throwing.
    https://github.com/arquillian/arquillian-cube/issues/957
    
    Author: Ivan Kelly <iv...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1150 from ivankelly/arq-upgrade
---
 tests/integration-tests-utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration-tests-utils/pom.xml b/tests/integration-tests-utils/pom.xml
index ca3608a..fb6654a 100644
--- a/tests/integration-tests-utils/pom.xml
+++ b/tests/integration-tests-utils/pom.xml
@@ -35,7 +35,7 @@
 
   <properties>
     <shrinkwrap.version>3.0.1</shrinkwrap.version>
-    <arquillian-cube.version>1.13.0</arquillian-cube.version>
+    <arquillian-cube.version>1.15.1</arquillian-cube.version>
     <commons-compress.version>1.15</commons-compress.version>
   </properties>
 

-- 
To stop receiving notification emails like this one, please contact
ivank@apache.org.