ffang commented on code in PR #2557: URL: https://github.com/apache/cxf/pull/2557#discussion_r2289182261
########## parent/pom.xml: ########## @@ -585,7 +586,19 @@ <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> - <version>4.0.27</version> + <version>${cxf.groovy.version}</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>org.codehaus.gmaven</groupId> Review Comment: Hi @ppalaga , We have wiki based page here https://cxf.apache.org/release-management.html This should be the page we add that step. When we edit the wiki page, an apache buildbot will sync the change to apache infra svn here https://svn.apache.org/repos/infra/websites/production/cxf/content/release-management.html I don't think you have the permission to edit the wiki directly. The simplest way is that you send an old days svn based patch(not a github pull request) to CXF-9158 so we can change the website accordingly once this PR get in. Best Regards Freeman -- 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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org