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

Wrong Revision Version Number in POM #366

Closed
julvis opened this issue Feb 18, 2025 · 1 comment
Closed

Wrong Revision Version Number in POM #366

julvis opened this issue Feb 18, 2025 · 1 comment

Comments

@julvis
Copy link

julvis commented Feb 18, 2025

Describe the bug
The revision version number specified in the pom.xml does not match the library version number. This leads to problems on resolving the dependency at least in a gradle build.

To Reproduce
Steps to reproduce the behavior:

  1. Add jscep as a dependency to your gradle build by adding

implementation "com.google.code.jscep:jscep:+"

  1. Build your application
  2. Build should fail with

Could not resolve com.google.code.jscep:jscep:3.0.0.
> inconsistent module metadata found. Descriptor: com.google.code.jscep:jscep:2.5.7-SNAPSHOT Errors: bad version: expected='3.0.0' found='2.5.7-SNAPSHOT'

Expected behavior
The build should be able to resolve the dependency correctly and should not fail anymore.

Screenshots

Image

Desktop (please complete the following information):

  • OS: Windows 11
  • Build System: Gradle 8.12.1

Additional context
The same issue applies also to the published version

  • 2.5.8
  • 2.5.7
@seize-the-dave
Copy link
Owner

I've released v3.0.1 which should resolve 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

No branches or pull requests

2 participants