michaelsembwever commented on code in PR #3460:
URL: https://github.com/apache/cassandra/pull/3460#discussion_r1707228492


##########
.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 must not exist in nor be downloaded by any 
Cassandra release artifact.
+                 Please validate that all artifacts included in 
parent-pom-template.xml are release
+                 artifacts before committing.
+             -->

Review Comment:
   ```suggestion
               <!-- Snapshot artifacts must not exist in nor be downloaded by 
any Cassandra (source or binary) release artifacts.
                    
                    Please validate that all artifacts included in 
parent-pom-template.xml are release
                    artifacts before committing.
                    
                    Please ensure the next line is commented when cutting a 
release.
                -->
   ```



-- 
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]

Reply via email to