You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/04 14:29:41 UTC

[maven-integration-testing] branch removed-java-tools-2 updated: let's try HTTP

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

tibordigana pushed a commit to branch removed-java-tools-2
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/removed-java-tools-2 by this push:
     new 8bd7dc1  let's try HTTP
8bd7dc1 is described below

commit 8bd7dc147d35ff712fac72370c443b11788b3987
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Aug 4 16:29:28 2019 +0200

    let's try HTTP
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8944c66..0edf305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ under the License.
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>https://repository.apache.org/content/groups/snapshots</url>
+      <url>http://repository.apache.org/content/groups/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
@@ -97,7 +97,7 @@ under the License.
     <pluginRepository>
       <id>apache.snapshots.plugins</id>
       <name>Apache Snapshot Plugin Repository</name>
-      <url>https://repository.apache.org/content/groups/snapshots</url>
+      <url>http://repository.apache.org/content/groups/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
         <updatePolicy>always</updatePolicy>