We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af78252 commit 97a2551Copy full SHA for 97a2551
pom.xml
@@ -52,7 +52,10 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
52
shows a possible to get major, minor version and even qualifier, not sure if that'd
53
be easy enough to make work with SNAPSHOT/release change.
54
-->
55
- <bom4gmm.version>3.0.0-rc1-SNAPSHOT</bom4gmm.version>
+ <!-- 08-Mar-2025, tatu: This will be a problem... so easy to forget to update.
56
+ Already happened with 3.0.0-rc1 where dependency was left as -SNAPSHOT
57
+ -->
58
+ <bom4gmm.version>3.0.0-rc2-SNAPSHOT</bom4gmm.version>
59
60
<!-- for Reproducible Builds -->
61
<project.build.outputTimestamp>2025-03-07T23:12:53Z</project.build.outputTimestamp>
0 commit comments