Author: elecharny
Date: Wed Feb  6 03:28:19 2019
New Revision: 1853046

URL: http://svn.apache.org/viewvc?rev=1853046&view=rev
Log:
Changed reference from git-wip-us to gitbox

Modified:
    mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext
    mina/site/trunk/content/ftpserver-project/getting_source.mdtext
    mina/site/trunk/content/mina-project/developer-guide.mdtext
    mina/site/trunk/content/mina-project/sources.mdtext
    mina/site/trunk/content/sshd-project/sources.mdtext
    mina/site/trunk/content/vysper-project/sources.mdtext

Modified: mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext?rev=1853046&r1=1853045&r2=1853046&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext Wed Feb  6 
03:28:19 2019
@@ -85,7 +85,7 @@ To use this release in your maven projec
 
 ### Git Tag Checkout
 
-       $ git clone http://git-wip-us.apache.org/repos/asf/mina-ftpserver.git
+       $ git clone http://gitbox.apache.org/repos/asf/mina-ftpserver.git
        $ git checkout ftpserver-1.1.1
 
 You are now on 1.1.1 branch.

Modified: mina/site/trunk/content/ftpserver-project/getting_source.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/getting_source.mdtext?rev=1853046&r1=1853045&r2=1853046&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/getting_source.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/getting_source.mdtext Wed Feb  6 
03:28:19 2019
@@ -26,7 +26,7 @@ Anyone can check code out of Git. You on
 
 ## Web Access
 
-The following is a link to the [online source 
repository](https://git-wip-us.apache.org/repos/asf?p=mina-ftpserver.git;a=summary).
+The following is a link to the [online source 
repository](https://gitbox.apache.org/repos/asf?p=mina-ftpserver.git;a=summary).
 
 # Cloning from the Git repo
 
@@ -34,11 +34,11 @@ Again, anyone can do this. Use a command
 
 read only access :
 
-  git clone http://git-wip-us.apache.org/repos/asf/mina-ftpserver.git ftpserver
+  git clone http://gitbox.apache.org/repos/asf/mina-ftpserver.git ftpserver
 
 write access :
 
-  git clone https://git-wip-us.apache.org/repos/asf/mina-ftpserver.git 
ftpserver
+  git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git ftpserver
 
 You will not be able to commit into the project if you are not a committer.
 

Modified: mina/site/trunk/content/mina-project/developer-guide.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/developer-guide.mdtext?rev=1853046&r1=1853045&r2=1853046&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/developer-guide.mdtext (original)
+++ mina/site/trunk/content/mina-project/developer-guide.mdtext Wed Feb  6 
03:28:19 2019
@@ -28,7 +28,7 @@ Notice:    Licensed to the Apache Softwa
 
 You need Git to check out the source code from our source code repository, and 
[Maven(http://maven.apache.org/) 2.2.1 to build the source code (Building with 
Maven 3.0 will also work).  The following example shows how to build the 
current stable branch (2.0.9).
 
-    $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+    $ git clone http://gitbox.apache.org/repos/asf/mina.git mina
     $ cd mina
     $ mvn -Pserial clean install             # Build packages (JARs) for the 
core API and other 
                                              # extensions and install them to 
the local Maven repository.
@@ -46,12 +46,12 @@ There are also other branches that might
 
 If you want to check out the source code of previous releases, you have to 
select the branch you want to work on :
 
-  $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+  $ git clone http://gitbox.apache.org/repos/asf/mina.git mina
   $ git checkout <tag>
 
 For instance, to work on the on-going 2.0 version trunk, just do :
 
-  $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+  $ git clone http://gitbox.apache.org/repos/asf/mina.git mina
   $ git checkout 2.0
 
 # Coding Convention
@@ -82,7 +82,7 @@ Please note that you have to edit the co
 
 Now you are ready to deploy the artifacts if you configured your umask 
correctly.
 
-    $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+    $ git clone http://gitbox.apache.org/repos/asf/mina.git mina
     $ cd mina
     $ mvn -Pserial clean deploy site site:deploy    # Make sure to run 'clean' 
goal first to prevent side effects from your IDE.
 
@@ -165,7 +165,7 @@ In the `~/.m2/settings.xml` you need the
 
 After having checked out the trunk, and built it (see step 0), 
 
-    $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+    $ git clone http://gitbox.apache.org/repos/asf/mina.git mina
     $ cd mina
     $ mvn clean install -Pserial
 

Modified: mina/site/trunk/content/mina-project/sources.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/sources.mdtext?rev=1853046&r1=1853045&r2=1853046&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/sources.mdtext (original)
+++ mina/site/trunk/content/mina-project/sources.mdtext Wed Feb  6 03:28:19 2019
@@ -29,7 +29,7 @@ Anyone can check code out of Git. You on
 
 ## Web Access
 
-The following is a link to the [online source 
repository](https://git-wip-us.apache.org/repos/asf?p=mina.git;a=summary).
+The following is a link to the [online source 
repository](https://gitbox.apache.org/repos/asf?p=mina.git;a=summary).
 
 # Cloning from the Git repo
 
@@ -39,11 +39,11 @@ Again, anyone can do this. Use a command
 
 read only access :
 
-    $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+    $ git clone http://gitbox.apache.org/repos/asf/mina.git mina
 
 write access :
 
-    $ git clone https://git-wip-us.apache.org/repos/asf/mina.git mina
+    $ git clone https://gitbox.apache.org/repos/asf/mina.git mina
 
 Note that you will get the full repository, and you may probably want to work 
on a specific branch. We currently have 2 active branches :
 
@@ -93,11 +93,11 @@ The following table displays the URL of
 
 | Subproject/Documentation | Git URL |
 |---|---|
-| [MINA](http://mina.apache.org/mina-project/developer-guide.html) | 
[https://git-wip-us.apache.org/repos/asf/mina.git](https://git-wip-us.apache.org/repos/asf/mina.git)
 |
-| [FtpServer](http://mina.apache.org/ftpserver-project/building.html) | 
[https://git-wip-us.apache.org/repos/asf/mina-ftpserver.git](https://git-wip-us.apache.org/repos/asf/mina-ftpserver.git)
 |
-| [Sshd](http://mina.apache.org/sshd-project/documentation.html) | 
[https://git-wip-us.apache.org/repos/asf/mina-sshd.git](https://git-wip-us.apache.org/repos/asf/mina-sshd.git)
 |
-| [Vysper](http://mina.apache.org/vysper-project/documentation.html) | 
[https://git-wip-us.apache.org/repos/asf/mina-vysper.git](https://git-wip-us.apache.org/repos/asf/mina-vysper.git)
 |
-| [AsyncWeb](http://mina.apache.org/asyncweb-project) | 
[https://git-wip-us.apache.org/repos/asf/mina-asyncweb.git](https://git-wip-us.apache.org/repos/asf/mina-asyncweb.git)
 |
+| [MINA](http://mina.apache.org/mina-project/developer-guide.html) | 
[https://gitbox.apache.org/repos/asf/mina.git](https://gitbox.apache.org/repos/asf/mina.git)
 |
+| [FtpServer](http://mina.apache.org/ftpserver-project/building.html) | 
[https://gitbox.apache.org/repos/asf/mina-ftpserver.git](https://gitbox.apache.org/repos/asf/mina-ftpserver.git)
 |
+| [Sshd](http://mina.apache.org/sshd-project/documentation.html) | 
[https://gitbox.apache.org/repos/asf/mina-sshd.git](https://◊.apache.org/repos/asf/mina-sshd.git)
 |
+| [Vysper](http://mina.apache.org/vysper-project/documentation.html) | 
[https://gitbox.apache.org/repos/asf/mina-vysper.git](https://gitbox.apache.org/repos/asf/mina-vysper.git)
 |
+| [AsyncWeb](http://mina.apache.org/asyncweb-project) | 
[https://gitbox.apache.org/repos/asf/mina-asyncweb.git](https://gitbox.apache.org/repos/asf/mina-asyncweb.git)
 |
 
 # Commit Changes to Git
 

Modified: mina/site/trunk/content/sshd-project/sources.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/sshd-project/sources.mdtext?rev=1853046&r1=1853045&r2=1853046&view=diff
==============================================================================
--- mina/site/trunk/content/sshd-project/sources.mdtext (original)
+++ mina/site/trunk/content/sshd-project/sources.mdtext Wed Feb  6 03:28:19 2019
@@ -27,7 +27,7 @@ Anyone can check code out of Git. You on
 
 ## Web Access
 
-The following is a link to the [online source 
repository](https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=summary).
+The following is a link to the [online source 
repository](https://gitbox.apache.org/repos/asf?p=mina-sshd.git;a=summary).
 
 # Cloning from the Git repo
 
@@ -35,11 +35,11 @@ Again, anyone can do this. Use a command
 
 read only access :
 
-  git clone http://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd
+  git clone http://gitbox.apache.org/repos/asf/mina-sshd.git sshd
 
 write access :
 
-  git clone https://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd
+  git clone https://gitbox.apache.org/repos/asf/mina-sshd.git sshd
 
 You will not be able to commit into the project if you are not a committer.
 

Modified: mina/site/trunk/content/vysper-project/sources.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/vysper-project/sources.mdtext?rev=1853046&r1=1853045&r2=1853046&view=diff
==============================================================================
--- mina/site/trunk/content/vysper-project/sources.mdtext (original)
+++ mina/site/trunk/content/vysper-project/sources.mdtext Wed Feb  6 03:28:19 
2019
@@ -26,7 +26,7 @@ Anyone can check code out of Git. You on
 
 ## Web Access
 
-The following is a link to the [online source 
repository](https://git-wip-us.apache.org/repos/asf?p=mina-vysper.git;a=summary).
+The following is a link to the [online source 
repository](https://gitbox.apache.org/repos/asf?p=mina-vysper.git;a=summary).
 
 # Cloning from the Git repo
 
@@ -34,11 +34,11 @@ Again, anyone can do this. Use a command
 
 read only access :
 
-  git clone http://git-wip-us.apache.org/repos/asf/mina-vysper.git vysper
+  git clone https://gitbox.apache.org/repos/asf/mina-vysper.git vysper
 
 write access :
 
-  git clone https://git-wip-us.apache.org/repos/asf/mina-vysper.git vysper
+  git clone https://gitbox.apache.org/repos/asf/mina-vysper.git vysper
 
 You will not be able to commit into the project if you are not a committer.
 


Reply via email to