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/03/02 02:38:38 UTC

svn commit: r1573246 - /hive/branches/tez/pom.xml

Author: gunther
Date: Sun Mar  2 01:38:37 2014
New Revision: 1573246

URL: http://svn.apache.org/r1573246
Log:
HIVE-6533: Switch to released tez 0.3 (Gunther Hagleitner)

Modified:
    hive/branches/tez/pom.xml

Modified: hive/branches/tez/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/pom.xml?rev=1573246&r1=1573245&r2=1573246&view=diff
==============================================================================
--- hive/branches/tez/pom.xml (original)
+++ hive/branches/tez/pom.xml Sun Mar  2 01:38:37 2014
@@ -134,7 +134,7 @@
     <stax.version>1.0.1</stax.version>
     <slf4j.version>1.7.5</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
-    <tez.version>0.3.0-incubating-SNAPSHOT</tez.version>
+    <tez.version>0.3.0-incubating</tez.version>
     <tempus-fugit.version>1.1</tempus-fugit.version>
     <snappy.version>0.2</snappy.version>
     <wadl-resourcedoc-doclet.version>1.4</wadl-resourcedoc-doclet.version>
@@ -188,17 +188,6 @@
          <enabled>false</enabled>
        </snapshots>
      </repository>
-     <repository>
-       <id>apache.snapshots</id>
-       <name>Apache Snapshot Repository</name>
-       <url>http://repository.apache.org/snapshots</url>
-       <releases>
-         <enabled>false</enabled>
-       </releases>
-       <snapshots>
-         <enabled>true</enabled>
-       </snapshots>
-     </repository>
   </repositories>
 
   <!-- Hadoop dependency management is done at the bottom under profiles -->