This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 3baa1804 Add note on the build timestamp
3baa1804 is described below
commit 3baa1804edc94837977e2d9aa5a8e1d2e6c8cbb8
Author: Alex Herbert <[email protected]>
AuthorDate: Mon Jul 15 13:14:48 2024 +0100
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 "<version>" property.
+ Also check the <project.build.outputTimestamp> 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 '<version>'
+ $ git grep 'project.build.outputTimestamp'
Then commit them.