diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index 7d7ba3f3..596976c3 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -26,12 +26,11 @@ Before you start, make sure the following pre-conditions are met: ``` -- The Jenkins core version and the Java level of your plugin are aligned with the Configuration as Code plugin versions (also in the [pom.xml](/pom.xml)). +- The Jenkins core version of your plugin are aligned with the Configuration as Code plugin versions (also in the [pom.xml](/pom.xml)). ```xml THE_JENKINS_CORE_VERSION_HERE - THE_JAVA_VERSION_HERE ```