add comments

This commit is contained in:
wing328 2016-07-02 15:10:38 +08:00
parent f8362a56b3
commit e013747535
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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>