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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildr.git


The following commit(s) were added to refs/heads/master by this push:
     new bca94e2  Ensure pom files used in tests use https when referring to 
maven repositories.
bca94e2 is described below

commit bca94e2839eb8bd29337bc9a3daf885c749b1969
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Fri May 3 21:36:17 2019 -0700

    Ensure pom files used in tests use https when referring to maven 
repositories.
---
 CHANGELOG                     |  1 +
 tests/generateFromPom/pom.xml | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index f32fe14..31c0e6a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
 * Change: Use the `zapwhite` gem to manage file whitespace within repository.
 * Fixed:  Replace references to long removed `http://www.ibiblio.org/maven2/` 
repository with
           `https://repo1.maven.org/maven2`.
+* Fixed: Ensure pom files used in tests use https when referring to maven 
repositories.
 
 1.5.7 (2019-02-16)
 * Fixed:  The fix that allowed special characters in usernames and passwords 
was only partially applied
diff --git a/tests/generateFromPom/pom.xml b/tests/generateFromPom/pom.xml
index 9e24209..b8c6156 100644
--- a/tests/generateFromPom/pom.xml
+++ b/tests/generateFromPom/pom.xml
@@ -281,7 +281,7 @@
                <pluginRepository>
                        <id>atlassian-m2-repository</id>
                        <name>Atlassian Maven 2.x Repository</name>
-                       <url>http://repository.atlassian.com/maven2</url>
+                       <url>https://repository.atlassian.com/maven2</url>
                </pluginRepository>
        </pluginRepositories>
 
@@ -289,7 +289,7 @@
                <repository>
                        <id>eclipse-repository</id>
                        <name>Eclipse Repository</name>
-                       <url>http://repo1.maven.org/eclipse/</url>
+                       <url>https://repo1.maven.org/eclipse/</url>
                </repository>
 
                <repository>
@@ -298,40 +298,40 @@
                                SpringSource Enterprise Bundle Repository - 
External
                                Bundle Releases
                        </name>
-                       
<url>http://repository.springsource.com/maven/bundles/external</url>
+                       
<url>https://repository.springsource.com/maven/bundles/external</url>
                </repository>
 <repository>
 <id>com.springsource.repository.bundles.release</id>
 <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle 
Releases</name>
-<url>http://repository.springsource.com/maven/bundles/release</url>
+<url>https://repository.springsource.com/maven/bundles/release</url>
 </repository>
                <repository>
                        <id>spring-release</id>
                        <name>Spring Portfolio Release Repository</name>
-                       <url>http://maven.springframework.org/release</url>
+                       <url>https://maven.springframework.org/release</url>
                </repository>
                <repository>
                        <id>spring-external</id>
                        <name>Spring Portfolio Release Repository</name>
-                       <url>http://maven.springframework.org/external</url>
+                       <url>https://maven.springframework.org/external</url>
                </repository>
                <repository>
                        <id>spring-milestone</id>
                        <name>Spring Portfolio Milestone Repository</name>
-                       <url>http://maven.springframework.org/milestone</url>
+                       <url>https://maven.springframework.org/milestone</url>
                </repository>
 
                <repository>
                        <id>spring-ext</id>
                        <name>Spring External Dependencies Repository</name>
-                       
<url>http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
+                       
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
                </repository>
 
                <!-- used when building against Spring snapshots -->
                <repository>
                        <id>spring-snapshot</id>
                        <name>Spring Portfolio Milestone Repository</name>
-                       <url>http://maven.springframework.org/snapshot</url>
+                       <url>https://maven.springframework.org/snapshot</url>
                        <snapshots>
                                <enabled>true</enabled>
                        </snapshots>
@@ -343,7 +343,7 @@
                        <snapshots>
                                <enabled>true</enabled>
                        </snapshots>
-                       <url>http://maven.springframework.org/osgi</url>
+                       <url>https://maven.springframework.org/osgi</url>
                </repository>
        </repositories>
        <build>

Reply via email to