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 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 3 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://m2.neo4j.org/content/repositories/releases with 1 occurrences migrated to: https://m2.neo4j.org/content/repositories/releases ([https](https://m2.neo4j.org/content/repositories/releases) result 301). * http://m2.neo4j.org/content/repositories/snapshots with 1 occurrences migrated to: https://m2.neo4j.org/content/repositories/snapshots ([https](https://m2.neo4j.org/content/repositories/snapshots) result 301). * http://www.graphaware.com with 4 occurrences migrated to: https://www.graphaware.com ([https](https://www.graphaware.com) result 301). * http://www.neotechnology.com with 1 occurrences migrated to: https://www.neotechnology.com ([https](https://www.neotechnology.com) result 301). * http://www.spring.io with 3 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://repo.spring.io/libs-release with 1 occurrences migrated to: https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result 302). * http://repo.spring.io/plugins-release with 1 occurrences migrated to: https://repo.spring.io/plugins-release ([https](https://repo.spring.io/plugins-release) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 6 occurrences * http://www.w3.org/2001/XMLSchema-instance with 3 occurrences Original pull request: #465
188 lines
6.0 KiB
XML
188 lines
6.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-neo4j-parent</artifactId>
|
|
<version>4.1.0.BUILD-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Spring Data Neo4j - Parent</name>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.data.build</groupId>
|
|
<artifactId>spring-data-parent</artifactId>
|
|
<version>1.7.0.RELEASE</version>
|
|
</parent>
|
|
|
|
<modules>
|
|
|
|
<module>spring-data-neo4j</module>
|
|
<module>spring-data-neo4j-distribution</module>
|
|
|
|
</modules>
|
|
|
|
<properties>
|
|
<project.type>multi</project.type>
|
|
<springdata.commons>1.11.0.RELEASE</springdata.commons>
|
|
<source.level>1.7</source.level>
|
|
<commonslang.version>2.6</commonslang.version>
|
|
<bundlor.enabled>false</bundlor.enabled>
|
|
</properties>
|
|
|
|
<developers>
|
|
<developer>
|
|
<id>vbickers</id>
|
|
<name>Vince Bickers</name>
|
|
<email>vince at graphaware.com</email>
|
|
<organization>GraphAware</organization>
|
|
<organizationUrl>https://www.graphaware.com</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>GMT</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>atg</id>
|
|
<name>Adam George</name>
|
|
<email>adam at graphaware.com</email>
|
|
<organization>GraphAware</organization>
|
|
<organizationUrl>https://www.graphaware.com</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>GMT</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>bachmanm</id>
|
|
<name>Michal Bachman</name>
|
|
<email>michal at graphaware.com</email>
|
|
<organization>GraphAware</organization>
|
|
<organizationUrl>https://www.graphaware.com</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>GMT</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>lmisquitta</id>
|
|
<name>Luanne Misquitta</name>
|
|
<email>luanne at graphaware.com</email>
|
|
<organization>GraphAware</organization>
|
|
<organizationUrl>https://www.graphaware.com</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>+5:30</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>mangrish</id>
|
|
<name>Mark Angrish</name>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>+11</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>mhunger</id>
|
|
<name>Michael Hunger</name>
|
|
<email>michael.hunger at neotechnology.com</email>
|
|
<organization>Neo Technology</organization>
|
|
<organizationUrl>https://www.neotechnology.com</organizationUrl>
|
|
<roles>
|
|
<role>Project Lead</role>
|
|
</roles>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>ogierke</id>
|
|
<name>Oliver Gierke</name>
|
|
<email>ogierke at gopivotal.com</email>
|
|
<organization>Pivotal</organization>
|
|
<organizationUrl>https://www.spring.io</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>trisberg</id>
|
|
<name>Thomas Risberg</name>
|
|
<email>trisberg at gopivotal.com</email>
|
|
<organization>Pivotal</organization>
|
|
<organizationUrl>https://www.spring.io</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>-5</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>mpollack</id>
|
|
<name>Mark Pollack</name>
|
|
<email>mpollack at gopivotal.com</email>
|
|
<organization>Pivotal</organization>
|
|
<organizationUrl>https://www.spring.io</organizationUrl>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>-5</timezone>
|
|
</developer>
|
|
</developers>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
<version>5.1.2.Final</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.glassfish</groupId>
|
|
<artifactId>javax.el</artifactId>
|
|
<version>3.0.0</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
<id>spring-libs-release</id>
|
|
<name>Spring</name>
|
|
<url>https://repo.spring.io/libs-release</url>
|
|
</repository>
|
|
|
|
<repository>
|
|
<id>neo4j</id>
|
|
<url>https://m2.neo4j.org/content/repositories/releases</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
|
|
<repository>
|
|
<id>neo4j-snapshots</id>
|
|
<url>https://m2.neo4j.org/content/repositories/snapshots</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>spring-plugins-release</id>
|
|
<url>https://repo.spring.io/plugins-release</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
|
|
</project>
|