You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by ra...@apache.org on 2019/01/16 10:16:51 UTC

[lens] branch master updated: LENS-1540 : Replace git-wip-us by gitbox

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e71f4e  LENS-1540 : Replace git-wip-us by gitbox
4e71f4e is described below

commit 4e71f4eb464f24f788176cfdb17ee9b4911f9192
Author: Rajitha R <ra...@apache.org>
AuthorDate: Wed Jan 16 15:44:49 2019 +0530

    LENS-1540 : Replace git-wip-us by gitbox
---
 lens-server/enunciate.xml             | 2 +-
 lens-ui/package.json                  | 2 +-
 pom.xml                               | 6 +++---
 src/site/apt/developer/commit.apt     | 2 +-
 src/site/apt/developer/contribute.apt | 6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lens-server/enunciate.xml b/lens-server/enunciate.xml
index 36b68d1..064bf76 100644
--- a/lens-server/enunciate.xml
+++ b/lens-server/enunciate.xml
@@ -22,7 +22,7 @@
 <enunciate slug="lens" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.0.0-M.4.xsd">
   <namespaces>
-    <namespace uri="https://git-wip-us.apache.org/repos/asf/lens.git" id="lens"/>
+    <namespace uri="https://gitbox.apache.org/repos/asf/lens.git" id="lens"/>
   </namespaces>
   <modules>
   <api-classes>
diff --git a/lens-ui/package.json b/lens-ui/package.json
index b35d300..4c658c6 100644
--- a/lens-ui/package.json
+++ b/lens-ui/package.json
@@ -56,6 +56,6 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/lens.git"
+    "url": "https://gitbox.apache.org/repos/asf/lens.git"
   }
 }
diff --git a/pom.xml b/pom.xml
index 562e06e..9525332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,9 +389,9 @@
     </developer>
   </developers>
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf/lens.git</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/lens.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/lens.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/lens.git</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/src/site/apt/developer/commit.apt b/src/site/apt/developer/commit.apt
index a99b6b8..58e6eca 100644
--- a/src/site/apt/developer/commit.apt
+++ b/src/site/apt/developer/commit.apt
@@ -80,7 +80,7 @@ Committer Guide
 * Commit
 
   The commit repo is at
-  {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}
+  {{{https://gitbox.apache.org/repos/asf/lens.git} https://gitbox.apache.org/repos/asf/lens.git}}
   When you commit a patch, please:
 
   * Ensure that all tests pass with patch applied.
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index 3358052..5dbb219 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -58,7 +58,7 @@ Developer Documentation : How to contribute to Apache Lens?
 ** Source Repository
 
   Lens uses {{{http://git-scm.com/} git}} for its code repository. The repository is available at
-  {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}.
+  {{{https://gitbox.apache.org/repos/asf/lens.git} https://gitbox.apache.org/repos/asf/lens.git}}.
 
   If you are comfortable working in github environment by forking a github repo, sothat you can push changes to your
   repository before they are accepted in apache, we have a mirror of source at
@@ -105,10 +105,10 @@ Developer Documentation : How to contribute to Apache Lens?
 +---+
 
    OR
-   Clone Apache Lens source code from {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}
+   Clone Apache Lens source code from {{{https://gitbox.apache.org/repos/asf/lens.git} https://gitbox.apache.org/repos/asf/lens.git}}
 
 +---+
-   git clone https://git-wip-us.apache.org/repos/asf/lens.git
+   git clone https://gitbox.apache.org/repos/asf/lens.git
    cd lens
    mvn clean package -DskipTests
 +---+