Skip to content

Commit

Permalink
updated to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jan 5, 2016
1 parent f59a32f commit d503607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@ If your Swagger Description is unparsable, the server will throw ugly errors on

#### Samples

You can find samples for the inflector project in the [Swagger-Samples]() repository. The inflector projects start with `inflector-`
You can find samples for the inflector project in the [Swagger-Samples](https://github.com/swagger-api/swagger-samples) repository. The inflector projects start with `inflector-`
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>swagger-inflector</artifactId>
<packaging>jar</packaging>
<name>swagger-inflector</name>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-inflector</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-inflector.git</connection>
Expand Down Expand Up @@ -413,8 +413,8 @@
</dependency>
</dependencies>
<properties>
<swagger-core-version>1.5.4</swagger-core-version>
<swagger-parser-version>1.0.13</swagger-parser-version>
<swagger-core-version>1.5.5</swagger-core-version>
<swagger-parser-version>1.0.15-SNAPSHOT</swagger-parser-version>
<joda-time-version>2.2</joda-time-version>
<joda-version>1.2</joda-version>
<jetty-version>9.2.9.v20150224</jetty-version>
Expand Down

0 comments on commit d503607

Please sign in to comment.