summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorGold856 <117957790+Gold856@users.noreply.github.com>2023-11-25 00:00:21 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-27 14:38:48 (GMT)
commit4567c8205a2c3404ab2e69e6147f3fdd2e1fc9ff (patch)
tree507316fa86e45ae6879055ce6b3b037cc13dab5b /Help
parentdc03936addd7f9d163fbb25fc3a6b7d12bc989ac (diff)
downloadCMake-4567c8205a2c3404ab2e69e6147f3fdd2e1fc9ff.zip
CMake-4567c8205a2c3404ab2e69e6147f3fdd2e1fc9ff.tar.gz
CMake-4567c8205a2c3404ab2e69e6147f3fdd2e1fc9ff.tar.bz2
Help/dev: Update UseJava export policy version in post-release development
Diffstat (limited to 'Help')
-rw-r--r--Help/dev/maint.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/dev/maint.rst b/Help/dev/maint.rst
index 81e0e6f..2f8483e 100644
--- a/Help/dev/maint.rst
+++ b/Help/dev/maint.rst
@@ -332,15 +332,16 @@ Commit with a message such as::
away from setting policies to OLD.
Update the ``cmake_policy`` version range generated by ``install(EXPORT)``
-in ``cmExportFileGenerator::GeneratePolicyHeaderCode`` to end at the
+in ``cmExportFileGenerator::GeneratePolicyHeaderCode`` and
+``install_jar_exports`` in ``javaTargets.cmake.in`` to end at the
previous release. We use one release back since we now know all the
policies added for that version. Commit with a message such as::
export: Increase maximum policy version in exported files to $prev
- The files generated by `install(EXPORT)` and `export()` commands
- are known to work with policies as of CMake $prev, so enable them
- in sufficiently new CMake versions.
+ The files generated by `install(EXPORT)`, `export()`, and
+ `install_jar_exports()` commands are known to work with policies
+ as of CMake $prev, so enable them in sufficiently new CMake versions.
Update the ``cmake_minimum_required`` version range in CMake itself: