You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2016/07/12 00:23:11 UTC

[1/2] apex-core git commit: APEXCORE-485 - Upgrade maven surefire plugin to the latest version

Repository: apex-core
Updated Branches:
  refs/heads/master 8007b863b -> 4fd51ca1e


APEXCORE-485 - Upgrade maven surefire plugin to the latest version


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/113dd91e
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/113dd91e
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/113dd91e

Branch: refs/heads/master
Commit: 113dd91e513e92043eed6bff3904a93dcf1e9c5b
Parents: c03f05d
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Mon Jul 11 07:28:27 2016 -0700
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Mon Jul 11 07:28:27 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/113dd91e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08b2bb4..dbcebad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,12 +228,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.14.1</version>
+          <version>2.19.1</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.maven.surefire</groupId>
               <artifactId>surefire-junit47</artifactId>
-              <version>2.14.1</version>
+              <version>2.19.1</version>
             </dependency>
           </dependencies>
           <configuration>


[2/2] apex-core git commit: Merge branch 'APEXCORE-485' of github.com:vrozov/apex-core

Posted by da...@apache.org.
Merge branch 'APEXCORE-485' of github.com:vrozov/apex-core


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/4fd51ca1
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/4fd51ca1
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/4fd51ca1

Branch: refs/heads/master
Commit: 4fd51ca1ed539d27748376b84c4aedb5733cf9e5
Parents: 8007b86 113dd91
Author: David Yan <da...@datatorrent.com>
Authored: Mon Jul 11 17:14:22 2016 -0700
Committer: David Yan <da...@datatorrent.com>
Committed: Mon Jul 11 17:14:22 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------