You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by cw...@apache.org on 2013/09/08 08:16:46 UTC

svn commit: r1520838 - in /hive/branches/branch-0.12/hcatalog: build.properties core/pom.xml hcatalog-pig-adapter/pom.xml pom.xml server-extensions/pom.xml storage-handlers/hbase/pom.xml webhcat/java-client/pom.xml webhcat/svr/pom.xml

Author: cws
Date: Sun Sep  8 06:16:46 2013
New Revision: 1520838

URL: http://svn.apache.org/r1520838
Log:
Fix build (cws)

Modified:
    hive/branches/branch-0.12/hcatalog/build.properties
    hive/branches/branch-0.12/hcatalog/core/pom.xml
    hive/branches/branch-0.12/hcatalog/hcatalog-pig-adapter/pom.xml
    hive/branches/branch-0.12/hcatalog/pom.xml
    hive/branches/branch-0.12/hcatalog/server-extensions/pom.xml
    hive/branches/branch-0.12/hcatalog/storage-handlers/hbase/pom.xml
    hive/branches/branch-0.12/hcatalog/webhcat/java-client/pom.xml
    hive/branches/branch-0.12/hcatalog/webhcat/svr/pom.xml

Modified: hive/branches/branch-0.12/hcatalog/build.properties
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/build.properties?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/build.properties (original)
+++ hive/branches/branch-0.12/hcatalog/build.properties Sun Sep  8 06:16:46 2013
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-hive.version=0.12.0-SNAPSHOT
+hive.version=0.12.0
 hcatalog.version=${hive.version}
 jar.name=${ant.project.name}-${hcatalog.version}.jar
 hcatalog.jar=${ant.project.name}-${hcatalog.version}.jar

Modified: hive/branches/branch-0.12/hcatalog/core/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/core/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/core/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/core/pom.xml Sun Sep  8 06:16:46 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.hive.hcatalog</groupId>
         <artifactId>hcatalog</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: hive/branches/branch-0.12/hcatalog/hcatalog-pig-adapter/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/hcatalog-pig-adapter/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/hcatalog-pig-adapter/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/hcatalog-pig-adapter/pom.xml Sun Sep  8 06:16:46 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.hive.hcatalog</groupId>
         <artifactId>hcatalog</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: hive/branches/branch-0.12/hcatalog/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/pom.xml Sun Sep  8 06:16:46 2013
@@ -45,7 +45,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hive.hcatalog</groupId>
   <artifactId>hcatalog</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0</version>
   <packaging>pom</packaging>
 
   <build>

Modified: hive/branches/branch-0.12/hcatalog/server-extensions/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/server-extensions/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/server-extensions/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/server-extensions/pom.xml Sun Sep  8 06:16:46 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.hive.hcatalog</groupId>
         <artifactId>hcatalog</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: hive/branches/branch-0.12/hcatalog/storage-handlers/hbase/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/storage-handlers/hbase/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/storage-handlers/hbase/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/storage-handlers/hbase/pom.xml Sun Sep  8 06:16:46 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hcatalog</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.12/hcatalog/webhcat/java-client/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/webhcat/java-client/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/webhcat/java-client/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/webhcat/java-client/pom.xml Sun Sep  8 06:16:46 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.hive.hcatalog</groupId>
         <artifactId>hcatalog</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: hive/branches/branch-0.12/hcatalog/webhcat/svr/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/webhcat/svr/pom.xml?rev=1520838&r1=1520837&r2=1520838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/webhcat/svr/pom.xml (original)
+++ hive/branches/branch-0.12/hcatalog/webhcat/svr/pom.xml Sun Sep  8 06:16:46 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.hive.hcatalog</groupId>
         <artifactId>hcatalog</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>