Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 885a71a

Browse files
Spring Operatorchristophstrobl
Spring Operator
authored andcommitted
URL Cleanup (#68)
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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). * http://spring.io/projects/spring-session-data-mongodb with 1 occurrences migrated to: https://spring.io/projects/spring-session-data-mongodb ([https](https://spring.io/projects/spring-session-data-mongodb) result 200). * http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://static.springframework.org/spring/docs/4.1.x/javadoc-api (301) with 1 occurrences migrated to: https://docs.spring.io/spring/docs/4.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/4.1.x/javadoc-api) result 301). * http://docs.oracle.com/javase/6/docs/api with 1 occurrences migrated to: https://docs.oracle.com/javase/6/docs/api ([https](https://docs.oracle.com/javase/6/docs/api) result 302). * http://repo.spring.io with 2 occurrences migrated to: https://repo.spring.io ([https](https://repo.spring.io) result 302). * http://repo.spring.io/libs-snapshot with 1 occurrences migrated to: https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
1 parent 7bbd740 commit 885a71a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

mvnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an

mvnw.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@REM "License"); you may not use this file except in compliance
88
@REM with the License. You may obtain a copy of the License at
99
@REM
10-
@REM http://www.apache.org/licenses/LICENSE-2.0
10+
@REM https://www.apache.org/licenses/LICENSE-2.0
1111
@REM
1212
@REM Unless required by applicable law or agreed to in writing,
1313
@REM software distributed under the License is distributed on an

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.springframework.session</groupId>
66
<artifactId>spring-session-data-mongodb</artifactId>
77
<version>2.1.2.BUILD-SNAPSHOT</version>
88

99
<name>Spring Session MongoDB</name>
10-
<url>http://spring.io/projects/spring-session-data-mongodb</url>
10+
<url>https://spring.io/projects/spring-session-data-mongodb</url>
1111
<description>
1212
Persist session data in MongoDB
1313
</description>
@@ -45,15 +45,15 @@
4545
<licenses>
4646
<license>
4747
<name>Apache License, Version 2.0</name>
48-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
48+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
4949
<comments>
5050
Copyright 2011-2018 the original author or authors.
5151

5252
Licensed under the Apache License, Version 2.0 (the "License");
5353
you may not use this file except in compliance with the License.
5454
You may obtain a copy of the License at
5555

56-
http://www.apache.org/licenses/LICENSE-2.0
56+
https://www.apache.org/licenses/LICENSE-2.0
5757

5858
Unless required by applicable law or agreed to in writing, software
5959
distributed under the License is distributed on an "AS IS" BASIS,
@@ -99,7 +99,7 @@
9999
<repositories>
100100
<repository>
101101
<id>spring-libs-snapshot</id>
102-
<url>http://repo.spring.io/libs-snapshot</url>
102+
<url>https://repo.spring.io/libs-snapshot</url>
103103
</repository>
104104
</repositories>
105105
</profile>
@@ -223,7 +223,7 @@
223223
<archives>*:*:*:*@zip zip.name:spring-session-data-mongodb, zip.displayname:Spring Session MongoDB, zip.deployed:false</archives>
224224
</deployProperties>
225225
<publisher>
226-
<contextUrl>http://repo.spring.io</contextUrl>
226+
<contextUrl>https://repo.spring.io</contextUrl>
227227
<username>{{USERNAME}}</username>
228228
<password>{{PASSWORD}}</password>
229229
<repoKey>libs-milestone-local</repoKey>
@@ -258,7 +258,7 @@
258258
<archives>*:*:*:*@zip zip.name:spring-session-data-mongodb, zip.displayname:Spring Session MongoDB, zip.deployed:false</archives>
259259
</deployProperties>
260260
<publisher>
261-
<contextUrl>http://repo.spring.io</contextUrl>
261+
<contextUrl>https://repo.spring.io</contextUrl>
262262
<username>{{USERNAME}}</username>
263263
<password>{{PASSWORD}}</password>
264264
<repoKey>libs-release-local</repoKey>
@@ -648,8 +648,8 @@
648648
<quiet>true</quiet>
649649
<additionalparam>-Xdoclint:none</additionalparam>
650650
<links>
651-
<link>http://static.springframework.org/spring/docs/4.1.x/javadoc-api</link>
652-
<link>http://docs.oracle.com/javase/6/docs/api</link>
651+
<link>https://docs.spring.io/spring/docs/4.1.x/javadoc-api</link>
652+
<link>https://docs.oracle.com/javase/6/docs/api</link>
653653
</links>
654654
</configuration>
655655
</plugin>

0 commit comments

Comments
 (0)