Skip to content

Commit 60d5352

Browse files
committed
[misc] Readme update
1 parent 5b58366 commit 60d5352

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,21 @@ or maven :
2828
<dependency>
2929
<groupId>org.mariadb.jdbc</groupId>
3030
<artifactId>mariadb-java-client</artifactId>
31-
<version>2.5.4</version>
31+
<version>2.7.2</version>
3232
</dependency>
3333
```
3434

35-
Development snapshot are available on sonatype nexus repository
35+
New version 3.0 is a complete rewrite with code clarification, reduced size (15%), more than 90% coverage tested, with performance gain.
36+
But still in alpha for now:
3637
```script
37-
<repositories>
38-
<repository>
39-
<id>sonatype-nexus-snapshots</id>
40-
<name>Sonatype Nexus Snapshots</name>
41-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
42-
</repository>
43-
</repositories>
44-
45-
<dependencies>
46-
<dependency>
47-
<groupId>org.mariadb.jdbc</groupId>
48-
<artifactId>mariadb-java-client</artifactId>
49-
<version>2.6.0-SNAPSHOT</version>
50-
</dependency>
51-
</dependencies>
38+
<dependency>
39+
<groupId>org.mariadb.jdbc</groupId>
40+
<artifactId>mariadb-java-client</artifactId>
41+
<version>3.0.0-alpha</version>
42+
</dependency>
5243
```
5344

45+
5446
## Documentation
5547

5648
For a Getting started guide, API docs, recipes, etc. see the

0 commit comments

Comments
 (0)