You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by to...@apache.org on 2012/11/29 18:41:50 UTC

svn commit: r1415315 - in /incubator/hcatalog/trunk: CHANGES.txt pom.xml

Author: toffer
Date: Thu Nov 29 18:41:49 2012
New Revision: 1415315

URL: http://svn.apache.org/viewvc?rev=1415315&view=rev
Log:
HCATALOG-557 add modules to maven pom (toffer)

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/pom.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1415315&r1=1415314&r2=1415315&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Thu Nov 29 18:41:49 2012
@@ -44,6 +44,8 @@ Trunk (unreleased changes)
   HCAT-427 Document storage-based authorization (lefty via gates)
 
   IMPROVEMENTS
+  HCAT-557 add modules to maven pom (toffer)
+
   HCAT-542 Fix 0.23 build and dependencies (traviscrawford)
 
   HCAT-531 HCatContext should be an enum (traviscrawford)

Modified: incubator/hcatalog/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/pom.xml?rev=1415315&r1=1415314&r2=1415315&view=diff
==============================================================================
--- incubator/hcatalog/trunk/pom.xml (original)
+++ incubator/hcatalog/trunk/pom.xml Thu Nov 29 18:41:49 2012
@@ -9,7 +9,7 @@
       <hadoop20.version>1.0.3</hadoop20.version>
       <hadoop23.version>0.23.3</hadoop23.version>
       <hbase.version>0.92.0</hbase.version>
-      <hcatalog.version>0.5.0-SNAPSHOT</hcatalog.version>
+      <hcatalog.version>${version}</hcatalog.version>
       <hive.version>0.10.0-SNAPSHOT</hive.version>
       <jackson.version>1.8.8</jackson.version>
       <jersey.version>1.14</jersey.version>
@@ -95,6 +95,15 @@
     </profile>
   </profiles>
 
+  <modules>
+    <module>core</module>
+    <module>hcatalog-pig-adapter</module>
+    <module>server-extensions</module>
+    <module>webhcat/java-client</module>
+    <module>webhcat/svr</module>
+    <module>storage-handlers/hbase</module>
+  </modules>
+
   <repositories>
     <!-- This is necessary for hive-metastore dependencies. -->
     <repository>