You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/03/29 13:27:42 UTC

[1/2] activemq-artemis git commit: This closes #1151

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 3597605a6 -> 057b3b856


This closes #1151


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/057b3b85
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/057b3b85
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/057b3b85

Branch: refs/heads/master
Commit: 057b3b856eade02e78b6200015184bb2b164af21
Parents: 3597605 63054a0
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Mar 29 09:27:27 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 29 09:27:27 2017 -0400

----------------------------------------------------------------------
 pom.xml                   | 4 ++--
 tests/extra-tests/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: NO-JIRA upgrade maven-surefire-plugin to 2.19.1

Posted by cl...@apache.org.
NO-JIRA upgrade maven-surefire-plugin to 2.19.1


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/63054a07
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/63054a07
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/63054a07

Branch: refs/heads/master
Commit: 63054a07068f051c8eba5c8c4641ffe17ab0feed
Parents: 3597605
Author: Jiri Danek <jd...@redhat.com>
Authored: Wed Mar 29 13:05:55 2017 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 29 09:27:27 2017 -0400

----------------------------------------------------------------------
 pom.xml                   | 4 ++--
 tests/extra-tests/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/63054a07/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2110c59..8b48657 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1086,7 +1086,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
-               <version>2.18.1</version>
+               <version>2.19.1</version>
                <configuration>
                   <forkMode>once</forkMode>
                   <testFailureIgnore>true</testFailureIgnore>
@@ -1098,7 +1098,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-report-plugin</artifactId>
-               <version>2.18.1</version>
+               <version>2.19.1</version>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/63054a07/tests/extra-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml
index 22536bb..3d1e9eb 100644
--- a/tests/extra-tests/pom.xml
+++ b/tests/extra-tests/pom.xml
@@ -270,7 +270,7 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.18.1</version>
+            <version>2.19.1</version>
             <configuration>
                <skipTests>${skipExtraTests}</skipTests>
                <!-- ensure we don't inherit a byteman jar form any env settings -->