aratno commented on code in PR #2033: URL: https://github.com/apache/cassandra-java-driver/pull/2033#discussion_r2036199474
########## pom.xml: ########## @@ -575,7 +575,7 @@ </analysisConfiguration> <oldArtifacts> <!-- The previous release used DataStax groupId, remove this after the next release --> - <artifact>com.datastax.oss:${project.artifactId}:RELEASE</artifact> + <artifact>org.apache.cassandra:${project.artifactId}:RELEASE</artifact> Review Comment: When `revapi:check` runs (alongside `verify`), 4.19.1-SNAPSHOT does not refer to the PR's state, it refers to what's in the remote repo. When I run `revapi:check` I see this: ``` Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/cassandra/java-driver-core/4.19.1-SNAPSHOT/java-driver-core-4.19.1-SNAPSHOT.jar ``` But what I have locally hasn't been pushed there yet. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org