You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/11/17 21:14:54 UTC

usergrid git commit: Use variable instead of hardcoded JUnit version number

Repository: usergrid
Updated Branches:
  refs/heads/ignores c96e2944f -> 6f3541be6


Use variable instead of hardcoded JUnit version number


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/6f3541be
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/6f3541be
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/6f3541be

Branch: refs/heads/ignores
Commit: 6f3541be60998f23f95c9794a77d7230396db3e3
Parents: c96e294
Author: Dave Johnson <sn...@apache.org>
Authored: Tue Nov 17 15:14:51 2015 -0500
Committer: Dave Johnson <sn...@apache.org>
Committed: Tue Nov 17 15:14:51 2015 -0500

----------------------------------------------------------------------
 stack/build-tools/pom.xml | 2 +-
 stack/config/pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/6f3541be/stack/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/build-tools/pom.xml b/stack/build-tools/pom.xml
index 2001396..91c655d 100644
--- a/stack/build-tools/pom.xml
+++ b/stack/build-tools/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>${junit-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/6f3541be/stack/config/pom.xml
----------------------------------------------------------------------
diff --git a/stack/config/pom.xml b/stack/config/pom.xml
index 4ee1a3b..c445c58 100644
--- a/stack/config/pom.xml
+++ b/stack/config/pom.xml
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>${junit-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>