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.