You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2015/01/29 23:10:51 UTC

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

Author: thejas
Date: Thu Jan 29 22:10:50 2015
New Revision: 1655876

URL: http://svn.apache.org/r1655876
Log:
update version from 1.0 to 1.0.0

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

Modified: hive/branches/branch-1.0/accumulo-handler/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/accumulo-handler/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/accumulo-handler/pom.xml (original)
+++ hive/branches/branch-1.0/accumulo-handler/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/ant/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/ant/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/ant/pom.xml (original)
+++ hive/branches/branch-1.0/ant/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/beeline/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/beeline/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/beeline/pom.xml (original)
+++ hive/branches/branch-1.0/beeline/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/cli/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/cli/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/cli/pom.xml (original)
+++ hive/branches/branch-1.0/cli/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/common/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/common/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/common/pom.xml (original)
+++ hive/branches/branch-1.0/common/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/contrib/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/contrib/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/contrib/pom.xml (original)
+++ hive/branches/branch-1.0/contrib/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hbase-handler/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hbase-handler/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hbase-handler/pom.xml (original)
+++ hive/branches/branch-1.0/hbase-handler/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/core/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/core/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/core/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/core/pom.xml Thu Jan 29 22:10:50 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/hcatalog-pig-adapter/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/hcatalog-pig-adapter/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/hcatalog-pig-adapter/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/hcatalog-pig-adapter/pom.xml Thu Jan 29 22:10:50 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/pom.xml Thu Jan 29 22:10:50 2015
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/server-extensions/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/server-extensions/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/server-extensions/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/server-extensions/pom.xml Thu Jan 29 22:10:50 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/streaming/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/streaming/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/streaming/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/streaming/pom.xml Thu Jan 29 22:10:50 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/webhcat/java-client/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/webhcat/java-client/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/webhcat/java-client/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/webhcat/java-client/pom.xml Thu Jan 29 22:10:50 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hcatalog/webhcat/svr/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/webhcat/svr/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/webhcat/svr/pom.xml (original)
+++ hive/branches/branch-1.0/hcatalog/webhcat/svr/pom.xml Thu Jan 29 22:10:50 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/hwi/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hwi/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/hwi/pom.xml (original)
+++ hive/branches/branch-1.0/hwi/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/custom-serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/custom-serde/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/custom-serde/pom.xml (original)
+++ hive/branches/branch-1.0/itests/custom-serde/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/hcatalog-unit/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/hcatalog-unit/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/hcatalog-unit/pom.xml (original)
+++ hive/branches/branch-1.0/itests/hcatalog-unit/pom.xml Thu Jan 29 22:10:50 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/hive-minikdc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/hive-minikdc/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/hive-minikdc/pom.xml (original)
+++ hive/branches/branch-1.0/itests/hive-minikdc/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/hive-unit-hadoop2/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/hive-unit-hadoop2/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/hive-unit-hadoop2/pom.xml (original)
+++ hive/branches/branch-1.0/itests/hive-unit-hadoop2/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/hive-unit/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/hive-unit/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/hive-unit/pom.xml (original)
+++ hive/branches/branch-1.0/itests/hive-unit/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/pom.xml (original)
+++ hive/branches/branch-1.0/itests/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/qtest/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/qtest/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/qtest/pom.xml (original)
+++ hive/branches/branch-1.0/itests/qtest/pom.xml Thu Jan 29 22:10:50 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/test-serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/test-serde/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/test-serde/pom.xml (original)
+++ hive/branches/branch-1.0/itests/test-serde/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/itests/util/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/itests/util/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/itests/util/pom.xml (original)
+++ hive/branches/branch-1.0/itests/util/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/jdbc/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/jdbc/pom.xml (original)
+++ hive/branches/branch-1.0/jdbc/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/metastore/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/metastore/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/metastore/pom.xml (original)
+++ hive/branches/branch-1.0/metastore/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/odbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/odbc/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/odbc/pom.xml (original)
+++ hive/branches/branch-1.0/odbc/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/packaging/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/packaging/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/packaging/pom.xml (original)
+++ hive/branches/branch-1.0/packaging/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/pom.xml (original)
+++ hive/branches/branch-1.0/pom.xml Thu Jan 29 22:10:50 2015
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive</artifactId>
-  <version>1.0</version>
+  <version>1.0.0</version>
   <packaging>pom</packaging>
 
   <name>Hive</name>
@@ -52,7 +52,7 @@
   </modules>
 
   <properties>
-    <hive.version.shortname>1.0</hive.version.shortname>
+    <hive.version.shortname>1.0.0</hive.version.shortname>
 
     <!-- Build Properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: hive/branches/branch-1.0/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/ql/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/ql/pom.xml (original)
+++ hive/branches/branch-1.0/ql/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/serde/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/serde/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/serde/pom.xml (original)
+++ hive/branches/branch-1.0/serde/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/service/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/service/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/service/pom.xml (original)
+++ hive/branches/branch-1.0/service/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/0.20/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/0.20/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/0.20/pom.xml (original)
+++ hive/branches/branch-1.0/shims/0.20/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/0.20S/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/0.20S/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/0.20S/pom.xml (original)
+++ hive/branches/branch-1.0/shims/0.20S/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/0.23/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/0.23/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/0.23/pom.xml (original)
+++ hive/branches/branch-1.0/shims/0.23/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/aggregator/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/aggregator/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/aggregator/pom.xml (original)
+++ hive/branches/branch-1.0/shims/aggregator/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/common-secure/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/common-secure/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/common-secure/pom.xml (original)
+++ hive/branches/branch-1.0/shims/common-secure/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/common/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/common/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/common/pom.xml (original)
+++ hive/branches/branch-1.0/shims/common/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/shims/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/shims/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/shims/pom.xml (original)
+++ hive/branches/branch-1.0/shims/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/testutils/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/testutils/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
--- hive/branches/branch-1.0/testutils/pom.xml (original)
+++ hive/branches/branch-1.0/testutils/pom.xml Thu Jan 29 22:10:50 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: hive/branches/branch-1.0/testutils/ptest2/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/testutils/ptest2/pom.xml?rev=1655876&r1=1655875&r2=1655876&view=diff
==============================================================================
Binary files - no diff available.