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

Version in pom.xml contains "${revision}" #474

Open
Kuba15 opened this issue Oct 4, 2024 · 1 comment
Open

Version in pom.xml contains "${revision}" #474

Kuba15 opened this issue Oct 4, 2024 · 1 comment

Comments

@Kuba15
Copy link

Kuba15 commented Oct 4, 2024

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

@artembilan
Copy link
Member

The revision is there as a property:

<properties>
<revision>2.0.9</revision>

Isn't it resolved properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants