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

svn commit: r1637626 - in /hive/branches/branch-0.14: ./ accumulo-handler/ ant/ beeline/ cli/ common/ contrib/ hbase-handler/ hcatalog/ hcatalog/core/ hcatalog/hcatalog-pig-adapter/ hcatalog/server-extensions/ hcatalog/streaming/ hcatalog/webhcat/java-...

Author: gunther
Date: Sun Nov  9 03:24:02 2014
New Revision: 1637626

URL: http://svn.apache.org/r1637626
Log:
Preparing for release 0.14.0

Modified:
    hive/branches/branch-0.14/.reviewboardrc
    hive/branches/branch-0.14/accumulo-handler/pom.xml
    hive/branches/branch-0.14/ant/pom.xml
    hive/branches/branch-0.14/beeline/pom.xml
    hive/branches/branch-0.14/cli/pom.xml
    hive/branches/branch-0.14/common/pom.xml
    hive/branches/branch-0.14/contrib/pom.xml
    hive/branches/branch-0.14/hbase-handler/pom.xml
    hive/branches/branch-0.14/hcatalog/core/pom.xml
    hive/branches/branch-0.14/hcatalog/hcatalog-pig-adapter/pom.xml
    hive/branches/branch-0.14/hcatalog/pom.xml
    hive/branches/branch-0.14/hcatalog/server-extensions/pom.xml
    hive/branches/branch-0.14/hcatalog/streaming/pom.xml
    hive/branches/branch-0.14/hcatalog/webhcat/java-client/pom.xml
    hive/branches/branch-0.14/hcatalog/webhcat/svr/pom.xml
    hive/branches/branch-0.14/hwi/pom.xml
    hive/branches/branch-0.14/itests/custom-serde/pom.xml
    hive/branches/branch-0.14/itests/hcatalog-unit/pom.xml
    hive/branches/branch-0.14/itests/hive-minikdc/pom.xml
    hive/branches/branch-0.14/itests/hive-unit-hadoop2/pom.xml
    hive/branches/branch-0.14/itests/hive-unit/pom.xml
    hive/branches/branch-0.14/itests/pom.xml
    hive/branches/branch-0.14/itests/qtest/pom.xml
    hive/branches/branch-0.14/itests/test-serde/pom.xml
    hive/branches/branch-0.14/itests/util/pom.xml
    hive/branches/branch-0.14/jdbc/pom.xml
    hive/branches/branch-0.14/metastore/pom.xml
    hive/branches/branch-0.14/odbc/pom.xml
    hive/branches/branch-0.14/packaging/pom.xml
    hive/branches/branch-0.14/pom.xml
    hive/branches/branch-0.14/ql/pom.xml
    hive/branches/branch-0.14/serde/pom.xml
    hive/branches/branch-0.14/service/pom.xml
    hive/branches/branch-0.14/shims/0.20/pom.xml
    hive/branches/branch-0.14/shims/0.20S/pom.xml
    hive/branches/branch-0.14/shims/0.23/pom.xml
    hive/branches/branch-0.14/shims/aggregator/pom.xml
    hive/branches/branch-0.14/shims/common-secure/pom.xml
    hive/branches/branch-0.14/shims/common/pom.xml
    hive/branches/branch-0.14/shims/pom.xml
    hive/branches/branch-0.14/testutils/pom.xml

Modified: hive/branches/branch-0.14/.reviewboardrc
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/.reviewboardrc?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/.reviewboardrc (original)
+++ hive/branches/branch-0.14/.reviewboardrc Sun Nov  9 03:24:02 2014
@@ -28,6 +28,6 @@
 
 REPOSITORY='hive-git'
 REVIEWBOARD_URL='https://reviews.apache.org'
-TRACKING_BRANCH='origin/trunk'
+TRACKING_BRANCH='origin/branch-14'
 TARGET_GROUPS='hive'
 GUESS_FIELDS='true'

Modified: hive/branches/branch-0.14/accumulo-handler/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/accumulo-handler/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/accumulo-handler/pom.xml (original)
+++ hive/branches/branch-0.14/accumulo-handler/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/ant/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ant/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/ant/pom.xml (original)
+++ hive/branches/branch-0.14/ant/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/beeline/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/beeline/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/beeline/pom.xml (original)
+++ hive/branches/branch-0.14/beeline/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/cli/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/cli/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/cli/pom.xml (original)
+++ hive/branches/branch-0.14/cli/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/common/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/common/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/common/pom.xml (original)
+++ hive/branches/branch-0.14/common/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/contrib/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/contrib/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/contrib/pom.xml (original)
+++ hive/branches/branch-0.14/contrib/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hbase-handler/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hbase-handler/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hbase-handler/pom.xml (original)
+++ hive/branches/branch-0.14/hbase-handler/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/core/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/core/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/core/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/core/pom.xml Sun Nov  9 03:24:02 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/hcatalog-pig-adapter/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/hcatalog-pig-adapter/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/hcatalog-pig-adapter/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/hcatalog-pig-adapter/pom.xml Sun Nov  9 03:24:02 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/pom.xml Sun Nov  9 03:24:02 2014
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/server-extensions/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/server-extensions/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/server-extensions/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/server-extensions/pom.xml Sun Nov  9 03:24:02 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/streaming/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/streaming/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/streaming/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/streaming/pom.xml Sun Nov  9 03:24:02 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/webhcat/java-client/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/webhcat/java-client/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/webhcat/java-client/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/webhcat/java-client/pom.xml Sun Nov  9 03:24:02 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hcatalog/webhcat/svr/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hcatalog/webhcat/svr/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hcatalog/webhcat/svr/pom.xml (original)
+++ hive/branches/branch-0.14/hcatalog/webhcat/svr/pom.xml Sun Nov  9 03:24:02 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/hwi/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/hwi/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/hwi/pom.xml (original)
+++ hive/branches/branch-0.14/hwi/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/custom-serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/custom-serde/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/custom-serde/pom.xml (original)
+++ hive/branches/branch-0.14/itests/custom-serde/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/hcatalog-unit/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/hcatalog-unit/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/hcatalog-unit/pom.xml (original)
+++ hive/branches/branch-0.14/itests/hcatalog-unit/pom.xml Sun Nov  9 03:24:02 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/hive-minikdc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/hive-minikdc/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/hive-minikdc/pom.xml (original)
+++ hive/branches/branch-0.14/itests/hive-minikdc/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/hive-unit-hadoop2/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/hive-unit-hadoop2/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/hive-unit-hadoop2/pom.xml (original)
+++ hive/branches/branch-0.14/itests/hive-unit-hadoop2/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/hive-unit/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/hive-unit/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/hive-unit/pom.xml (original)
+++ hive/branches/branch-0.14/itests/hive-unit/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/pom.xml (original)
+++ hive/branches/branch-0.14/itests/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/qtest/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/qtest/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/qtest/pom.xml (original)
+++ hive/branches/branch-0.14/itests/qtest/pom.xml Sun Nov  9 03:24:02 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/test-serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/test-serde/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/test-serde/pom.xml (original)
+++ hive/branches/branch-0.14/itests/test-serde/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/itests/util/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/itests/util/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/itests/util/pom.xml (original)
+++ hive/branches/branch-0.14/itests/util/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/jdbc/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/jdbc/pom.xml (original)
+++ hive/branches/branch-0.14/jdbc/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/metastore/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/metastore/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/metastore/pom.xml (original)
+++ hive/branches/branch-0.14/metastore/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/odbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/odbc/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/odbc/pom.xml (original)
+++ hive/branches/branch-0.14/odbc/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/packaging/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/packaging/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/packaging/pom.xml (original)
+++ hive/branches/branch-0.14/packaging/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/pom.xml (original)
+++ hive/branches/branch-0.14/pom.xml Sun Nov  9 03:24:02 2014
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive</artifactId>
-  <version>0.14.0-SNAPSHOT</version>
+  <version>0.14.0</version>
   <packaging>pom</packaging>
 
   <name>Hive</name>

Modified: hive/branches/branch-0.14/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/pom.xml (original)
+++ hive/branches/branch-0.14/ql/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/serde/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/serde/pom.xml (original)
+++ hive/branches/branch-0.14/serde/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/service/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/service/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/service/pom.xml (original)
+++ hive/branches/branch-0.14/service/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/0.20/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/0.20/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/0.20/pom.xml (original)
+++ hive/branches/branch-0.14/shims/0.20/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/0.20S/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/0.20S/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/0.20S/pom.xml (original)
+++ hive/branches/branch-0.14/shims/0.20S/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/0.23/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/0.23/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/0.23/pom.xml (original)
+++ hive/branches/branch-0.14/shims/0.23/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/aggregator/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/aggregator/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/aggregator/pom.xml (original)
+++ hive/branches/branch-0.14/shims/aggregator/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/common-secure/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/common-secure/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/common-secure/pom.xml (original)
+++ hive/branches/branch-0.14/shims/common-secure/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/common/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/common/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/common/pom.xml (original)
+++ hive/branches/branch-0.14/shims/common/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/shims/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/shims/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/shims/pom.xml (original)
+++ hive/branches/branch-0.14/shims/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-0.14/testutils/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/testutils/pom.xml?rev=1637626&r1=1637625&r2=1637626&view=diff
==============================================================================
--- hive/branches/branch-0.14/testutils/pom.xml (original)
+++ hive/branches/branch-0.14/testutils/pom.xml Sun Nov  9 03:24:02 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>