Skip to content

Commit e013747

Browse files
committed
add comments
1 parent f8362a5 commit e013747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# for CI with appveyor.yml
2+
# Ref: http://www.yegor256.com/2015/01/10/windows-appveyor-maven.html
23
version: '{build}'
34
os: Windows Server 2012
45
install:

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
failure
21
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
32
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<parent>
@@ -30,7 +29,7 @@ failure
3029
</developers>
3130
<issueManagement>
3231
<system>github</system>
33-
<url>https://github.com/swagger-api/swagger-core/issues</url>
32+
<url>https://github.com/swagger-api/swagger-codegen/issues</url>
3433
</issueManagement>
3534
<mailingLists>
3635
<mailingList>

0 commit comments

Comments
 (0)