dcapwell commented on code in PR #2114:
URL: https://github.com/apache/cassandra/pull/2114#discussion_r1108893241


##########
.build/parent-pom-template.xml:
##########
@@ -675,14 +675,14 @@
         <version>0.4</version>
       </dependency>
       <dependency>
-        <groupId>accord</groupId>
-        <artifactId>accord</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <groupId>org.apache.cassandra</groupId>
+        <artifactId>cassandra-accord</artifactId>
+        <version>@version@</version>
       </dependency>
       <dependency>
-        <groupId>accord</groupId>
-        <artifactId>accord</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <groupId>org.apache.cassandra</groupId>
+        <artifactId>cassandra-accord</artifactId>
+        <version>@version@</version>

Review Comment:
   correct, as this is the cassandra release.  We can migrate off building and 
use an already published jar later on if we want.
   
   The one negative to this is that if we migrate to the jar, the 
group/artifact/versions are different, so this "may" impact users of -all jar.



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