mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 17:00:43 +00:00
Evaluating https issues in CircleCI (on top of CiscoM31-maven-h… (#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 <serosset@cisco.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
/**
|
||||
* @license Apache-2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
* https://www.apache.org/licenses/LICENSE-2.0.html
|
||||
*/
|
||||
|
||||
goog.provide('API.Client.PetApi');
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
/**
|
||||
* @license Apache-2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
* https://www.apache.org/licenses/LICENSE-2.0.html
|
||||
*/
|
||||
|
||||
goog.provide('API.Client.StoreApi');
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
/**
|
||||
* @license Apache-2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
* https://www.apache.org/licenses/LICENSE-2.0.html
|
||||
*/
|
||||
|
||||
goog.provide('API.Client.UserApi');
|
||||
|
||||
Reference in New Issue
Block a user