Mmuzaf commented on code in PR #2971:
URL: https://github.com/apache/cassandra/pull/2971#discussion_r1425163207
##########
.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:
+1 to revert unnecessary changes, to avoid this kind of question from anyone
looking at the final commit in the future.
--
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]