slawekjaranowski commented on code in PR #13166:
URL: https://github.com/apache/maven/pull/13166#discussion_r4040462331


##########
pom.xml:
##########
@@ -1302,5 +1302,154 @@ under the License.
         </plugins>
       </build>
     </profile>
+    <profile>
+      <!--
+        This profile is NEVER activated during a normal build.
+        It configures versions-maven-plugin to map the version.maven-*-plugin
+        properties (in impl/maven-core/pom.xml) to their corresponding Maven
+        plugin artifacts, enabling:
+
+          mvn versions:update-properties -Pversions-update \
+            -DincludeProperties="version.maven-clean-plugin,..." \
+            -pl impl/maven-core
+
+        The GitHub Actions workflow 
.github/workflows/update-lifecycle-plugins.yml
+        runs this command weekly and opens a PR when updates are found.
+      -->
+      <id>versions-update</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>versions-maven-plugin</artifactId>
+            <version>2.18.0</version>

Review Comment:
   there is 2.22.0



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to