Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

URL Cleanup #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 sample-modules-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ group = 'org.springframework.xd.samples'
version = '1.0.0.BUILD-SNAPSHOT'

repositories {
maven { url "http://repo.spring.io/release" }
maven { url "https://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
}
10 changes: 5 additions & 5 deletions sample-modules-parent/buildscript.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url 'http://repo.spring.io/plugins-release' }
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/plugins-snapshot" }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url "https://repo.spring.io/release" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
jcenter()
}
dependencies {
Expand Down
8 changes: 4 additions & 4 deletions sample-modules-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
<repositories>
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>http://repo.spring.io/milestone</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-release</id>
<name>Spring Releases</name>
<url>http://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/libs-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/snapshot</url>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
8 changes: 4 additions & 4 deletions samples-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
<repositories>
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>http://repo.spring.io/milestone</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-release</id>
<name>Spring Releases</name>
<url>http://repo.spring.io/release</url>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/snapshot</url>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
4 changes: 2 additions & 2 deletions smartgrid-prediction/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
<repositories>
<repository>
<id>spring-releases</id>
<url>http://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-releases</id>
<url>http://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/libs-release</url>
</pluginRepository>
</pluginRepositories>

Expand Down
2 changes: 1 addition & 1 deletion spark-streaming-logger-java-sink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {

repositories {
mavenCentral()
maven { url 'http://repo.spring.io/release' }
maven { url 'https://repo.spring.io/release' }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion spark-streaming-logger-scala-sink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {

repositories {
mavenCentral()
maven { url 'http://repo.spring.io/release' }
maven { url 'https://repo.spring.io/release' }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion spark-streaming-wordcount-java-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {

repositories {
mavenCentral()
maven { url 'http://repo.spring.io/release' }
maven { url 'https://repo.spring.io/release' }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion spark-streaming-wordcount-scala-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {

repositories {
mavenCentral()
maven { url 'http://repo.spring.io/release' }
maven { url 'https://repo.spring.io/release' }
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions storm-product-analytics-example/redis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<repositories>
<repository>
<id>spring-io-release</id>
<url>http://repo.spring.io/release</url>
<url>https://repo.spring.io/release</url>
</repository>
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
</project>
6 changes: 3 additions & 3 deletions tweet-transformer-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ task wrapper(type: Wrapper) {
}

repositories {
maven { url "http://repo.spring.io/release" }
maven { url "https://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
}