Skip to content

Commit

Permalink
bump snapshot 1.0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma authored Nov 7, 2023
1 parent e5f75ef commit a37c267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-converter</artifactId>
<packaging>war</packaging>
<name>swagger-converter</name>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion src/main/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.0
info:
title: Swagger Converter
description: Converts a 1.x or 2.x Swagger definition to the OpenAPI 3.0.1 format
version: 1.0.4
version: 1.0.5-SNAPSHOT
servers:
- url: "/"
paths:
Expand Down

0 comments on commit a37c267

Please sign in to comment.