Repository: hive Updated Branches: refs/heads/master d71032e43 -> 31aebbd2b
HIVE-19513 : ptest version in pom.xml should be 1.0 (Vihang Karajgaonkar reviewed by Sahil Takiar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/31aebbd2 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/31aebbd2 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/31aebbd2 Branch: refs/heads/master Commit: 31aebbd2b81e6be5757230298b6835dcb55cfcd0 Parents: d71032e Author: Vihang Karajgaonkar <[email protected]> Authored: Sat May 12 23:15:56 2018 -0700 Committer: Vihang Karajgaonkar <[email protected]> Committed: Sun May 13 15:20:45 2018 -0700 ---------------------------------------------------------------------- testutils/ptest2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/31aebbd2/testutils/ptest2/pom.xml ---------------------------------------------------------------------- diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml index 5cd733b..25936fd 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>3.0</version> + <version>1.0</version> <packaging>war</packaging> <name>hive-ptest</name> <properties>
