Author: szita
Date: Thu Jan 16 10:20:43 2020
New Revision: 1872871

URL: http://svn.apache.org/viewvc?rev=1872871&view=rev
Log:
PIG-5395: Pig build is failing due to maven repo access point change (szita)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml
    pig/trunk/ivy/ivysettings.xml
    pig/trunk/test/e2e/pig/build.xml

Modified: pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1872871&r1=1872870&r2=1872871&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Jan 16 10:20:43 2020
@@ -96,6 +96,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-5395: Pig build is failing due to maven repo access point change (szita)
+
 PIG-5375: NullPointerException for multi-level self unions with Tez 
UnionOptimizer (knoguchi)
 
 PIG-5386: Pig local mode with bundled Hadoop broken (nkollar)

Modified: pig/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1872871&r1=1872870&r2=1872871&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Thu Jan 16 10:20:43 2020
@@ -251,7 +251,7 @@
 
     <property name="asfrepo" value="https://repository.apache.org"/>
     <property name="asfsnapshotrepo" 
value="${asfrepo}/content/repositories/snapshots"/>
-    <property name="mvnrepo" value="http://repo2.maven.org/maven2"/>
+    <property name="mvnrepo" value="https://repo1.maven.org/maven2"/>
     <property name="asfstagingrepo" 
value="${asfrepo}/service/local/staging/deploy/maven2"/>
     <property name="staging_repo_id" value="apache.staging.https"/>
     <property name="snapshots_repo_id" value="apache.snapshots.https"/>

Modified: pig/trunk/ivy/ivysettings.xml
URL: 
http://svn.apache.org/viewvc/pig/trunk/ivy/ivysettings.xml?rev=1872871&r1=1872870&r2=1872871&view=diff
==============================================================================
--- pig/trunk/ivy/ivysettings.xml (original)
+++ pig/trunk/ivy/ivysettings.xml Thu Jan 16 10:20:43 2020
@@ -21,7 +21,7 @@
   see http://www.jayasoft.org/ivy/doc/configuration
   -->
   <!-- you can override this property to use mirrors
-          http://repo1.maven.org/maven2/
+          https://repo1.maven.org/maven2/
           http://mirrors.dotsrc.org/maven2
           http://ftp.ggi-project.org/pub/packages/maven2
           http://mirrors.sunsite.dk/maven2

Modified: pig/trunk/test/e2e/pig/build.xml
URL: 
http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/build.xml?rev=1872871&r1=1872870&r2=1872871&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/build.xml (original)
+++ pig/trunk/test/e2e/pig/build.xml Thu Jan 16 10:20:43 2020
@@ -30,7 +30,7 @@
   <property name="hadoopversion" value="2" />
   <property name="hive.hadoop.shims.version" value="0.23" />
 
-  <property name="mvnrepo" value="http://repo2.maven.org/maven2"/>
+  <property name="mvnrepo" value="https://repo1.maven.org/maven2"/>
 
   <!-- Separate property name for udfs' build.xml -->
   <property name="udf.dir" value="${basedir}/udfs"/>


Reply via email to