Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

URL Cleanup #91

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<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>

Expand All @@ -9,7 +9,7 @@

<name>Spring Data Solr</name>
<description>Spring Data module providing support for Apache Solr repositories.</description>
<url>http://github.com/spring-projects/spring-data-solr</url>
<url>https://github.com/spring-projects/spring-data-solr</url>

<parent>
<groupId>org.springframework.data.build</groupId>
Expand Down Expand Up @@ -264,7 +264,7 @@

<ciManagement>
<system>Bamboo</system>
<url>http://build.spring.io/browse/DATASOLR</url>
<url>https://build.spring.io/browse/DATASOLR</url>
</ciManagement>

<repositories>
Expand Down