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/ca4e2124 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ca4e2124 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ca4e2124 Branch: refs/heads/calcite Commit: ca4e21242a573f4b58fb8959d83ff3b023f057a5 Parents: 5c32d19 Author: Samarth <[email protected]> Authored: Tue Apr 7 18:30:55 2015 -0700 Committer: Samarth <[email protected]> Committed: Tue Apr 7 18:30:55 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/ca4e2124/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bfafe78..4793cf2 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>
