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

URL Cleanup #31

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
4 changes: 2 additions & 2 deletions analytics-ml-pmml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down Expand Up @@ -36,7 +36,7 @@ targetCompatibility = 1.7

repositories {
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down
2 changes: 1 addition & 1 deletion analytics-ml-pmml/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
6 changes: 3 additions & 3 deletions load-generator-gpfdist-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down Expand Up @@ -36,8 +36,8 @@ targetCompatibility = 1.7

repositories {
maven { url "http://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
6 changes: 3 additions & 3 deletions load-generator-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down Expand Up @@ -36,8 +36,8 @@ targetCompatibility = 1.7

repositories {
maven { url "http://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
6 changes: 3 additions & 3 deletions spring-xd-lang-detector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down Expand Up @@ -34,8 +34,8 @@ targetCompatibility = 1.7

repositories {
maven { url "http://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down
6 changes: 3 additions & 3 deletions throughput/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down Expand Up @@ -36,8 +36,8 @@ targetCompatibility = 1.7

repositories {
maven { url "http://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
4 changes: 2 additions & 2 deletions videocap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories {
maven { url "http://repo.spring.io/plugins-snapshot" }
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand All @@ -23,7 +23,7 @@ description = "Spring XD video capture source module"

repositories {
maven { url "http://repo.spring.io/release" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down
6 changes: 3 additions & 3 deletions xslt-transformer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/snapshot" }
jcenter()
maven { url 'https://jcenter.bintray.com/' }
}
dependencies {
classpath("org.springframework.xd:spring-xd-module-plugin:${springXdVersion}")
Expand All @@ -26,8 +26,8 @@ targetCompatibility = 1.7

repositories {
maven { url "http://repo.spring.io/release" }
mavenCentral()
jcenter()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://jcenter.bintray.com/' }
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
}
Expand Down