You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2019/03/07 02:36:06 UTC

[tez] branch master updated: TEZ-4031. Support tez gitbox migration (Jonathan Eagles via kshukla)

This is an automated email from the ASF dual-hosted git repository.

kshukla pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b4aeca  TEZ-4031. Support tez gitbox migration (Jonathan Eagles via kshukla)
4b4aeca is described below

commit 4b4aeca67299e10d6f9fcdaa4d4ffaf7a4110cf3
Author: Kuhu Shukla <ks...@apache.org>
AuthorDate: Wed Mar 6 15:24:57 2019 -0600

    TEZ-4031. Support tez gitbox migration (Jonathan Eagles via kshukla)
---
 Tez_DOAP.rdf                                       |  4 +-
 docs/src/site/site.xml                             |  2 +-
 pom.xml                                            |  6 +--
 .../org/apache/tez/common/TestVersionInfo.java     |  2 +-
 .../test/resources/test1-version-info.properties   |  2 +-
 .../test/resources/test3-version-info.properties   |  2 +-
 tez-ui/src/main/webapp/bower-shrinkwrap.json       | 44 +++++++++++-----------
 tez-ui/src/main/webapp/package.json                |  2 +-
 8 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf
index 7e32221..25bc3f5 100644
--- a/Tez_DOAP.rdf
+++ b/Tez_DOAP.rdf
@@ -162,8 +162,8 @@
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/tez.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=tez.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/tez.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf/tez.git"/>
       </GitRepository>
     </repository>
     <maintainer>
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 3984bac..4b2d3a4 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -133,7 +133,7 @@
 
     <menu name="Contribute">
       <item name="JIRA" href="https://issues.apache.org/jira/browse/TEZ" />
-      <item name="Git (Read/Write)" href="https://git-wip-us.apache.org/repos/asf/tez.git" alt="Use git clone https://git-wip-us.apache.org/repos/asf/tez.git" />
+      <item name="Git (Read/Write)" href="https://gitbox.apache.org/repos/asf/tez.git" alt="Use git clone https://gitbox.apache.org/repos/asf/tez.git" />
       <item name="Git (Read-only)" href="git://git.apache.org/tez.git" alt="Use git clone git://git.apache.org/tez.git" />
       <item name="How to Contribute" href="https://cwiki.apache.org/confluence/display/TEZ/How+to+Contribute+to+Tez" alt="Detailed guide on how to contribute to Tez" />
     </menu>
diff --git a/pom.xml b/pom.xml
index 3ffbe2a..52b873c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <protobuf.version>2.5.0</protobuf.version>
     <protoc.path>${env.PROTOC_PATH}</protoc.path>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <scm.url>scm:git:https://git-wip-us.apache.org/repos/asf/tez.git</scm.url>
+    <scm.url>scm:git:https://gitbox.apache.org/repos/asf/tez.git</scm.url>
     <build.time>${maven.build.timestamp}</build.time>
     <frontend-maven-plugin.version>1.4</frontend-maven-plugin.version>
     <findbugs-maven-plugin.version>3.0.1</findbugs-maven-plugin.version>
@@ -960,7 +960,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
+          <version>3.7.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1030,7 +1030,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.7</version>
+          <version>3.0.0</version>
           <configuration>
             <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
           </configuration>
diff --git a/tez-api/src/test/java/org/apache/tez/common/TestVersionInfo.java b/tez-api/src/test/java/org/apache/tez/common/TestVersionInfo.java
index 17ff3d1..6b937cd 100644
--- a/tez-api/src/test/java/org/apache/tez/common/TestVersionInfo.java
+++ b/tez-api/src/test/java/org/apache/tez/common/TestVersionInfo.java
@@ -29,7 +29,7 @@ public class TestVersionInfo {
   final String version = "0.6.0-SNAPSHOT";
   final String revision = "d523db65804a5742ce50824e6fcfb8a04d184c0d";
   final String buildTime = "20141024-1052";
-  final String scmUrl = "scm:git:https://git-wip-us.apache.org/repos/asf/tez.git";
+  final String scmUrl = "scm:git:https://gitbox.apache.org/repos/asf/tez.git";
 
   @Test(timeout = 5000)
   public void testTest1File() {
diff --git a/tez-api/src/test/resources/test1-version-info.properties b/tez-api/src/test/resources/test1-version-info.properties
index ebb4c03..e2563d6 100644
--- a/tez-api/src/test/resources/test1-version-info.properties
+++ b/tez-api/src/test/resources/test1-version-info.properties
@@ -19,4 +19,4 @@
 version=0.6.0-SNAPSHOT
 revision=d523db65804a5742ce50824e6fcfb8a04d184c0d
 buildtime=20141024-1052
-scmurl=scm:git:https://git-wip-us.apache.org/repos/asf/tez.git
+scmurl=scm:git:https://gitbox.apache.org/repos/asf/tez.git
diff --git a/tez-api/src/test/resources/test3-version-info.properties b/tez-api/src/test/resources/test3-version-info.properties
index 401f382..9def3fb 100644
--- a/tez-api/src/test/resources/test3-version-info.properties
+++ b/tez-api/src/test/resources/test3-version-info.properties
@@ -19,4 +19,4 @@
 version=0.6.0-SNAPSHOT
 revision=d523db65804a5742ce50824e6fcfb8a04d184c0d
 buildtime=
-scmurl=scm:git:https://git-wip-us.apache.org/repos/asf/tez.git
+scmurl=scm:git:https://gitbox.apache.org/repos/asf/tez.git
diff --git a/tez-ui/src/main/webapp/bower-shrinkwrap.json b/tez-ui/src/main/webapp/bower-shrinkwrap.json
index 357d576..edcbae3 100644
--- a/tez-ui/src/main/webapp/bower-shrinkwrap.json
+++ b/tez-ui/src/main/webapp/bower-shrinkwrap.json
@@ -1,72 +1,72 @@
 {
   "https://github.com/FortAwesome/Font-Awesome.git": {
-    "4.5.0": "593ad563a987977f14102be935d0abc2a172903e"
+    "4.5.0": "4.5.0"
   },
   "https://github.com/Teleborder/FileSaver.js.git": {
-    "1.20150507.2": "b7cf622909258086bc63ad764d08fcaed780ab42"
+    "1.20150507.2": "1.20150507.2"
   },
   "https://github.com/adamwdraper/Numeral-js.git": {
-    "1.5.3": "f97f14bb8bab988f28f1d854525b4cfeff8ec9e1"
+    "1.5.3": "1.5.3"
   },
   "https://github.com/components/codemirror.git": {
-    "5.11.0": "7d43f32bb56f83a9c47addb3f91170b3102f3ead"
+    "5.11.0": "5.11.0"
   },
   "https://github.com/components/ember-data.git": {
-    "2.1.0": "d8b4d3092f67afe22d9d374c40d719d557915fa3"
+    "2.1.0": "2.1.0"
   },
   "https://github.com/components/ember.git": {
-    "2.2.0": "49e042ca89922ed96b27488c2a98add280ae7123"
+    "2.2.0": "2.2.0"
   },
   "https://github.com/components/jqueryui.git": {
-    "1.11.4": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1"
+    "1.11.4": "1.11.4"
   },
   "https://github.com/dockyard/ember-qunit-notifications.git": {
-    "0.1.0": "a83277aa7a1c0545c66e6d133caebb9a620e71ad"
+    "0.1.0": "0.1.0"
   },
   "https://github.com/dockyard/qunit-notifications.git": {
-    "0.1.1": "7a13f6dba5a340e1cb9e0b64c1c711e4d7edaca1"
+    "0.1.1": "0.1.1"
   },
   "https://github.com/ember-cli/ember-cli-shims.git": {
-    "0.0.6": "dcab43b58d5698690050bb9a46ead5c8663c7da1"
+    "0.0.6": "0.0.6"
   },
   "https://github.com/ember-cli/ember-cli-test-loader.git": {
-    "0.2.1": "3348d801089279296c38f31ae14d9c4d115ce154"
+    "0.2.1": "0.2.1"
   },
   "https://github.com/ember-cli/ember-load-initializers.git": {
-    "0.1.7": "7bb21488563bd1bba23e903a812bf5815beddd1a"
+    "0.1.7": "0.1.7"
   },
   "https://github.com/jquery/jquery-dist.git": {
-    "2.1.4": "7751e69b615c6eca6f783a81e292a55725af6b85"
+    "2.1.4": "2.1.4"
   },
   "https://github.com/jquery/jquery-mousewheel.git": {
-    "3.1.13": "67289b6b2aa0066d7d78a5807f520387135ffb22"
+    "3.1.13": "3.1.13"
   },
   "https://github.com/jquery/qunit.git": {
-    "1.19.0": "467e7e34652ad7d5883ce9c568461cf8c5e172a8"
+    "1.19.0": "1.19.0"
   },
   "https://github.com/moment/moment-timezone.git": {
-    "0.5.0": "74a2e9378ecf4a31a168f3049f086565c8d66814"
+    "0.5.0": "0.5.0"
   },
   "https://github.com/moment/moment.git": {
-    "2.12.0": "d3d7488b4d60632854181cb0a9af325d57fb3d51"
+    "2.12.0": "2.12.0"
   },
   "https://github.com/rwjblue/ember-qunit-builds.git": {
-    "0.4.16": "142c4066a5458bef9dfcb92b70152b9c01d79188"
+    "0.4.16": "0.4.16"
   },
   "https://github.com/sreenaths/more-js.git": {
     "0.8.6": "f1d9ccdaf7ff74c26b6ee341067a5a5ef33bd64a",
     "0.8.8": "0.8.8"
   },
   "https://github.com/sreenaths/snippet-ss.git": {
-    "1.11.0": "c1abc566f4e001b7f1939b6dbdd911eadc969cf9"
+    "1.11.0": "1.11.0"
   },
   "https://github.com/sreenaths/zip.js.git": {
-    "1.0.0": "ec67ad22eba116083ea3ef2fe0b40ccc953513ce"
+    "1.0.0": "1.0.0"
   },
   "https://github.com/stefanpenner/loader.js.git": {
-    "3.3.0": "ac909550c9544325632542bbea97531cc60bc628"
+    "3.3.0": "3.3.0"
   },
   "https://github.com/twbs/bootstrap.git": {
-    "3.3.6": "81df608a40bf0629a1dc08e584849bb1e43e0b7a"
+    "3.3.6": "3.3.6"
   }
 }
\ No newline at end of file
diff --git a/tez-ui/src/main/webapp/package.json b/tez-ui/src/main/webapp/package.json
index a14d215..92f54d2 100644
--- a/tez-ui/src/main/webapp/package.json
+++ b/tez-ui/src/main/webapp/package.json
@@ -19,7 +19,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/tez.git"
+    "url": "https://gitbox.apache.org/repos/asf/tez.git"
   },
   "engines": {
     "node": ">= 0.10.0"