Skip to content
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

Releases vs Maven version #275

Closed
iCesofT opened this issue Nov 3, 2020 · 1 comment · Fixed by #280
Closed

Releases vs Maven version #275

iCesofT opened this issue Nov 3, 2020 · 1 comment · Fixed by #280

Comments

@iCesofT
Copy link

iCesofT commented Nov 3, 2020

It is not a real bug but a release convention. You have 23 releases but your Maven projects are still on "1.0.0-SNAPSHOT".

The latest release is "2.0.0" so master branch should have 2.0.0 in Maven and develop branch should have 2.0.0-SNAPSHOT or 2.0.1-SNAPSHOT.

<version>1.0.0-SNAPSHOT</version>

@martinalig
Copy link
Contributor

martinalig commented Nov 5, 2020

See #280
We will start versioning the pom.xml from now on.

@martinalig martinalig linked a pull request Nov 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants