This is an automated email from the ASF dual-hosted git repository.

absurdfarce pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git

commit 69eebb939c71dbb709099f7bf04b1a8b7e17012f
Author: Ivan Sopov <sopov.i...@gmail.com>
AuthorDate: Mon Jul 28 11:28:59 2025 +0300

    Change groupId in README
    
    patch by Ivan Sopov; reviewed by Bret McGuire
    reference: https://github.com/apache/cassandra-java-driver/pull/2049
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b6e1cc337..0f6c2bb5a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ and Cassandra Query Language (CQL) v3.
 
 ## Getting the driver
 
-The driver artifacts are published in Maven central, under the group id 
[com.datastax.oss]; there
+The driver artifacts are published in Maven central, under the group id 
[org.apache.cassandra]; there
 are multiple modules, all prefixed with `java-driver-`.
 
 ```xml
@@ -48,7 +48,7 @@ dependency if you plan to use it.
 Refer to each module's manual for more details ([core](manual/core/), [query
 builder](manual/query_builder/), [mapper](manual/mapper)).
 
-[com.datastax.oss]: 
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datastax.oss%22
+[org.apache.cassandra]: 
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.cassandra%22
 
 ## Compatibility
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to