ffang commented on code in PR #2557:
URL: https://github.com/apache/cxf/pull/2557#discussion_r2288909259
##########
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 ,
No such automation before release where we can put the
[public_suffix_list.dat](https://github.com/publicsuffix/list/commits/main/public_suffix_list.dat)
update in.
But as we need to do manual steps before each release anyway, like update
release notes in distribution/src/main/release/release_notes.txt, so we can
also update the offline public_suffix_list.dat before each release.
Cheers
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]