From a8679a7f4c1df1b0ac2af31df27550c686ec1296 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 08:11:16 -0700 Subject: [PATCH] #473 - 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 But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://ethlo.com/maven (301) with 2 occurrences migrated to: https://ethlo.com/maven ([https](https://ethlo.com/maven) result 404). ## 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 53 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://maven.apache.org/maven-v4_0_0.xsd with 4 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). * http://projects.spring.io/spring-data-cassandra with 1 occurrences migrated to: https://projects.spring.io/spring-data-cassandra ([https](https://projects.spring.io/spring-data-cassandra) result 301). * http://projects.spring.io/spring-data-jpa with 1 occurrences migrated to: https://projects.spring.io/spring-data-jpa ([https](https://projects.spring.io/spring-data-jpa) result 301). * http://projects.spring.io/spring-data-ldap with 1 occurrences migrated to: https://projects.spring.io/spring-data-ldap ([https](https://projects.spring.io/spring-data-ldap) result 301). * http://projects.spring.io/spring-data-mongodb with 1 occurrences migrated to: https://projects.spring.io/spring-data-mongodb ([https](https://projects.spring.io/spring-data-mongodb) result 301). * http://projects.spring.io/spring-data-solr with 1 occurrences migrated to: https://projects.spring.io/spring-data-solr ([https](https://projects.spring.io/spring-data-solr) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 114 occurrences * http://www.w3.org/2001/XMLSchema-instance with 57 occurrences Original pull request: #454 --- bom/pom.xml | 2 +- cassandra/example/pom.xml | 2 +- cassandra/java8/pom.xml | 2 +- cassandra/pom.xml | 4 ++-- cassandra/reactive/pom.xml | 2 +- cassandra/util/pom.xml | 2 +- elasticsearch/example/pom.xml | 2 +- elasticsearch/pom.xml | 2 +- jpa/eclipselink/pom.xml | 6 +++--- jpa/example/pom.xml | 2 +- jpa/interceptors/pom.xml | 2 +- jpa/java8/pom.xml | 2 +- jpa/jpa21/pom.xml | 2 +- jpa/multiple-datasources/pom.xml | 2 +- jpa/pom.xml | 4 ++-- jpa/query-by-example/pom.xml | 2 +- jpa/security/pom.xml | 2 +- jpa/showcase/pom.xml | 2 +- jpa/vavr/pom.xml | 2 +- ldap/example/pom.xml | 2 +- ldap/pom.xml | 4 ++-- map/pom.xml | 2 +- mongodb/aggregation/pom.xml | 2 +- mongodb/example/pom.xml | 2 +- mongodb/geo-json/pom.xml | 2 +- mongodb/java8/pom.xml | 2 +- mongodb/pom.xml | 4 ++-- mongodb/query-by-example/pom.xml | 2 +- mongodb/reactive/pom.xml | 2 +- mongodb/security/pom.xml | 2 +- mongodb/text-search/pom.xml | 2 +- multi-store/pom.xml | 2 +- neo4j/example/pom.xml | 2 +- neo4j/pom.xml | 2 +- pom.xml | 2 +- redis/cluster/pom.xml | 2 +- redis/example/pom.xml | 2 +- redis/pom.xml | 2 +- redis/reactive/pom.xml | 2 +- redis/repositories/pom.xml | 2 +- redis/sentinel/pom.xml | 2 +- redis/util/pom.xml | 2 +- rest/headers/pom.xml | 2 +- rest/multi-store/pom.xml | 2 +- rest/pom.xml | 2 +- rest/projections/pom.xml | 2 +- rest/security/pom.xml | 2 +- rest/starbucks/pom.xml | 2 +- rest/uri-customization/pom.xml | 2 +- solr/example/pom.xml | 2 +- solr/managed-schema/pom.xml | 2 +- solr/pom.xml | 4 ++-- solr/util/pom.xml | 2 +- web/example/pom.xml | 2 +- web/pom.xml | 2 +- web/projection/pom.xml | 2 +- web/querydsl/pom.xml | 2 +- 57 files changed, 64 insertions(+), 64 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 5fcb6363..b9909eef 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.data.examples diff --git a/cassandra/example/pom.xml b/cassandra/example/pom.xml index d3624fcc..0e1ed4e7 100644 --- a/cassandra/example/pom.xml +++ b/cassandra/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 spring-data-cassandra-example diff --git a/cassandra/java8/pom.xml b/cassandra/java8/pom.xml index 6bbc36bf..189f8e66 100644 --- a/cassandra/java8/pom.xml +++ b/cassandra/java8/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 60afd4a8..e6d46862 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-cassandra-examples @@ -13,7 +13,7 @@ Spring Data Cassandra - Examples Sample projects for Spring Data Cassandra - http://projects.spring.io/spring-data-cassandra + https://projects.spring.io/spring-data-cassandra 2014 diff --git a/cassandra/reactive/pom.xml b/cassandra/reactive/pom.xml index e3bcf226..f097ea85 100644 --- a/cassandra/reactive/pom.xml +++ b/cassandra/reactive/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/cassandra/util/pom.xml b/cassandra/util/pom.xml index 9d1c1785..470daab3 100644 --- a/cassandra/util/pom.xml +++ b/cassandra/util/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/elasticsearch/example/pom.xml b/elasticsearch/example/pom.xml index accbd48d..8220a181 100644 --- a/elasticsearch/example/pom.xml +++ b/elasticsearch/example/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index 616a1d9a..ac36b131 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-elasticsearch-examples diff --git a/jpa/eclipselink/pom.xml b/jpa/eclipselink/pom.xml index 50b79312..37568e73 100644 --- a/jpa/eclipselink/pom.xml +++ b/jpa/eclipselink/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -83,14 +83,14 @@ com.ethlo.eclipselink.tools - http://ethlo.com/maven + https://ethlo.com/maven com.ethlo.eclipselink.tools - http://ethlo.com/maven + https://ethlo.com/maven diff --git a/jpa/example/pom.xml b/jpa/example/pom.xml index 00aaa9da..e15b0068 100644 --- a/jpa/example/pom.xml +++ b/jpa/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 spring-data-jpa-example diff --git a/jpa/interceptors/pom.xml b/jpa/interceptors/pom.xml index 64e0acc1..953a6baf 100644 --- a/jpa/interceptors/pom.xml +++ b/jpa/interceptors/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 diff --git a/jpa/java8/pom.xml b/jpa/java8/pom.xml index 83752d09..d4c8d72b 100644 --- a/jpa/java8/pom.xml +++ b/jpa/java8/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/jpa/jpa21/pom.xml b/jpa/jpa21/pom.xml index 050506d3..e9961ea2 100644 --- a/jpa/jpa21/pom.xml +++ b/jpa/jpa21/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/jpa/multiple-datasources/pom.xml b/jpa/multiple-datasources/pom.xml index 163bcda7..d9b31773 100644 --- a/jpa/multiple-datasources/pom.xml +++ b/jpa/multiple-datasources/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/jpa/pom.xml b/jpa/pom.xml index 3321be51..46e8cc74 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-jpa-examples @@ -13,7 +13,7 @@ Spring Data JPA - Examples Sample projects for Spring Data JPA - http://projects.spring.io/spring-data-jpa + https://projects.spring.io/spring-data-jpa 2011-2014 diff --git a/jpa/query-by-example/pom.xml b/jpa/query-by-example/pom.xml index 0a2ee143..e9144094 100644 --- a/jpa/query-by-example/pom.xml +++ b/jpa/query-by-example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/jpa/security/pom.xml b/jpa/security/pom.xml index cfb98f91..746e3fed 100644 --- a/jpa/security/pom.xml +++ b/jpa/security/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/jpa/showcase/pom.xml b/jpa/showcase/pom.xml index 116db613..b6593ed8 100644 --- a/jpa/showcase/pom.xml +++ b/jpa/showcase/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 spring-data-jpa-showcase diff --git a/jpa/vavr/pom.xml b/jpa/vavr/pom.xml index ca6686b7..4a179131 100644 --- a/jpa/vavr/pom.xml +++ b/jpa/vavr/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/ldap/example/pom.xml b/ldap/example/pom.xml index 22668267..4090f2c0 100644 --- a/ldap/example/pom.xml +++ b/ldap/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-ldap-example diff --git a/ldap/pom.xml b/ldap/pom.xml index 1b95136f..618c537b 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-ldap-examples @@ -14,7 +14,7 @@ Spring Data LDAP - Examples Sample projects for Spring Data LDAP - http://projects.spring.io/spring-data-ldap + https://projects.spring.io/spring-data-ldap example diff --git a/map/pom.xml b/map/pom.xml index 6035174a..44defe51 100644 --- a/map/pom.xml +++ b/map/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-map-repositories-example diff --git a/mongodb/aggregation/pom.xml b/mongodb/aggregation/pom.xml index 58980a3a..25c716a6 100644 --- a/mongodb/aggregation/pom.xml +++ b/mongodb/aggregation/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-mongodb-aggregation diff --git a/mongodb/example/pom.xml b/mongodb/example/pom.xml index ebda56a2..181ca143 100644 --- a/mongodb/example/pom.xml +++ b/mongodb/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-mongodb-example diff --git a/mongodb/geo-json/pom.xml b/mongodb/geo-json/pom.xml index ce64e543..17b694e6 100644 --- a/mongodb/geo-json/pom.xml +++ b/mongodb/geo-json/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/mongodb/java8/pom.xml b/mongodb/java8/pom.xml index 9a059360..7be15efb 100644 --- a/mongodb/java8/pom.xml +++ b/mongodb/java8/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 162a84d6..14b2fdfd 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-mongodb-examples @@ -13,7 +13,7 @@ Spring Data MongoDB - Examples Sample projects for Spring Data MongoDB - http://projects.spring.io/spring-data-mongodb + https://projects.spring.io/spring-data-mongodb 2011-2015 diff --git a/mongodb/query-by-example/pom.xml b/mongodb/query-by-example/pom.xml index a0652f4c..2349a466 100644 --- a/mongodb/query-by-example/pom.xml +++ b/mongodb/query-by-example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/mongodb/reactive/pom.xml b/mongodb/reactive/pom.xml index 3c896f27..66ff5a9d 100644 --- a/mongodb/reactive/pom.xml +++ b/mongodb/reactive/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/mongodb/security/pom.xml b/mongodb/security/pom.xml index 34633d63..cf9a5cc5 100644 --- a/mongodb/security/pom.xml +++ b/mongodb/security/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/mongodb/text-search/pom.xml b/mongodb/text-search/pom.xml index 3e50d2c8..a4d75816 100644 --- a/mongodb/text-search/pom.xml +++ b/mongodb/text-search/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-mongodb-text-search diff --git a/multi-store/pom.xml b/multi-store/pom.xml index 2c0be962..fe171847 100644 --- a/multi-store/pom.xml +++ b/multi-store/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-multi-store-example diff --git a/neo4j/example/pom.xml b/neo4j/example/pom.xml index 6dc431cf..2eeb8068 100644 --- a/neo4j/example/pom.xml +++ b/neo4j/example/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-neo4j-example diff --git a/neo4j/pom.xml b/neo4j/pom.xml index 476e01d4..1c6b8559 100644 --- a/neo4j/pom.xml +++ b/neo4j/pom.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-neo4j-examples diff --git a/pom.xml b/pom.xml index 6797cb4f..c9970ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.data.examples diff --git a/redis/cluster/pom.xml b/redis/cluster/pom.xml index 3acd1689..d7a0baa2 100644 --- a/redis/cluster/pom.xml +++ b/redis/cluster/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-redis-cluster-example diff --git a/redis/example/pom.xml b/redis/example/pom.xml index f6fd316f..bf0442f0 100644 --- a/redis/example/pom.xml +++ b/redis/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-redis-example diff --git a/redis/pom.xml b/redis/pom.xml index caabdfa1..a59300af 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-redis-examples diff --git a/redis/reactive/pom.xml b/redis/reactive/pom.xml index 3684906e..3431943e 100644 --- a/redis/reactive/pom.xml +++ b/redis/reactive/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-redis-reactive diff --git a/redis/repositories/pom.xml b/redis/repositories/pom.xml index 4c929d4a..7fdd3385 100644 --- a/redis/repositories/pom.xml +++ b/redis/repositories/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-redis-repositories-example diff --git a/redis/sentinel/pom.xml b/redis/sentinel/pom.xml index 0107d333..5128dd22 100644 --- a/redis/sentinel/pom.xml +++ b/redis/sentinel/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-redis-sentinel-example diff --git a/redis/util/pom.xml b/redis/util/pom.xml index 78f8b556..ff3105b7 100644 --- a/redis/util/pom.xml +++ b/redis/util/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/rest/headers/pom.xml b/rest/headers/pom.xml index fb42a018..8136886b 100644 --- a/rest/headers/pom.xml +++ b/rest/headers/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-headers diff --git a/rest/multi-store/pom.xml b/rest/multi-store/pom.xml index 2c5deb0f..033b456e 100644 --- a/rest/multi-store/pom.xml +++ b/rest/multi-store/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-multi-store diff --git a/rest/pom.xml b/rest/pom.xml index 02696b80..e3247039 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-examples diff --git a/rest/projections/pom.xml b/rest/projections/pom.xml index cb4949fd..8d26a8af 100644 --- a/rest/projections/pom.xml +++ b/rest/projections/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-projections diff --git a/rest/security/pom.xml b/rest/security/pom.xml index 68866e26..1fc87aed 100644 --- a/rest/security/pom.xml +++ b/rest/security/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-security diff --git a/rest/starbucks/pom.xml b/rest/starbucks/pom.xml index 60d9573b..5c1cc13f 100644 --- a/rest/starbucks/pom.xml +++ b/rest/starbucks/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-starbucks diff --git a/rest/uri-customization/pom.xml b/rest/uri-customization/pom.xml index 124c6d62..6172e290 100644 --- a/rest/uri-customization/pom.xml +++ b/rest/uri-customization/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-rest-uri-customizations diff --git a/solr/example/pom.xml b/solr/example/pom.xml index be861407..355cff9f 100644 --- a/solr/example/pom.xml +++ b/solr/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/solr/managed-schema/pom.xml b/solr/managed-schema/pom.xml index 638e7081..ab74082e 100644 --- a/solr/managed-schema/pom.xml +++ b/solr/managed-schema/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/solr/pom.xml b/solr/pom.xml index eed17645..25b30621 100644 --- a/solr/pom.xml +++ b/solr/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-solr-examples @@ -13,7 +13,7 @@ Spring Data Solr - Examples Sample projects for Spring Data Solr - http://projects.spring.io/spring-data-solr + https://projects.spring.io/spring-data-solr util diff --git a/solr/util/pom.xml b/solr/util/pom.xml index 018d4825..780c7fa2 100644 --- a/solr/util/pom.xml +++ b/solr/util/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/web/example/pom.xml b/web/example/pom.xml index 79ba55f9..c93e9d9c 100644 --- a/web/example/pom.xml +++ b/web/example/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-web-example diff --git a/web/pom.xml b/web/pom.xml index b34feaf2..8c432b1c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-web-examples diff --git a/web/projection/pom.xml b/web/projection/pom.xml index 60dff247..2ac38b4f 100644 --- a/web/projection/pom.xml +++ b/web/projection/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-web-projection diff --git a/web/querydsl/pom.xml b/web/querydsl/pom.xml index cce4ff3c..5a0538ea 100644 --- a/web/querydsl/pom.xml +++ b/web/querydsl/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-data-web-querydsl