Repository: hive Updated Branches: refs/heads/master 31aebbd2b -> 78b4d8057
Revert "HIVE-19513 : ptest version in pom.xml should be 1.0 (Vihang Karajgaonkar reviewed by Sahil Takiar)" This reverts commit 31aebbd2b81e6be5757230298b6835dcb55cfcd0. Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/78b4d805 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/78b4d805 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/78b4d805 Branch: refs/heads/master Commit: 78b4d80575e14cad8148b430db182a54f28963aa Parents: 31aebbd Author: Vihang Karajgaonkar <[email protected]> Authored: Sun May 13 16:04:53 2018 -0700 Committer: Vihang Karajgaonkar <[email protected]> Committed: Sun May 13 16:04:53 2018 -0700 ---------------------------------------------------------------------- testutils/ptest2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/78b4d805/testutils/ptest2/pom.xml ---------------------------------------------------------------------- diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml index 25936fd..5cd733b 100644 --- a/testutils/ptest2/pom.xml +++ b/testutils/ptest2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hive</groupId> <artifactId>hive-ptest</artifactId> - <version>1.0</version> + <version>3.0</version> <packaging>war</packaging> <name>hive-ptest</name> <properties>
