You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aa...@apache.org on 2018/12/18 06:13:49 UTC

[yetus] branch master updated: YETUS-736. update docs, etc, post gitbox move

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 873c4a2  YETUS-736. update docs, etc, post gitbox move
873c4a2 is described below

commit 873c4a28c46a49565fc61fb89d6df72f31772697
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Sat Dec 15 07:21:52 2018 -0800

    YETUS-736. update docs, etc, post gitbox move
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
---
 asf-site-src/config.rb                    | 2 +-
 asf-site-src/source/_header.md.erb        | 2 +-
 asf-site-src/source/contribute/website.md | 2 +-
 asf-site-src/source/doap_yetus.rdf        | 2 +-
 pom.xml                                   | 6 +++---
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/asf-site-src/config.rb b/asf-site-src/config.rb
index 5cb6093..184a06f 100644
--- a/asf-site-src/config.rb
+++ b/asf-site-src/config.rb
@@ -105,7 +105,7 @@ def releasenotes(output, version)
 
 end
 
-GITREPO = 'https://git-wip-us.apache.org/repos/asf/yetus.git'.freeze
+GITREPO = 'https://github.com/apache/yetus.git'.freeze
 
 def build_release_docs(output, version) # rubocop:disable Metrics/AbcSize
   # TODO: get the version date from jira and do an up to date check instead of building each time.
diff --git a/asf-site-src/source/_header.md.erb b/asf-site-src/source/_header.md.erb
index b624ca3..18aa482 100644
--- a/asf-site-src/source/_header.md.erb
+++ b/asf-site-src/source/_header.md.erb
@@ -52,7 +52,7 @@
                         </li>
                         <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS"><i class="fa fa-bug"></i> JIRA (Bugs)</a>
                         </li>
-                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus"><i class="fa fa-code"></i> Source (Apache)</a>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitbox.apache.org/repos/asf/yetus.git"><i class="fa fa-code"></i> Source (Apache)</a>
                         </li>
                         <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/yetus"><i class="fa fa-github-alt"></i> Source (GitHub)</a>
                         </li>
diff --git a/asf-site-src/source/contribute/website.md b/asf-site-src/source/contribute/website.md
index 89958df..17f0698 100644
--- a/asf-site-src/source/contribute/website.md
+++ b/asf-site-src/source/contribute/website.md
@@ -82,7 +82,7 @@ bundle exec middleman
 Commit the publish directory to the asf-site branch. Presuming we start in a directory that holds your normal Yetus check out:
 
 ```bash
-$ git clone --single-branch --branch asf-site https://git-wip-us.apache.org/repos/asf/yetus.git yetus-site
+$ git clone --single-branch --branch asf-site https://github.com/apache/yetus.git yetus-site
 $ # Now build in the normal yetus check out
 $ cd yetus
 $ git fetch origin
diff --git a/asf-site-src/source/doap_yetus.rdf b/asf-site-src/source/doap_yetus.rdf
index b57a982..977fccf 100644
--- a/asf-site-src/source/doap_yetus.rdf
+++ b/asf-site-src/source/doap_yetus.rdf
@@ -40,7 +40,7 @@
     <category rdf:resource="http://projects.apache.org/category/testing" />
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/yetus.git"/>
+        <location rdf:resource="https:/github.com/apache/yetus.git"/>
         <browse rdf:resource="https://github.com/apache/yetus"/>
       </GitRepository>
     </repository>
diff --git a/pom.xml b/pom.xml
index a0b4e03..b8d9058 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,9 +72,9 @@
   </properties>
 
   <scm>
-    <connection>scm:git:git://git.apache.org/yetus.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/yetus.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=yetus.git</url>
+    <connection>scm:git:https://github.com/apache/yetus.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/yetus.git</developerConnection>
+    <url>https://github.com/apache/yetus.git</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>