|
1 | 1 | <?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"> |
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 | 5 | <groupId>org.springframework.session</groupId>
|
6 | 6 | <artifactId>spring-session-data-mongodb</artifactId>
|
7 | 7 | <version>2.1.2.BUILD-SNAPSHOT</version>
|
8 | 8 |
|
9 | 9 | <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> |
11 | 11 | <description>
|
12 | 12 | Persist session data in MongoDB
|
13 | 13 | </description>
|
|
45 | 45 | <licenses>
|
46 | 46 | <license>
|
47 | 47 | <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> |
49 | 49 | <comments>
|
50 | 50 | Copyright 2011-2018 the original author or authors.
|
51 | 51 |
|
52 | 52 | Licensed under the Apache License, Version 2.0 (the "License");
|
53 | 53 | you may not use this file except in compliance with the License.
|
54 | 54 | You may obtain a copy of the License at
|
55 | 55 |
|
56 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
| 56 | + https://www.apache.org/licenses/LICENSE-2.0 |
57 | 57 |
|
58 | 58 | Unless required by applicable law or agreed to in writing, software
|
59 | 59 | distributed under the License is distributed on an "AS IS" BASIS,
|
|
99 | 99 | <repositories>
|
100 | 100 | <repository>
|
101 | 101 | <id>spring-libs-snapshot</id>
|
102 |
| - <url>http://repo.spring.io/libs-snapshot</url> |
| 102 | + <url>https://repo.spring.io/libs-snapshot</url> |
103 | 103 | </repository>
|
104 | 104 | </repositories>
|
105 | 105 | </profile>
|
|
223 | 223 | <archives>*:*:*:*@zip zip.name:spring-session-data-mongodb, zip.displayname:Spring Session MongoDB, zip.deployed:false</archives>
|
224 | 224 | </deployProperties>
|
225 | 225 | <publisher>
|
226 |
| - <contextUrl>http://repo.spring.io</contextUrl> |
| 226 | + <contextUrl>https://repo.spring.io</contextUrl> |
227 | 227 | <username>{{USERNAME}}</username>
|
228 | 228 | <password>{{PASSWORD}}</password>
|
229 | 229 | <repoKey>libs-milestone-local</repoKey>
|
|
258 | 258 | <archives>*:*:*:*@zip zip.name:spring-session-data-mongodb, zip.displayname:Spring Session MongoDB, zip.deployed:false</archives>
|
259 | 259 | </deployProperties>
|
260 | 260 | <publisher>
|
261 |
| - <contextUrl>http://repo.spring.io</contextUrl> |
| 261 | + <contextUrl>https://repo.spring.io</contextUrl> |
262 | 262 | <username>{{USERNAME}}</username>
|
263 | 263 | <password>{{PASSWORD}}</password>
|
264 | 264 | <repoKey>libs-release-local</repoKey>
|
|
648 | 648 | <quiet>true</quiet>
|
649 | 649 | <additionalparam>-Xdoclint:none</additionalparam>
|
650 | 650 | <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> |
653 | 653 | </links>
|
654 | 654 | </configuration>
|
655 | 655 | </plugin>
|
|
0 commit comments