Skip to content

Commit d6f0a07

Browse files
committed
Update version to 2.0.12.1 in docs.
1 parent ea47e6a commit d6f0a07

File tree

5 files changed

+226
-219
lines changed

5 files changed

+226
-219
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ not yet have been released. You can find the documentation for latest
88
version through [Java driver
99
docs](http://datastax.github.io/java-driver/) or via the release tags,
1010
[e.g.
11-
2.0.12](https://github.com/datastax/java-driver/tree/2.0.12).*
11+
2.0.12.1](https://github.com/datastax/java-driver/tree/2.0.12.1).*
1212

1313
A modern, [feature-rich](features/) and highly tunable Java client
1414
library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -73,15 +73,15 @@ it in your application using the following Maven dependency:
7373
<dependency>
7474
<groupId>com.datastax.cassandra</groupId>
7575
<artifactId>cassandra-driver-core</artifactId>
76-
<version>2.0.12</version>
76+
<version>2.0.12.1</version>
7777
</dependency>
7878
```
7979

8080
We also provide a [shaded JAR](http://datastax.github.io/java-driver/features/shaded_jar/)
8181
to avoid the explicit dependency to Netty.
8282

8383
If you can't use a dependency management tool, a
84-
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.12.tar.gz)
84+
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.12.1.tar.gz)
8585
is available for download.
8686

8787
## Compatibility

changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### 2.0.13 (in progress)
3+
### 2.0.12.1
44

55
- [bug] JAVA-994: Don't call on(Up|Down|Add|Remove) methods if Cluster is closed/closing.
66
- [improvement] JAVA-805: Document that metrics are null until Cluster is initialized.

features/compression/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ cluster = Cluster.builder()
8585
.build();
8686
```
8787

88-
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/2.0.12/cassandra-driver-parent-2.0.12.pom
88+
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/2.0.12.1/cassandra-driver-parent-2.0.12.1.pom

features/shaded_jar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package name:
1212
<dependency>
1313
<groupId>${project.groupId}</groupId>
1414
<artifactId>cassandra-driver-core</artifactId>
15-
<version>2.0.12</version>
15+
<version>2.0.12.1</version>
1616
<classifier>shaded</classifier>
1717
<!-- Because the shaded JAR uses the original POM, you still need
1818
to exclude this dependency explicitly: -->

0 commit comments

Comments
 (0)