From 22e5eb598b28d77c06cbf74aad45dfdc6e6024c2 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 5 Sep 2022 21:54:00 -0600 Subject: [PATCH] Remove java.level property from examples The `java.level` property is deprecated and will be removed from a future plugin parent pom. See https://github.com/jenkinsci/plugin-pom/pull/522 for the plugin pom deprecation of `java.level`. See the following additional references: * https://github.com/jenkinsci/plugin-pom/pull/478#discussion_r809561384 * https://github.com/jenkinsci/plugin-pom/pull/478#issuecomment-1082144103 * https://github.com/jenkinsci/plugin-pom/pull/522#issuecomment-1083320869 Also uses newer Jenkins version in the example. Would have liked to use the automatic replacement as is done in the "Choosing a Jenkins version" baseline page, but that was a larger change than I'm ready to make in this pull request. --- content/doc/developer/persistence/incompatible-releases.adoc | 3 +-- .../plugin-development/mark-a-plugin-incompatible.adoc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/doc/developer/persistence/incompatible-releases.adoc b/content/doc/developer/persistence/incompatible-releases.adoc index 7e1c1c2995ce..2d7818c46a51 100644 --- a/content/doc/developer/persistence/incompatible-releases.adoc +++ b/content/doc/developer/persistence/incompatible-releases.adoc @@ -18,8 +18,7 @@ it is possible to set the `hpi.compatibleSinceVersion` property to define the ol [source,xml] ---- - 2.60.3 - 8 + 2.289.3 1.0 ---- diff --git a/content/doc/developer/plugin-development/mark-a-plugin-incompatible.adoc b/content/doc/developer/plugin-development/mark-a-plugin-incompatible.adoc index a72aefa9d08c..d2632004f374 100644 --- a/content/doc/developer/plugin-development/mark-a-plugin-incompatible.adoc +++ b/content/doc/developer/plugin-development/mark-a-plugin-incompatible.adoc @@ -16,8 +16,7 @@ Starting from Plugin POM 3.33, it is possible to set a `hpi.compatibleSinceVersi [source,xml] ---- - 2.60.3 - 8 + 2.289.3 1.0 ----