Skip to content

Commit

Permalink
Merge pull request #369 from swagger-api/prepare-release-1.0.8
Browse files Browse the repository at this point in the history
prepare release 1.0.8
  • Loading branch information
frantuma authored Apr 25, 2019
2 parents deb1139 + 20ec22c commit 55c0cbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Also you need to keep in mind that **Handlebars** is used as template engines an
License
-------

Copyright 2018 SmartBear Software
Copyright 2019 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
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-generators</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>jar</packaging>

<build>
Expand Down Expand Up @@ -246,9 +246,9 @@
</dependency>
</dependencies>
<properties>
<swagger-codegen-version>3.0.8-SNAPSHOT</swagger-codegen-version>
<swagger-parser-version>2.0.12-SNAPSHOT</swagger-parser-version>
<swagger-core-version>2.0.8-SNAPSHOT</swagger-core-version>
<swagger-codegen-version>3.0.8</swagger-codegen-version>
<swagger-parser-version>2.0.12</swagger-parser-version>
<swagger-core-version>2.0.8</swagger-core-version>
<jackson-version>2.9.8</jackson-version>
<scala-version>2.11.1</scala-version>
<felix-version>3.3.0</felix-version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/handlebars/JavaInflector/pom.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@
<logback-version>1.0.1</logback-version>
<junit-version>4.8.2</junit-version>
<slf4j-version>1.6.3</slf4j-version>
<swagger-inflector-version>2.0.0-SNAPSHOT</swagger-inflector-version>
<swagger-inflector-version>2.0.0</swagger-inflector-version>
</properties>
</project>

0 comments on commit 55c0cbc

Please sign in to comment.