Skip to content

Commit 5e80d9c

Browse files
spring-operatorodrotbohm
authored andcommitted
spring-projects#452 - URL cleanup in POMs.
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) migrated to: https://ethlo.com/maven ([https](https://ethlo.com/maven) result 404). ## Fixed Success These URLs were fixed successfully. * http://projects.spring.io/spring-data-cassandra 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-jdbc migrated to: https://projects.spring.io/spring-data-jdbc ([https](https://projects.spring.io/spring-data-jdbc) result 301). * http://projects.spring.io/spring-data-jpa 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 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 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 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 * http://maven.apache.org/maven-v4_0_0.xsd * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance
1 parent 77d2c5d commit 5e80d9c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>Spring Data Cassandra - Examples</name>
1515
<description>Sample projects for Spring Data Cassandra</description>
16-
<url>http://projects.spring.io/spring-data-cassandra</url>
16+
<url>https://projects.spring.io/spring-data-cassandra</url>
1717
<inceptionYear>2014</inceptionYear>
1818

1919
<modules>

jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>Spring Data JDBC - Examples</name>
1515
<description>Sample projects for Spring Data JDBC</description>
16-
<url>http://projects.spring.io/spring-data-jdbc</url>
16+
<url>https://projects.spring.io/spring-data-jdbc</url>
1717
<inceptionYear>2017</inceptionYear>
1818

1919
<modules>

jpa/eclipselink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383
<repositories>
8484
<repository>
8585
<id>com.ethlo.eclipselink.tools</id>
86-
<url>http://ethlo.com/maven</url>
86+
<url>https://ethlo.com/maven</url>
8787
</repository>
8888
</repositories>
8989

9090
<pluginRepositories>
9191
<pluginRepository>
9292
<id>com.ethlo.eclipselink.tools</id>
93-
<url>http://ethlo.com/maven</url>
93+
<url>https://ethlo.com/maven</url>
9494
</pluginRepository>
9595
</pluginRepositories>
9696

jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>Spring Data JPA - Examples</name>
1515
<description>Sample projects for Spring Data JPA</description>
16-
<url>http://projects.spring.io/spring-data-jpa</url>
16+
<url>https://projects.spring.io/spring-data-jpa</url>
1717
<inceptionYear>2011-2014</inceptionYear>
1818

1919
<modules>

ldap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<name>Spring Data LDAP - Examples</name>
1616
<description>Sample projects for Spring Data LDAP</description>
17-
<url>http://projects.spring.io/spring-data-ldap</url>
17+
<url>https://projects.spring.io/spring-data-ldap</url>
1818

1919
<modules>
2020
<module>example</module>

mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>Spring Data MongoDB - Examples</name>
1515
<description>Sample projects for Spring Data MongoDB</description>
16-
<url>http://projects.spring.io/spring-data-mongodb</url>
16+
<url>https://projects.spring.io/spring-data-mongodb</url>
1717
<inceptionYear>2011</inceptionYear>
1818

1919
<modules>

solr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>Spring Data Solr - Examples</name>
1515
<description>Sample projects for Spring Data Solr</description>
16-
<url>http://projects.spring.io/spring-data-solr</url>
16+
<url>https://projects.spring.io/spring-data-solr</url>
1717

1818
<modules>
1919
<module>util</module>

0 commit comments

Comments
 (0)