You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/26 09:35:06 UTC

[tomee-tck] branch jakartaee9-tck updated: Avoid default maven blocker for http

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

rzo1 pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new f683ccb  Avoid default maven blocker for http
f683ccb is described below

commit f683ccbab0619ec903a5bc4bf3c6affe82727877
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Tue Apr 26 11:34:58 2022 +0200

    Avoid default maven blocker for http
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa1ea6f..edd5d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1089,7 +1089,7 @@
     <repository>
       <id>apache-m2-snapshot</id>
       <name>Apache M2 Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots/</url>
+      <url>https://repository.apache.org/snapshots/</url>
       <releases>
         <enabled>false</enabled>
       </releases>