You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/07 16:16:57 UTC

incubator-tinkerpop git commit: Bump to junit 4.12.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 667ab9006 -> d77e390f2


Bump to junit 4.12.

New feature in there might be nice for the custom test suite - can override test class creation.


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

Branch: refs/heads/master
Commit: d77e390f2581c75e503b7e4b4d47b65868b40a27
Parents: 667ab90
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 7 10:15:15 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 7 10:15:15 2015 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d77e390f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 277b567..81d513d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@ limitations under the License.
     </scm>
     <properties>
         <groovy.version>2.4.1</groovy.version>
-        <junit.version>4.11</junit.version>
+        <junit.version>4.12</junit.version>
         <!-- Directory containing the file ${log4j.properties} defined
              above.  Maven interpolates ${project.basedir} in the
              context of child modules, so path this relative to one of