Skip to content

Commit

Permalink
Merge pull request #157 from swagger-api/release-prepare
Browse files Browse the repository at this point in the history
updated versions for release
  • Loading branch information
fehguy committed Jan 6, 2016
2 parents b5fd02f + c902e5e commit 0d8148a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
</dependency>

```
Expand All @@ -98,7 +98,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-compat-spec-parser</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
</dependency>

```
Expand All @@ -107,7 +107,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
License
-------

Copyright 2015 SmartBear Software
Copyright 2016 SmartBear Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-compat-spec-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-compat-spec-parser</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<packaging>jar</packaging>
<name>swagger-compat-spec-parser</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<packaging>jar</packaging>
<name>swagger-parser</name>
<profiles>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<packaging>pom</packaging>
<name>swagger-parser-project</name>
<developers>
Expand Down Expand Up @@ -196,7 +196,7 @@
<properties>
<commons-io-version>2.4</commons-io-version>
<slf4j-version>1.6.3</slf4j-version>
<swagger-core-version>1.5.5</swagger-core-version>
<swagger-core-version>1.5.6</swagger-core-version>
<junit-version>4.8.1</junit-version>
<testng-version>6.9.6</testng-version>
<jmockit-version>1.19</jmockit-version>
Expand Down

0 comments on commit 0d8148a

Please sign in to comment.