You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/12/13 13:10:12 UTC

svn commit: r1905957 - /jackrabbit/site/trunk/src/site/markdown/creating-releases.md

Author: reschke
Date: Tue Dec 13 13:10:12 2022
New Revision: 1905957

URL: http://svn.apache.org/viewvc?rev=1905957&view=rev
Log:
add instructions to potentially update project.build.outputTimestamp

Modified:
    jackrabbit/site/trunk/src/site/markdown/creating-releases.md

Modified: jackrabbit/site/trunk/src/site/markdown/creating-releases.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/markdown/creating-releases.md?rev=1905957&r1=1905956&r2=1905957&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/creating-releases.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/creating-releases.md Tue Dec 13 13:10:12 2022
@@ -76,7 +76,9 @@ Release management tasks
     or [Oak Jira](https://issues.apache.org/jira/projects/OAK?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page) page, 
     click on the release, then on the "Release Notes" link on the top.
     Double-check that all version numbers in the updated Release Notes are accurate.
-    When done, commit the file.
+    If the project release has a `project.build.outputTimestamp` variable defined in the parent pom, and the release plugin in use does
+    not yet support adjusting it upon release, do so now.
+    When done, commit the file(s).
 7. If the branch is one that supports Java 8 or newer, make sure that the API docs can indeed be built with Java 8, using both `javadoc:javadoc` and `javadoc:aggregate`.
    If the branch supports Java 11 or newer, repeat this with Java 11.
 8. Make sure that the build succeeds with all Java versions it is supposed to support (trying with the earliest and latest is ok).