You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/10/04 15:23:35 UTC

svn commit: r1529158 - in /hive/trunk: build.xml hcatalog/pom.xml ivy/ivysettings.xml ivy/libraries.properties

Author: hashutosh
Date: Fri Oct  4 13:23:35 2013
New Revision: 1529158

URL: http://svn.apache.org/r1529158
Log:
HIVE-5422 : Upgrade Kyro to 2.22 now that it is released (Brock Noland via Ashutosh Chauhan)

Modified:
    hive/trunk/build.xml
    hive/trunk/hcatalog/pom.xml
    hive/trunk/ivy/ivysettings.xml
    hive/trunk/ivy/libraries.properties

Modified: hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build.xml?rev=1529158&r1=1529157&r2=1529158&view=diff
==============================================================================
--- hive/trunk/build.xml (original)
+++ hive/trunk/build.xml Fri Oct  4 13:23:35 2013
@@ -563,6 +563,7 @@
         <exclude name="**/*high-scale-lib-*"/>
         <exclude name="**/hamcrest-core-*jar"/>
         <exclude name="**/junit*.jar"/>
+        <exclude name="**/kryo*.jar"/>
         <exclude name="**/asm*.jar"/>
         <exclude name="**/mockito*.jar"/>
         <exclude name="**/velocity*.jar"/>

Modified: hive/trunk/hcatalog/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/pom.xml?rev=1529158&r1=1529157&r2=1529158&view=diff
==============================================================================
--- hive/trunk/hcatalog/pom.xml (original)
+++ hive/trunk/hcatalog/pom.xml Fri Oct  4 13:23:35 2013
@@ -215,16 +215,6 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>sonatype-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
   </repositories>
 
     <dependencies>

Modified: hive/trunk/ivy/ivysettings.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ivy/ivysettings.xml?rev=1529158&r1=1529157&r2=1529158&view=diff
==============================================================================
--- hive/trunk/ivy/ivysettings.xml (original)
+++ hive/trunk/ivy/ivysettings.xml Fri Oct  4 13:23:35 2013
@@ -47,10 +47,6 @@
              checkmodified="${ivy.checkmodified}" 
              changingPattern="${ivy.changingPattern}"/>
 
-    <ibiblio name="sonatype-snapshot" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"
-             checkmodified="${ivy.checkmodified}" 
-             changingPattern="${ivy.changingPattern}"/>
-
     <url name="datanucleus-repo" m2compatible="true">
       <artifact pattern="${datanucleus.repo}/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"/>
     </url>
@@ -72,7 +68,6 @@
       <resolver ref="maven2"/>
       <resolver ref="datanucleus-repo"/>
       <resolver ref="sourceforge"/>
-      <resolver ref="sonatype-snapshot"/>
     </chain>
 
     <chain name="internal" dual="true">
@@ -82,13 +77,11 @@
       <resolver ref="maven2"/>
       <resolver ref="datanucleus-repo"/>
       <resolver ref="sourceforge"/>
-      <resolver ref="sonatype-snapshot"/>
     </chain>
 
     <chain name="external">
       <resolver ref="maven2"/>
       <resolver ref="datanucleus-repo"/>
-      <resolver ref="sonatype-snapshot"/>
     </chain>
 
   </resolvers>

Modified: hive/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hive/trunk/ivy/libraries.properties?rev=1529158&r1=1529157&r2=1529158&view=diff
==============================================================================
--- hive/trunk/ivy/libraries.properties (original)
+++ hive/trunk/ivy/libraries.properties Fri Oct  4 13:23:35 2013
@@ -53,7 +53,7 @@ jetty.version=6.1.26
 jline.version=0.9.94
 json.version=20090211
 junit.version=4.10
-kryo.version=2.22-SNAPSHOT
+kryo.version=2.22
 libfb303.version=0.9.0
 libthrift.version=0.9.0
 log4j.version=1.2.16