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

Release management vs maven packaging (not the same version) #25

Closed
Silicoman opened this issue Dec 21, 2022 · 2 comments
Closed

Release management vs maven packaging (not the same version) #25

Silicoman opened this issue Dec 21, 2022 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists 💉 bug Something isn't working

Comments

@Silicoman
Copy link
Contributor

Describe the bug
When I download the latest jar files release from github, it's not the same version printed by sonarqube after loading.

  • Github = 0.1.1
  • jar file = "0.1.0-SNAPSHOT"

It can make confusion with users.

Expected behavior

Versions have to be the same between releases github and the pom version from jar files.

Screenshots

image

image

Additional context

Something like mvn versions:set -DnewVersion=XX.XX have to be done inside github workflow before releasing.

@Silicoman Silicoman added the 💉 bug Something isn't working label Dec 21, 2022
@dedece35
Copy link
Member

hi @Silicoman
please see issue #17
I'm working on this issue ... to control release system with worklow (github actions) to change version on ´pom.xml' files with ´mvn release:prepare'

@dedece35 dedece35 self-assigned this Dec 21, 2022
@dedece35 dedece35 added dependencies Pull requests that update a dependency file php java 🏗️ refactoring refactoring for best practices python duplicate This issue or pull request already exists and removed dependencies Pull requests that update a dependency file php java 🏗️ refactoring refactoring for best practices python labels Dec 21, 2022
@dedece35
Copy link
Member

Hi @Silicoman,
issue corrected with release 0.2.0 (https://github.com/green-code-initiative/ecoCode/releases)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists 💉 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants