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

Newest releases to central not tagged or released in repo #287

Open
davidhwilliams opened this issue Aug 9, 2023 · 2 comments
Open

Newest releases to central not tagged or released in repo #287

davidhwilliams opened this issue Aug 9, 2023 · 2 comments

Comments

@davidhwilliams
Copy link

Missing versions 2.5.2, 2.5.3, and 2.6.0 from releases.

https://search.maven.org/artifact/com.github.wvengen/proguard-maven-plugin/2.6.0/maven-plugin lists this repo as the source code. Is there a reason the releases don't match up?

@lasselindqvist
Copy link
Collaborator

The reason is that adding releases to Github is manual work, and releasing to Maven Central automatic (one command line command), so making Github releases tends to be forgotten until someone asks for them.
Happened with 2.5.0 and 2.5.1 as well #163

@Marcono1234
Copy link

Based on Git blame for pom.xml I think these commits are missing the tags:

  • 2.5.2: 9aeb83e
    (not completely sure because there was no subsequent 2.5.3-SNAPSHOT, so could have been later commit as well)
  • 2.5.3: 541fb65
    (not completely sure because there was no subsequent 2.6.0-SNAPSHOT, so could have been later commit as well)
  • 2.6.0: becf352

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

No branches or pull requests

3 participants