maedhroz commented on code in PR #29:
URL: https://github.com/apache/cassandra-accord/pull/29#discussion_r1097731333
##########
accord-core/build.gradle:
##########
@@ -56,15 +56,32 @@ task testJar(type: Jar, dependsOn: testClasses) {
publishing {
publications {
mavenJava(MavenPublication) {
- artifactId = 'accord'
+ artifactId = accord_artifactId
pom {
+ name = 'Apache Cassandra Accord'
+ description = 'General purpose transactions library using a leaderless
consensus protocol to have highly available transactions'
+ url =
'https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-15%3A+General+Purpose+Transactions'
Review Comment:
I guess we don't have a README for
https://github.com/apache/cassandra-accord, so this is probably the most useful
link for now...
--
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]