forked from loafle/openapi-generator-original
add comments
This commit is contained in:
parent
f8362a56b3
commit
e013747535
@ -1,4 +1,5 @@
|
|||||||
# for CI with appveyor.yml
|
# for CI with appveyor.yml
|
||||||
|
# Ref: http://www.yegor256.com/2015/01/10/windows-appveyor-maven.html
|
||||||
version: '{build}'
|
version: '{build}'
|
||||||
os: Windows Server 2012
|
os: Windows Server 2012
|
||||||
install:
|
install:
|
||||||
|
3
pom.xml
3
pom.xml
@ -1,4 +1,3 @@
|
|||||||
failure
|
|
||||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
@ -30,7 +29,7 @@ failure
|
|||||||
</developers>
|
</developers>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>github</system>
|
<system>github</system>
|
||||||
<url>https://github.com/swagger-api/swagger-core/issues</url>
|
<url>https://github.com/swagger-api/swagger-codegen/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user