You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by mi...@apache.org on 2021/03/23 08:47:31 UTC

[velocity-engine] branch 1.7.x updated: updated build.properties with latest maven URL

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

michaelo pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new cc3613a  updated build.properties with latest maven URL
cc3613a is described below

commit cc3613a9d71b26b0927b54d573cfc98d33efc266
Author: CesarHernandezGt <cf...@gmail.com>
AuthorDate: Mon Mar 22 20:57:56 2021 -0600

    updated build.properties with latest maven URL
---
 build/build.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/build.properties b/build/build.properties
index d8b4dcd..2e8f00f 100644
--- a/build/build.properties
+++ b/build/build.properties
@@ -119,8 +119,8 @@ proxy.port= 80
 
 #
 # We download directly from the ibiblio maven repository
-repo.m1.url= http://maven.ibiblio.org/maven2
-repo.m2.url=http://maven.ibiblio.org/maven2
+repo.m1.url=https://repo.maven.apache.org/maven2
+repo.m2.url=https://repo.maven.apache.org/maven2
 #
 # Jars to be downloaded
 jar.antlr.version= 2.7.5