michaelsembwever commented on code in PR #3429:
URL: https://github.com/apache/cassandra/pull/3429#discussion_r1763384867
##########
.build/build-resolver.xml:
##########
@@ -58,8 +58,11 @@
<resolver:remoterepos id="all">
<remoterepo id="resolver-central"
url="${artifact.remoteRepository.central}"/>
<remoterepo id="resolver-apache"
url="${artifact.remoteRepository.apache}"/>
- <!-- Snapshots are not allowed, but for feature branches they may
be needed, so uncomment the below to allow snapshots to work -->
- <remoterepo id="resolver-apache-snapshot"
url="https://repository.apache.org/content/repositories/snapshots"
releases="false" snapshots="true" updates="always" checksums="fail" />
+ <!-- Snapshot artifacts should not be used in production releases
of Cassandra.
+ Please validate that all artifacts included in
parent-pom-template.xml are release
+ artifacts before committing.
Review Comment:
i think this collided with Josh' work in
https://github.com/apache/cassandra/commit/525245bdbd3175c5bfc1a716fa66868c89939e38
--
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]