This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 706d818 moved to gitbox
706d818 is described below
commit 706d818da05d2f34a15d785af1e1f5989a3d0259
Author: Stefan Bodewig <[email protected]>
AuthorDate: Mon Dec 17 10:06:40 2018 +0100
moved to gitbox
---
CONTRIBUTING.md | 2 +-
ReleaseInstructions | 2 +-
manual/Tasks/property.html | 2 +-
manual/install.html | 2 +-
manual/properties.html | 2 +-
src/etc/poms/pom.xml | 6 +++---
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3f45cf2..12c17cf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ that all other people could benefit from? This is great, we'd
love to
hear from you.
Ant's primary code repository is the
-[git repository at Apache](https://git-wip-us.apache.org/repos/asf/ant.git)
+[git repository at Apache](https://gitbox.apache.org/repos/asf/ant.git)
and we've also got a [github mirror](https://github.com/apache/ant/).
There are two ways you can contribute, you can either use the
diff --git a/ReleaseInstructions b/ReleaseInstructions
index f9f1c19..7a9cec2 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -92,7 +92,7 @@ Note: This document was adapted from the one created in the
context of
9. Ensure that the GPG key you use is inside the KEYS file in Ant's
git repository
-
<https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-common.git;a=blob;f=KEYS;h=dc62b011b1b429bd6de913f8f2bce79b715f96db;hb=HEAD>
+
<https://gitbox.apache.org/repos/asf?p=ant-antlibs-common.git;a=blob;f=KEYS;h=dc62b011b1b429bd6de913f8f2bce79b715f96db;hb=HEAD>
- and that you copy the KEYS file to /www/www.apache.org/dist/ant
Also make sure you have sent the key that you use to a public
diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html
index e6faf46..643e7c5 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -286,7 +286,7 @@ deploy.url=http://${deploy.server}:${deploy.port}/</pre>
variables. So it starts a command in a new process which prints the
environment variables, analyzes
the output and creates the properties.<br/> There are commands for the
following operating systems
implemented
-in <a
href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
+in <a
href="https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
target="_top">Execute.java</a> (method <code
class="code">getProcEnvCommand()</code>):
</p>
<table>
diff --git a/manual/install.html b/manual/install.html
index 055de7c..2dd4bc6 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -123,7 +123,7 @@ usually stable.
</p>
<p>
See the section <a href="#buildingant">Building Ant</a> on how to build Ant
from the source code. You can also access
-the <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary"
target="_top">Ant Git repository</a> on-line.
+the <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary"
target="_top">Ant Git repository</a> on-line.
</p>
<h3 id="archives">Archive Download Area Layout</h3>
diff --git a/manual/properties.html b/manual/properties.html
index 0c5eb2f..1d7119d 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -127,7 +127,7 @@
<p>This is the interface you'd implement if you wanted to invent your
own property
syntax—or allow nested property expansions since the default
implementation doesn't
balance braces
- (see <a
href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
+ (see <a
href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
target="_top"><code class="code">NestedPropertyExpander</code> in the
<samp>props</samp> Antlib</a> for
an example).</p>
</li>
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index e8fa131..75cdf50 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -52,9 +52,9 @@
</repository>
</distributionManagement>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</developerConnection>
- <url>https://git-wip-us.apache.org/repos/asf/ant.git</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/ant.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ant.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf/ant.git</url>
</scm>
<ciManagement>
<system>jenkins</system>