Skip to content

Commit c43efd4

Browse files
committed
ninja-fix Update revapi to key off of the artifact ID (and group ID)
1 parent f42ab99 commit c43efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
</analysisConfiguration>
576576
<oldArtifacts>
577577
<!-- The previous release used DataStax groupId, remove this after the next release -->
578-
<artifact>com.datastax.oss:${project.artifactId}:RELEASE</artifact>
578+
<artifact>${project.groupId}:${project.artifactId}:RELEASE</artifact>
579579
</oldArtifacts>
580580
</configuration>
581581
<dependencies>

0 commit comments

Comments
 (0)