Skip to content

Commit 853a20d

Browse files
committed
Use https
1 parent 6ee558f commit 853a20d

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.teamcity/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repositories>
1616
<repository>
1717
<id>jetbrains-all</id>
18-
<url>http://download.jetbrains.com/teamcity-repository</url>
18+
<url>https://download.jetbrains.com/teamcity-repository</url>
1919
<snapshots>
2020
<enabled>true</enabled>
2121
</snapshots>
@@ -32,7 +32,7 @@
3232
<pluginRepositories>
3333
<pluginRepository>
3434
<id>JetBrains</id>
35-
<url>http://download.jetbrains.com/teamcity-repository</url>
35+
<url>https://download.jetbrains.com/teamcity-repository</url>
3636
</pluginRepository>
3737
</pluginRepositories>
3838

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

@@ -192,7 +192,7 @@
192192
you may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195-
http://www.apache.org/licenses/LICENSE-2.0
195+
https://www.apache.org/licenses/LICENSE-2.0
196196

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![JetBrains incubator project](http://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
2-
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
1+
[![JetBrains incubator project](https://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
2+
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
33

44
# Setting up
55

gradle/pom.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def pomConfig = {
33
licenses {
44
license {
55
name "The Apache Software License, Version 2.0"
6-
url "http://www.apache.org/licenses/LICENSE-2.0.txt"
6+
url "https://www.apache.org/licenses/LICENSE-2.0.txt"
77
distribution "repo"
88
}
99
}
@@ -12,7 +12,7 @@ def pomConfig = {
1212
id "JetBrains"
1313
name "JetBrains Team"
1414
organization "JetBrains"
15-
organizationUrl "http://www.jetbrains.com"
15+
organizationUrl "https://www.jetbrains.com"
1616
}
1717
}
1818

plugin/gradle/pom.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def pomConfig = {
33
licenses {
44
license {
55
name "The Apache Software License, Version 2.0"
6-
url "http://www.apache.org/licenses/LICENSE-2.0.txt"
6+
url "https://www.apache.org/licenses/LICENSE-2.0.txt"
77
distribution "repo"
88
}
99
}
@@ -12,7 +12,7 @@ def pomConfig = {
1212
id "JetBrains"
1313
name "JetBrains Team"
1414
organization "JetBrains"
15-
organizationUrl "http://www.jetbrains.com"
15+
organizationUrl "https://www.jetbrains.com"
1616
}
1717
}
1818

plugin/main/src/org/jetbrains/gradle/benchmarks/JmhBytecodeGeneratorWorker.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)