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

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


The following commit(s) were added to refs/heads/3.x by this push:
     new f540c2422 Added license and Maven Central badges, fix typo
f540c2422 is described below

commit f540c2422ce5f35a05228b202435ea4d84eee091
Author: Brad Schoening <bscho...@gmail.com>
AuthorDate: Wed Feb 12 18:18:23 2025 -0500

    Added license and Maven Central badges, fix typo
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 34f8364c4..a56816e07 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 :warning: The java-driver has recently been donated by Datastax to The Apache 
Software Foundation and the Apache Cassandra project.  Bear with us as we move 
assets and coordinates.
 
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.cassandra/cassandra-driver-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.cassandra/cassandra-driver-core)
+
 *If you're reading this on github.com, please note that this is the readme
 for the development version and that some features described here might
 not yet have been released. You can find the documentation for the latest
@@ -82,7 +85,7 @@ The 'extras' module is also published as a separate artifact:
 <dependency>
   <groupId>org.apache.cassandra</groupId>
   <artifactId>cassandra-driver-extras</artifactId>
-  <version>3.12.1/version>
+  <version>3.12.1</version>
 </dependency>
 ```
 


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

Reply via email to