You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2015/04/08 03:27:35 UTC

phoenix git commit: PHOENIX-1742 Update pom to Junit 4.12

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 f2bf97d6f -> 67ed4e195


PHOENIX-1742 Update pom to Junit 4.12


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/67ed4e19
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/67ed4e19
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/67ed4e19

Branch: refs/heads/4.x-HBase-0.98
Commit: 67ed4e195b36a4e9b2c857323c5832e0e3578123
Parents: f2bf97d
Author: Samarth <sa...@salesforce.com>
Authored: Tue Apr 7 18:28:34 2015 -0700
Committer: Samarth <sa...@salesforce.com>
Committed: Tue Apr 7 18:28:34 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/67ed4e19/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9edf084..da5e13a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 
     <!-- Test Dependencies -->
     <mockito-all.version>1.8.5</mockito-all.version>
-    <junit.version>4.12-beta-3</junit.version>
+    <junit.version>4.12</junit.version>
 
     <!-- Plugin versions -->
     <maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>