Skip to content

Commit

Permalink
Add note on the build timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jul 15, 2024
1 parent 8a8fb66 commit 3baa180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/release/release.howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3baa180

Please sign in to comment.