aratno commented on code in PR #2033: URL: https://github.com/apache/cassandra-java-driver/pull/2033#discussion_r2040330951
########## 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: I think I figured out my revapi issues - and I'm confirming that you're right. Just added a new DefaultDriverOption to break enum ordinals, and found that it was caught here. Sorry for the extra trouble - approved. -- 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