File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and Cassandra Query Language (CQL) v3.
19
19
20
20
## Getting the driver
21
21
22
- The driver artifacts are published in Maven central, under the group id [ com.datastax.oss ] ; there
22
+ The driver artifacts are published in Maven central, under the group id [ org.apache.cassandra ] ; there
23
23
are multiple modules, all prefixed with ` java-driver- ` .
24
24
25
25
``` xml
@@ -48,7 +48,7 @@ dependency if you plan to use it.
48
48
Refer to each module's manual for more details ([ core] ( manual/core/ ) , [ query
49
49
builder] ( manual/query_builder/ ) , [ mapper] ( manual/mapper ) ).
50
50
51
- [ com.datastax.oss ] : http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datastax.oss %22
51
+ [ org.apache.cassandra ] : http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.cassandra %22
52
52
53
53
## Compatibility
54
54
You can’t perform that action at this time.
0 commit comments