This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/velocity-site.git
The following commit(s) were added to refs/heads/main by this push:
new a0b7724 [site] Fix maven central repo links (and some others)
a0b7724 is described below
commit a0b7724dad5ae5134631a8a208ab42e590469bfd
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 08:12:02 2021 +0100
[site] Fix maven central repo links (and some others)
---
src/content/engine/2.0/index.mdtext | 4 ++--
src/content/engine/2.1/index.mdtext | 2 +-
src/content/engine/2.2/index.mdtext | 2 +-
src/content/engine/devel/index.mdtext | 2 +-
src/content/release-process.mdtext | 12 ++++++------
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/content/engine/2.0/index.mdtext
b/src/content/engine/2.0/index.mdtext
index 1d77064..4be7589 100644
--- a/src/content/engine/2.0/index.mdtext
+++ b/src/content/engine/2.0/index.mdtext
@@ -10,9 +10,9 @@ You can check the [Velocity Template Language (VTL)
reference](vtl-reference.htm
The current stable release version is version 2.2.
-The release distribution is available as a combined source/binary distribution
in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror
system](/download.cgi)..
+The release distribution is available as a combined source/binary distribution
in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror
system](/download.cgi).
-The Velocity jars are also available through the [central Maven
repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven
repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.0/jar).
Older releases are archived at the [Apache Velocity
archives](http://archive.apache.org/dist/velocity/engine/).
diff --git a/src/content/engine/2.1/index.mdtext
b/src/content/engine/2.1/index.mdtext
index 1d77064..f0c87e0 100644
--- a/src/content/engine/2.1/index.mdtext
+++ b/src/content/engine/2.1/index.mdtext
@@ -12,7 +12,7 @@ The current stable release version is version 2.2.
The release distribution is available as a combined source/binary distribution
in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror
system](/download.cgi)..
-The Velocity jars are also available through the [central Maven
repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven
repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.1/jar).
Older releases are archived at the [Apache Velocity
archives](http://archive.apache.org/dist/velocity/engine/).
diff --git a/src/content/engine/2.2/index.mdtext
b/src/content/engine/2.2/index.mdtext
index 1d77064..7896e97 100644
--- a/src/content/engine/2.2/index.mdtext
+++ b/src/content/engine/2.2/index.mdtext
@@ -12,7 +12,7 @@ The current stable release version is version 2.2.
The release distribution is available as a combined source/binary distribution
in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror
system](/download.cgi)..
-The Velocity jars are also available through the [central Maven
repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven
repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.2/jar).
Older releases are archived at the [Apache Velocity
archives](http://archive.apache.org/dist/velocity/engine/).
diff --git a/src/content/engine/devel/index.mdtext
b/src/content/engine/devel/index.mdtext
index fcde32b..f3337e4 100644
--- a/src/content/engine/devel/index.mdtext
+++ b/src/content/engine/devel/index.mdtext
@@ -12,7 +12,7 @@ The current stable release version is version 1.7.
The release distribution is available as a combined source/binary distribution
in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror
system](/download.cgi)..
-The Velocity jars are also available through the [central Maven
repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven
repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.2/jar).
Older releases are archived at the [Apache Velocity
archives](http://archive.apache.org/dist/velocity/engine/).
diff --git a/src/content/release-process.mdtext
b/src/content/release-process.mdtext
index 601d7d7..929d445 100644
--- a/src/content/release-process.mdtext
+++ b/src/content/release-process.mdtext
@@ -12,10 +12,10 @@ Instructions make explicit references to the *engine*
subproject, but you can ea
To create a release you have to install:
-* [Java Development Kit
8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
-* [Maven 3](http://maven.apache.org/)
-* [GnuPG](http://www.gnupg.org/)
-* [OpenSSH](http://www.openssh.com/}OpenSSH)
+* [Java Development Kit
8](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
+* [Maven 3](https://maven.apache.org/)
+* [GnuPG](https://www.gnupg.org/)
+* [OpenSSH](https://www.openssh.com/}OpenSSH)
### One-time operations
@@ -23,11 +23,11 @@ These operations need to be performed only one time.
* Create and publish your GPG key
- To create a GPG key, follow the
[guidelines](http://www.apache.org/dev/openpgp.html}guidelines). Insert in the
file you find on people.apache.org at the directory:
+ To create a GPG key, follow the
[guidelines](https://www.apache.org/dev/openpgp.html}guidelines). Insert in the
file you find on people.apache.org at the directory:
/www/www.apache.org/dist/velocity/
- Publish your GPG key in a PGP key server, such as [MIT
Keyserver](http://pgp.mit.edu/).
+ Publish your GPG key in a PGP key server, such as [MIT
Keyserver](https://pgp.mit.edu/).
* Modify `settings.xml`