We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5c93dd + 285520c commit 84650acCopy full SHA for 84650ac
.travis.yml.bash
@@ -26,7 +26,7 @@ before_install:
26
- sudo apt-get install -qq bats
27
- sudo apt-get install -qq curl
28
29
- # show host table to confirm petstore.swagger.io is mapped to localhost
+ # show host table to confirm petstore.swagger.io is mapped to localhost.
30
- cat /etc/hosts
31
32
script:
pom.xml
@@ -931,7 +931,7 @@
931
</repository>
932
</repositories>
933
<properties>
934
- <swagger-parser-version>2.0.0-SNAPSHOT</swagger-parser-version>
+ <swagger-parser-version>2.0.0</swagger-parser-version>
935
<scala-version>2.11.1</scala-version>
936
<felix-version>3.3.0</felix-version>
937
<swagger-core-version>2.0.0</swagger-core-version>
0 commit comments