Skip to content

Commit b807cc7

Browse files
committed
Fixed warning Failure to use HTTPS or SFTP URL in Maven artifact upload/download
1 parent e155d15 commit b807cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<repository>
2020
<id>repository.spring.release</id>
2121
<name>Spring GA Repository</name>
22-
<url>http://repo.spring.io/release</url>
22+
<url>https://repo.spring.io/release</url>
2323
</repository>
2424
</repositories>
2525
<dependencies>

0 commit comments

Comments
 (0)