Skip to content

Commit 58beb73

Browse files
spring-operatorrstoyanchev
authored andcommitted
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were fixed successfully. * http://repo.spring.io/milestone migrated to: https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302). * http://repo.spring.io/snapshot migrated to: https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/maven-v4_0_0.xsd * http://www.w3.org/2001/XMLSchema-instance
1 parent d7271d1 commit 58beb73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
<repository>
5656
<id>spring-snapshot</id>
5757
<name>Spring Snapshot Repository</name>
58-
<url>http://repo.spring.io/snapshot</url>
58+
<url>https://repo.spring.io/snapshot</url>
5959
</repository>
6060
<repository>
6161
<id>spring-milestone</id>
6262
<name>Spring Milestone Repository</name>
63-
<url>http://repo.spring.io/milestone</url>
63+
<url>https://repo.spring.io/milestone</url>
6464
</repository>
6565
</repositories>
6666
-->

0 commit comments

Comments
 (0)