Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
doanduyhai committed Mar 27, 2021
1 parent 439f0ee commit 800ae11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Runtime **Schema Name Provider** for multi-tenant environments
- Full compatibility with Java 8 **CompletableFuture**

> **warning: Achilles version 6.0.4 is the newest release, for migrating from version 5.x please read the
> **warning: Achilles version 6.1.0 is the newest release, for migrating from version 5.x please read the
[Migration From 5.X Guide]**

> **Warning: Achilles versions 5.x are no longer maintained, only bug-fixes are supported, please migrate to
Expand All @@ -46,9 +46,9 @@ Below is the compatibility matrix between **Achilles**, **Java Driver** and **Ca
</thead>
<tbody>
<tr>
<td>6.0.4 (all Cassandra versions up to 3.11.3, all DSE up to 5.1.10)</td>
<td>3.6.0</td>
<td>3.11.4</td>
<td>6.1.0 (all Cassandra versions up to 3.11.10, all DSE up to 5.1.10)</td>
<td>3.11.0</td>
<td>3.11.10</td>
</tr>
<tr>
<td>5.3.1 (all Cassandra versions up to 3.11.0, all DSE up to 5.1.2)</td>
Expand Down Expand Up @@ -141,11 +141,11 @@ For unit-testing with embedded Cassandra, add this dependency with **test** scop

1. cassandra (see matrix version above)
2. cassandra-driver-core (see matrix version above)
3. Jackson core, annotations, databind & module jaxb annotations 2.9.9
3. Jackson core, annotations, databind & module jaxb annotations 2.10.0
4. Google Auto Common 0.4
5. Google Auto Service 1.0-rc2
6. Java Poet 1.5.1
7. Guava 18.0
7. Guava 24.1.1-jre
8. slf4j-api 1.7.2
9. commons-io 2.4
10. commons-lang3 3.3.2
Expand Down
12 changes: 6 additions & 6 deletions docs/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
- Runtime **Schema Name Provider** for multi-tenant environments
- Full compatibility with Java 8 **CompletableFuture**

> **Warning: Achilles versions 4.x are no longer maintained, only bug-fixes are supported, please migrate to
version 5.x and follow the [Migration From 4.x Guide]**
> **Warning: Achilles versions 5.x are no longer maintained, only bug-fixes are supported, please migrate to
version 6.x and follow the [Migration From 5.x Guide]**

## Installation #

Expand All @@ -46,9 +46,9 @@ Below is the compatibility matrix between **Achilles**, **Java Driver** and **Ca
</thead>
<tbody>
<tr>
<td>5.3.1 (all Cassandra versions up to 3.11.0, all DSE up to 5.1.2)</td>
<td>3.3.0</td>
<td>6.1.0 (all Cassandra versions up to 3.11.10, all DSE up to 5.1.10)</td>
<td>3.11.0</td>
<td>3.11.10</td>
</tr>
<tr>
<td>5.2.1 (all Cassandra versions up to 3.7, all DSE up to 5.0.3)</td>
Expand Down Expand Up @@ -136,11 +136,11 @@ For unit-testing with embedded Cassandra, add this dependency with **test** scop

1. cassandra (see matrix version above)
2. cassandra-driver-core (see matrix version above)
3. Jackson core, annotations, databind & module jaxb annotations 2.3.3
3. Jackson core, annotations, databind & module jaxb annotations 2.10.0
4. Google Auto Common 0.4
5. Google Auto Service 1.0-rc2
6. Java Poet 1.5.1
7. Guava 18.0
7. Guava 24.1.1-jre
8. slf4j-api 1.7.2
9. commons-io 2.4
10. commons-lang3 3.3.2
Expand Down

0 comments on commit 800ae11

Please sign in to comment.