You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/01/23 11:02:13 UTC

[2/2] tomee git commit: Correct arquillian version

Correct arquillian version


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/489b314c
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/489b314c
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/489b314c

Branch: refs/heads/master
Commit: 489b314c99e6692a1db50df920ee3cad7cea115a
Parents: e354a7f
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Tue Jan 23 11:00:31 2018 +0000
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Tue Jan 23 11:00:31 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/489b314c/examples/polling-parent/pom.xml
----------------------------------------------------------------------
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index 0d2809e..5e7c491 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -111,7 +111,7 @@
       <dependency>
         <groupId>org.jboss.arquillian.junit</groupId>
         <artifactId>arquillian-junit-container</artifactId>
-        <version>1.1.10.Final</version>
+        <version>1.1.13.Final</version>
         <scope>test</scope>
       </dependency>
       <dependency>