We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42ab99 commit c43efd4Copy full SHA for c43efd4
pom.xml
@@ -575,7 +575,7 @@
575
</analysisConfiguration>
576
<oldArtifacts>
577
<!-- The previous release used DataStax groupId, remove this after the next release -->
578
- <artifact>com.datastax.oss:${project.artifactId}:RELEASE</artifact>
+ <artifact>${project.groupId}:${project.artifactId}:RELEASE</artifact>
579
</oldArtifacts>
580
</configuration>
581
<dependencies>
0 commit comments