Skip to content

Commit e2a5cd4

Browse files
Spring Operatorgregturn
Spring Operator
authored andcommitted
DATAGRAPH-1208 - URL Cleanup.
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 fixed successfully. * http://www.apache.org/licenses/LICENSE-2.0 migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://projects.spring.io/spring-data-neo4j migrated to: https://projects.spring.io/spring-data-neo4j ([https](https://projects.spring.io/spring-data-neo4j) result 301). * http://www.graphaware.com migrated to: https://www.graphaware.com ([https](https://www.graphaware.com) result 301). * http://www.neotechnology.com migrated to: https://www.neotechnology.com ([https](https://www.neotechnology.com) result 301). * http://www.spring.io migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance Original pull request: #460
1 parent e9f7d79 commit e2a5cd4

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| you may not use this file except in compliance with the License.
77
| You may obtain a copy of the License at
88
|
9-
| http://www.apache.org/licenses/LICENSE-2.0
9+
| https://www.apache.org/licenses/LICENSE-2.0
1010
|
1111
| Unless required by applicable law or agreed to in writing, software
1212
| distributed under the License is distributed on an "AS IS" BASIS,
@@ -25,7 +25,7 @@
2525

2626
<name>Spring Data Neo4j</name>
2727
<description>Neo4j support for Spring Data</description>
28-
<url>http://projects.spring.io/spring-data-neo4j</url>
28+
<url>https://projects.spring.io/spring-data-neo4j</url>
2929

3030
<parent>
3131
<groupId>org.springframework.data.build</groupId>
@@ -55,7 +55,7 @@
5555
<name>Vince Bickers</name>
5656
<email>vince at graphaware.com</email>
5757
<organization>GraphAware</organization>
58-
<organizationUrl>http://www.graphaware.com</organizationUrl>
58+
<organizationUrl>https://www.graphaware.com</organizationUrl>
5959
<roles>
6060
<role>Developer</role>
6161
</roles>
@@ -66,7 +66,7 @@
6666
<name>Adam George</name>
6767
<email>adam at graphaware.com</email>
6868
<organization>GraphAware</organization>
69-
<organizationUrl>http://www.graphaware.com</organizationUrl>
69+
<organizationUrl>https://www.graphaware.com</organizationUrl>
7070
<roles>
7171
<role>Developer</role>
7272
</roles>
@@ -77,7 +77,7 @@
7777
<name>Michal Bachman</name>
7878
<email>michal at graphaware.com</email>
7979
<organization>GraphAware</organization>
80-
<organizationUrl>http://www.graphaware.com</organizationUrl>
80+
<organizationUrl>https://www.graphaware.com</organizationUrl>
8181
<roles>
8282
<role>Developer</role>
8383
</roles>
@@ -88,7 +88,7 @@
8888
<name>Luanne Misquitta</name>
8989
<email>luanne at graphaware.com</email>
9090
<organization>GraphAware</organization>
91-
<organizationUrl>http://www.graphaware.com</organizationUrl>
91+
<organizationUrl>https://www.graphaware.com</organizationUrl>
9292
<roles>
9393
<role>Developer</role>
9494
</roles>
@@ -99,7 +99,7 @@
9999
<name>Mark Angrish</name>
100100
<email>mark at graphaware.com</email>
101101
<organization>GraphAware</organization>
102-
<organizationUrl>http://www.graphaware.com</organizationUrl>
102+
<organizationUrl>https://www.graphaware.com</organizationUrl>
103103
<roles>
104104
<role>Developer</role>
105105
</roles>
@@ -110,7 +110,7 @@
110110
<name>Jasper Blues</name>
111111
<email>jasper at graphaware.com</email>
112112
<organization>GraphAware</organization>
113-
<organizationUrl>http://www.graphaware.com</organizationUrl>
113+
<organizationUrl>https://www.graphaware.com</organizationUrl>
114114
<roles>
115115
<role>Developer</role>
116116
</roles>
@@ -121,7 +121,7 @@
121121
<name>Michael Hunger</name>
122122
<email>michael.hunger at neotechnology.com</email>
123123
<organization>Neo Technology</organization>
124-
<organizationUrl>http://www.neotechnology.com</organizationUrl>
124+
<organizationUrl>https://www.neotechnology.com</organizationUrl>
125125
<roles>
126126
<role>Project Lead</role>
127127
</roles>
@@ -132,7 +132,7 @@
132132
<name>Oliver Gierke</name>
133133
<email>ogierke at gopivotal.com</email>
134134
<organization>Pivotal</organization>
135-
<organizationUrl>http://www.spring.io</organizationUrl>
135+
<organizationUrl>https://www.spring.io</organizationUrl>
136136
<roles>
137137
<role>Developer</role>
138138
</roles>
@@ -143,7 +143,7 @@
143143
<name>Thomas Risberg</name>
144144
<email>trisberg at gopivotal.com</email>
145145
<organization>Pivotal</organization>
146-
<organizationUrl>http://www.spring.io</organizationUrl>
146+
<organizationUrl>https://www.spring.io</organizationUrl>
147147
<roles>
148148
<role>Developer</role>
149149
</roles>
@@ -154,7 +154,7 @@
154154
<name>Mark Pollack</name>
155155
<email>mpollack at gopivotal.com</email>
156156
<organization>Pivotal</organization>
157-
<organizationUrl>http://www.spring.io</organizationUrl>
157+
<organizationUrl>https://www.spring.io</organizationUrl>
158158
<roles>
159159
<role>Developer</role>
160160
</roles>
@@ -165,7 +165,7 @@
165165
<name>Gerrit Meier</name>
166166
<email>gerrit.meier at neo4j.com</email>
167167
<organization>Neo Technology</organization>
168-
<organizationUrl>http://www.neotechnology.com</organizationUrl>
168+
<organizationUrl>https://www.neotechnology.com</organizationUrl>
169169
<roles>
170170
<role>Developer</role>
171171
</roles>
@@ -176,7 +176,7 @@
176176
<name>Michael Simons</name>
177177
<email>michael.simons at neo4j.com</email>
178178
<organization>Neo Technology</organization>
179-
<organizationUrl>http://www.neotechnology.com</organizationUrl>
179+
<organizationUrl>https://www.neotechnology.com</organizationUrl>
180180
<roles>
181181
<role>Developer</role>
182182
</roles>

spring-data-neo4j/pom.xml

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

0 commit comments

Comments
 (0)