Skip to content

Commit

Permalink
Merge pull request #83 from swagger-api/prepeare-release-rc1
Browse files Browse the repository at this point in the history
prepare release for 1.0.0-rc1
  • Loading branch information
frantuma authored May 29, 2018
2 parents 8e41833 + bde86c5 commit 5ba7ffe
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 @@ -8,7 +8,7 @@
- **Handlebars as template engine:** with Handelbars feature is possible to create more logic-less templates.
- **OAS 3 support:** generator classes work with OpenAPI Specificacion V3.

More details about these and more differences are referenced at [https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc0)
More details about these and more differences are referenced at [https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc1)

### Prerequisites
You need the following installed and available in your $PATH:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-generators</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc1</version>
<packaging>jar</packaging>

<build>
Expand Down Expand Up @@ -157,7 +157,7 @@
<swagger-parser-version>2.0.0</swagger-parser-version>
<scala-version>2.11.1</scala-version>
<felix-version>3.3.0</felix-version>
<swagger-core-version>2.0.0-SNAPSHOT</swagger-core-version>
<swagger-core-version>2.0.0</swagger-core-version>
<commons-io-version>2.4</commons-io-version>
<commons-cli-version>1.2</commons-cli-version>
<junit-version>4.8.1</junit-version>
Expand All @@ -170,7 +170,7 @@
<surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version>
<swagger-codegen-version>3.0.0-SNAPSHOT</swagger-codegen-version>
<swagger-codegen-version>3.0.0-rc1</swagger-codegen-version>
</properties>

</project>

0 comments on commit 5ba7ffe

Please sign in to comment.