-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swagger-ui does not show the expected version #149
Comments
Which version; ./pom.xml or ./service/pom.xml? I notice they are not the same currently. Should they be the same? |
Hi @al-niessner, The current version should be what is in the ./service/pom.xml and they should be the same. Ideally we should not have a specific version in the service/pom.xml but I did not find a way to have it re-use the parent pom version. I should look into that again. Anyway, for this ticket you can use the version of the service/pom.xml I guess that makes more sense. |
There are two possible choices for sharing version numbers in a set of maven modules: |
closed per #166 |
🐛 Describe the bug
The version of the API does not match something I understand in the swagger-ui.html interface.
📜 To Reproduce
Steps to reproduce the behavior:
🕵️ Expected behavior
The version should be either the version of the openapi specification in the swagger.yml file or the version of the implementation in the pom.xml file.
📚 Version of Software Used
1.1.0-SNAPSHOT
1.0.1
🩺 Test Data / Additional context
🏞Screenshots
🖥 System Info
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: