From 3baa1804edc94837977e2d9aa5a8e1d2e6c8cbb8 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Mon, 15 Jul 2024 13:14:48 +0100 Subject: [PATCH] Add note on the build timestamp --- doc/release/release.howto.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 14fe6f8e..7e1a6e2b 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -1000,10 +1000,13 @@ next version will be 1.7). the dependencies. This should be updated manually. Double-check that the "pom.xml" files *really* have a "-SNAPSHOT" suffix in the "" property. + Also check the correctly references + rng.build.outputTimestamp (changes will have to be reverted): $ git grep '1.6-SNAPSHOT' [old version number] $ git grep '1.7-SNAPSHOT' [new version number] $ git grep '' + $ git grep 'project.build.outputTimestamp' Then commit them.