We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
In the pom/xml provided in the jar file or available on mvnrepository.com, the tag contains ${revision}:
<groupId>org.springframework.retry</groupId> <artifactId>spring-retry</artifactId> <version>${revision}</version> <name>Spring Retry</name>
https://repo1.maven.org/maven2/org/springframework/retry/spring-retry/2.0.9/spring-retry-2.0.9.pom
The actual version of the library would be expected, for instance: 2.0.9
The text was updated successfully, but these errors were encountered:
The revision is there as a property:
revision
<properties> <revision>2.0.9</revision>
Isn't it resolved properly?
Sorry, something went wrong.
No branches or pull requests
Hello!
In the pom/xml provided in the jar file or available on mvnrepository.com, the tag contains ${revision}:
https://repo1.maven.org/maven2/org/springframework/retry/spring-retry/2.0.9/spring-retry-2.0.9.pom
The actual version of the library would be expected, for instance: 2.0.9
The text was updated successfully, but these errors were encountered: