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 <[email protected]>
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>

Reply via email to