DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
199 stars 87 forks source link

Releases vs Maven version #275

Closed iCesofT closed 4 years ago

iCesofT commented 4 years ago

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.

https://github.com/DP-3T/dp3t-sdk-backend/blob/288d099b9ed3e752c382a273289668a466fe5aeb/dpppt-backend-sdk/pom.xml#L20

martinalig commented 4 years ago

See https://github.com/DP-3T/dp3t-sdk-backend/pull/280 We will start versioning the pom.xml from now on.