Hello! In the pom/xml provided in the jar file or available on mvnrepository.com, the <version> 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
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