Skip to content

Commit

Permalink
Start with semver recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTiede committed Jun 3, 2019
1 parent 0041705 commit 1683731
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name" : "Apache License 2.0",
"url" : "https://github.com/baloise/corellia/blob/master/LICENSE.txt"
},
"version" : "0.0.1"
"version" : "0.1.0"
},
"paths" : {
"/contracts/v1/version" : {
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/baloise/corellia/blob/master/LICENSE.txt"
},
"title": "Contracts API",
"version": "0.0.1"
"version": "0.1.0"
},
"paths": {
"/contracts/v1": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.baloise.open</groupId>
<artifactId>corellia</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<ciManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prettyPrint: true
cacheTTL: 0
openAPI:
info:
version: '0.0.1'
version: '0.1.0'
title: 'Contracts API'
description: 'An API which allows to communicate with SaaS Providers, which produces Contracts for the host of this API'
contact:
Expand Down

0 comments on commit 1683731

Please sign in to comment.