Skip to content

Commit ea55968

Browse files
jimschubertsebastien-rosset
andauthoredJan 18, 2020
Evaluating https issues in CircleCI (on top of CiscoM31-maven-h… (OpenAPITools#5034)
* replace http with https. Replace http://central.maven.org with https://repo1.maven.org * replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0 * Force HTTPS for mavenCentral gradle DSL Co-authored-by: Sebastien Rosset <[email protected]>
1 parent d1948c4 commit ea55968

File tree

771 files changed

+962
-877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

771 files changed

+962
-877
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

196-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
197197

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

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# for CI with appveyor.yml
2-
# Ref: http://www.yegor256.com/2015/01/10/windows-appveyor-maven.html
2+
# Ref: https://www.yegor256.com/2015/01/10/windows-appveyor-maven.html
33
version: '{branch}-{build}'
44
image: Visual Studio 2017
55
hosts:

0 commit comments

Comments
 (0)
Please sign in to comment.