Skip to content

Commit 97a2551

Browse files
committed
Fix to gradle bom dep setttings
1 parent af78252 commit 97a2551

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
5252
shows a possible to get major, minor version and even qualifier, not sure if that'd
5353
be easy enough to make work with SNAPSHOT/release change.
5454
-->
55-
<bom4gmm.version>3.0.0-rc1-SNAPSHOT</bom4gmm.version>
55+
<!-- 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>
5659

5760
<!-- for Reproducible Builds -->
5861
<project.build.outputTimestamp>2025-03-07T23:12:53Z</project.build.outputTimestamp>

0 commit comments

Comments
 (0)