jacek-lewandowski commented on code in PR #2971:
URL: https://github.com/apache/cassandra/pull/2971#discussion_r1418978287
##########
.build/build-resolver.xml:
##########
@@ -20,8 +20,8 @@
xmlns:unless="ant:unless">
<!-- details of what version of Resolver ANT Tasks to fetch -->
- <property name="resolver-ant-tasks.version" value="1.3.0" />
- <property name="resolver-ant-tasks.local"
value="${local.repository}/org/apache/maven/resolver/maven-resolver-ant-tasks/${resolver-ant-tasks.version}/maven-resolver-ant-tasks-${resolver-ant-tasks.version}.jar"/>
+ <property name="resolver-ant-tasks.version" value="1.5.0" />
+ <property name="resolver-ant-tasks.local"
value="${local.repository}/org/apache/maven/resolver/maven-resolver-ant-tasks/${resolver-ant-tasks.version}/maven-resolver-ant-tasks-${resolver-ant-tasks.version}-uber.jar"/>
Review Comment:
without any particular reason, I can revert if you insist, but on the other
hand, there are not much PRs which will be applied to all branches starting
from 3.0. And this is actually quite painful, so if we are touching the build I
thought that we can do such minor changes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]