File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ buildscript {
15
15
curatorVersion = ' 2.11.1'
16
16
}
17
17
repositories {
18
- maven { url ' http ://repo.springsource.org/libs-release' }
19
- maven { url ' http ://repo.springsource.org/plugins-release' }
20
- maven { url ' http ://repo.springsource.org/plugins-snapshot' }
18
+ maven { url ' https ://repo.springsource.org/libs-release' }
19
+ maven { url ' https ://repo.springsource.org/plugins-release' }
20
+ maven { url ' https ://repo.springsource.org/plugins-snapshot' }
21
21
}
22
22
dependencies {
23
23
classpath(" io.spring.gradle:propdeps-plugin:0.0.8" )
@@ -78,9 +78,9 @@ configure(allprojects) {
78
78
79
79
repositories {
80
80
mavenCentral()
81
- maven { url " http ://repo.springsource.org/libs-snapshot" }
82
- maven { url " http ://repo.springsource.org/libs-release" }
83
- maven { url " http ://repo.springsource.org/libs-milestone" }
81
+ maven { url " https ://repo.springsource.org/libs-snapshot" }
82
+ maven { url " https ://repo.springsource.org/libs-release" }
83
+ maven { url " https ://repo.springsource.org/libs-milestone" }
84
84
}
85
85
86
86
dependencyManagement {
@@ -591,7 +591,7 @@ configure(rootProject) {
591
591
options. author = true
592
592
options. header = rootProject. description
593
593
options. links(
594
- ' http ://docs.jboss.org/jbossas/javadoc/4.0.5/connector'
594
+ ' https ://docs.jboss.org/jbossas/javadoc/4.0.5/connector'
595
595
)
596
596
597
597
// disable javadocs for samples
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ def customizePom(pom, gradleProject) {
34
34
url = ' https://github.com/spring-projects/spring-statemachine'
35
35
organization {
36
36
name = ' SpringSource'
37
- url = ' http ://spring.io/spring-statemachine'
37
+ url = ' https ://spring.io/spring-statemachine'
38
38
}
39
39
licenses {
40
40
license {
41
41
name ' The Apache Software License, Version 2.0'
42
- url ' http ://www.apache.org/licenses/LICENSE-2.0.txt'
42
+ url ' https ://www.apache.org/licenses/LICENSE-2.0.txt'
43
43
distribution ' repo'
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments