|
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.hateoas</groupId>
|
6 | 6 | <artifactId>spring-hateoas</artifactId>
|
7 | 7 | <version>1.0.0.BUILD-SNAPSHOT</version>
|
8 | 8 |
|
9 | 9 | <name>Spring HATEOAS</name>
|
10 |
| - <url>http://github.com/SpringSource/spring-hateoas</url> |
| 10 | + <url>https://github.com/SpringSource/spring-hateoas</url> |
11 | 11 | <description>
|
12 | 12 | Library to support implementing representations for
|
13 | 13 | hyper-text driven REST web services.
|
|
17 | 17 |
|
18 | 18 | <organization>
|
19 | 19 | <name>Pivotal, Inc.</name>
|
20 |
| - <url>http://www.spring.io</url> |
| 20 | + <url>https://www.spring.io</url> |
21 | 21 | </organization>
|
22 | 22 |
|
23 | 23 | <developers>
|
|
46 | 46 | <licenses>
|
47 | 47 | <license>
|
48 | 48 | <name>Apache License, Version 2.0</name>
|
49 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 49 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
50 | 50 | <comments>
|
51 | 51 | Copyright 2011 the original author or authors.
|
52 | 52 |
|
53 | 53 | Licensed under the Apache License, Version 2.0 (the "License");
|
54 | 54 | you may not use this file except in compliance with the License.
|
55 | 55 | You may obtain a copy of the License at
|
56 | 56 |
|
57 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
| 57 | + https://www.apache.org/licenses/LICENSE-2.0 |
58 | 58 |
|
59 | 59 | Unless required by applicable law or agreed to in writing, software
|
60 | 60 | distributed under the License is distributed on an "AS IS" BASIS,
|
|
93 | 93 | <repositories>
|
94 | 94 | <repository>
|
95 | 95 | <id>spring-libs-snapshot</id>
|
96 |
| - <url>http://repo.spring.io/libs-snapshot</url> |
| 96 | + <url>https://repo.spring.io/libs-snapshot</url> |
97 | 97 | </repository>
|
98 | 98 | </repositories>
|
99 | 99 | </profile>
|
|
627 | 627 | <additionalparam>-Xdoclint:none</additionalparam>
|
628 | 628 | <stylesheetfile>${shared.resources}/javadoc/spring-javadoc.css</stylesheetfile>
|
629 | 629 | <links>
|
630 |
| - <link>http://static.springframework.org/spring/docs/4.1.x/javadoc-api</link> |
631 |
| - <link>http://docs.oracle.com/javase/6/docs/api</link> |
| 630 | + <link>https://docs.spring.io/spring/docs/4.1.x/javadoc-api</link> |
| 631 | + <link>https://docs.oracle.com/javase/6/docs/api</link> |
632 | 632 | </links>
|
633 | 633 | </configuration>
|
634 | 634 | </plugin>
|
|
0 commit comments