Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf7f1a0

Browse files
Spring Operatorgregturn
Spring Operator
authored andcommittedMar 7, 2019
1 parent e0de59c commit bf7f1a0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎mvnw

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>2.1.3.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)
This repository has been archived.