You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by rh...@apache.org on 2014/03/11 17:56:21 UTC

svn commit: r1576425 - /hive/branches/branch-0.13/pom.xml

Author: rhbutani
Date: Tue Mar 11 16:56:20 2014
New Revision: 1576425

URL: http://svn.apache.org/r1576425
Log:
HIVE-6608 add apache pom as parent pom (reviewed by Brock)

Modified:
    hive/branches/branch-0.13/pom.xml

Modified: hive/branches/branch-0.13/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/pom.xml?rev=1576425&r1=1576424&r2=1576425&view=diff
==============================================================================
--- hive/branches/branch-0.13/pom.xml (original)
+++ hive/branches/branch-0.13/pom.xml Tue Mar 11 16:56:20 2014
@@ -14,7 +14,11 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>14</version>
+  </parent>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive</artifactId>
   <version>0.13.0</version>