From 706d818da05d2f34a15d785af1e1f5989a3d0259 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 17 Dec 2018 10:06:40 +0100
Subject: [PATCH] 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 3f45cf24c..12c17cfac 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 f9f1c19b6..7a9cec257 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
-
+
- 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 e6faf46a3..643e7c522 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -286,7 +286,7 @@ deploy.url=http://${deploy.server}:${deploy.port}/
variables. So it starts a command in a new process which prints the environment variables, analyzes
the output and creates the properties.
There are commands for the following operating systems
implemented
-in Execute.java (method getProcEnvCommand()
):
diff --git a/manual/install.html b/manual/install.html
index 055de7c88..2dd4bc659 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -123,7 +123,7 @@ usually stable.
See the section Building Ant on how to build Ant from the source code. You can also access
-the Ant Git repository on-line.
+the Ant Git repository on-line.
Archive Download Area Layout
diff --git a/manual/properties.html b/manual/properties.html
index 0c5eb2f29..1d7119d4d 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -127,7 +127,7 @@
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 NestedPropertyExpander
in the props Antlib for
an example).
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index e8fa13172..75cdf50c1 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -52,9 +52,9 @@
- scm:git:https://git-wip-us.apache.org/repos/asf/ant.git
- scm:git:https://git-wip-us.apache.org/repos/asf/ant.git
- https://git-wip-us.apache.org/repos/asf/ant.git
+ scm:git:https://gitbox.apache.org/repos/asf/ant.git
+ scm:git:https://gitbox.apache.org/repos/asf/ant.git
+ https://gitbox.apache.org/repos/asf/ant.git
jenkins