File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
spring-cloud-kubernetes-examples/kubernetes-hello-world-example/src/test/resources Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
<repository >
22
22
<id >spring-snapshots</id >
23
23
<name >Spring Snapshots</name >
24
- <url >http ://repo.spring.io/libs-snapshot-local</url >
24
+ <url >https ://repo.spring.io/libs-snapshot-local</url >
25
25
<snapshots >
26
26
<enabled >true</enabled >
27
27
</snapshots >
28
28
</repository >
29
29
<repository >
30
30
<id >spring-milestones</id >
31
31
<name >Spring Milestones</name >
32
- <url >http ://repo.spring.io/libs-milestone-local</url >
32
+ <url >https ://repo.spring.io/libs-milestone-local</url >
33
33
<snapshots >
34
34
<enabled >false</enabled >
35
35
</snapshots >
36
36
</repository >
37
37
<repository >
38
38
<id >spring-releases</id >
39
39
<name >Spring Releases</name >
40
- <url >http ://repo.spring.io/release</url >
40
+ <url >https ://repo.spring.io/release</url >
41
41
<snapshots >
42
42
<enabled >false</enabled >
43
43
</snapshots >
47
47
<pluginRepository >
48
48
<id >spring-snapshots</id >
49
49
<name >Spring Snapshots</name >
50
- <url >http ://repo.spring.io/libs-snapshot-local</url >
50
+ <url >https ://repo.spring.io/libs-snapshot-local</url >
51
51
<snapshots >
52
52
<enabled >true</enabled >
53
53
</snapshots >
54
54
</pluginRepository >
55
55
<pluginRepository >
56
56
<id >spring-milestones</id >
57
57
<name >Spring Milestones</name >
58
- <url >http ://repo.spring.io/libs-milestone-local</url >
58
+ <url >https ://repo.spring.io/libs-milestone-local</url >
59
59
<snapshots >
60
60
<enabled >false</enabled >
61
61
</snapshots >
Original file line number Diff line number Diff line change 2
2
<arquillian xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xmlns=" http://jboss.org/schema/arquillian"
4
4
xsi:schemaLocation=" http://jboss.org/schema/arquillian
5
- http ://jboss.org/schema/arquillian/arquillian_1_0.xsd" >
5
+ https ://jboss.org/schema/arquillian/arquillian_1_0.xsd" >
6
6
7
7
<extension qualifier =" openshift" >
8
8
<property name =" namespace.use.existing" >it</property >
You can’t perform that action at this time.
0 commit comments