**Describe the bug** The JAR version is hardcoded to `0.3.0-SNAPSHOT` and doesn't reflect the actual version of the release. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/microsoft/NubesGen/releases/tag/v0.17.0 4. The jar name is `nubesgen-cli-0.3.0-SNAPSHOT.jar` when it should be `nubesgen-cli-0.17.0-SNAPSHOT.jar` **Expected behavior** The jar name should reflect the version of the release
Describe the bug
The JAR version is hardcoded to
0.3.0-SNAPSHOTand doesn't reflect the actual version of the release.To Reproduce
Steps to reproduce the behavior:
nubesgen-cli-0.3.0-SNAPSHOT.jarwhen it should benubesgen-cli-0.17.0-SNAPSHOT.jarExpected behavior
The jar name should reflect the version of the release