Skip to content

Commit 61377b1

Browse files
committed
Update versions in docs to 3.6.0
1 parent 1df1125 commit 61377b1

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

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

1313
_**Feeback requested!** Help us focus our efforts, provide your input on
1414
the [Platform and Runtime Survey](http://goo.gl/forms/qwUE6qnL7U) (we kept it short)._
@@ -60,7 +60,7 @@ The driver contains the following modules:
6060
- API: http://www.datastax.com/drivers/java/3.5
6161
- GITHUB REPOSITORY: https://github.com/datastax/java-driver
6262
- [changelog](changelog/)
63-
- [binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.5.1.tar.gz)
63+
- [binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.6.0.tar.gz)
6464

6565
## Getting the driver
6666

@@ -72,7 +72,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java driver][dse-dri
7272
<dependency>
7373
<groupId>com.datastax.cassandra</groupId>
7474
<artifactId>cassandra-driver-core</artifactId>
75-
<version>3.5.1</version>
75+
<version>3.6.0</version>
7676
</dependency>
7777
```
7878

@@ -82,7 +82,7 @@ Note that the object mapper is published as a separate artifact:
8282
<dependency>
8383
<groupId>com.datastax.cassandra</groupId>
8484
<artifactId>cassandra-driver-mapping</artifactId>
85-
<version>3.5.1</version>
85+
<version>3.6.0</version>
8686
</dependency>
8787
```
8888

@@ -92,7 +92,7 @@ The 'extras' module is also published as a separate artifact:
9292
<dependency>
9393
<groupId>com.datastax.cassandra</groupId>
9494
<artifactId>cassandra-driver-extras</artifactId>
95-
<version>3.5.1</version>
95+
<version>3.6.0</version>
9696
</dependency>
9797
```
9898

@@ -101,12 +101,12 @@ We also provide a [shaded JAR](manual/shaded_jar/)
101101
to avoid the explicit dependency to Netty.
102102

103103
If you can't use a dependency management tool, a
104-
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.5.1.tar.gz)
104+
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.6.0.tar.gz)
105105
is available for download.
106106

107107
## Compatibility
108108

109-
The Java client driver 3.5.1 ([branch 3.x](https://github.com/datastax/java-driver/tree/3.x)) is compatible with Apache
109+
The Java client driver 3.6.0 ([branch 3.x](https://github.com/datastax/java-driver/tree/3.x)) is compatible with Apache
110110
Cassandra 2.1, 2.2 and 3.0+ (see [this page](http://docs.datastax.com/en/developer/java-driver/latest/manual/native_protocol/) for
111111
the most up-to-date compatibility information).
112112

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-
### 3.6.0 (In progress)
3+
### 3.6.0
44

55
- [improvement] JAVA-1394: Add request-queue-depth metric.
66
- [improvement] JAVA-1857: Add Statement.setHost.

faq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ version is available, you may want to reach out to the maintainer of that tool t
289289
an update with compatibility to this driver version.
290290

291291

292-
[Blobs.java]: https://github.com/datastax/java-driver/tree/3.5.1/driver-examples/src/main/java/com/datastax/driver/examples/datatypes/Blobs.java
292+
[Blobs.java]: https://github.com/datastax/java-driver/tree/3.6.0/driver-examples/src/main/java/com/datastax/driver/examples/datatypes/Blobs.java
293293
[CASSANDRA-7304]: https://issues.apache.org/jira/browse/CASSANDRA-7304
294294
[Parameters and Binding]: ../manual/statements/prepared/#parameters-and-binding
295295
[Mapper options]: ../manual/object_mapper/using/#mapper-options

manual/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/3.5.1/cassandra-driver-parent-3.5.1.pom
88+
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.6.0/cassandra-driver-parent-3.6.0.pom

manual/custom_codecs/extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The module is published as a separate Maven artifact:
1010
<dependency>
1111
<groupId>com.datastax.cassandra</groupId>
1212
<artifactId>cassandra-driver-extras</artifactId>
13-
<version>3.5.1</version>
13+
<version>3.6.0</version>
1414
</dependency>
1515
```
1616

manual/metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To do this in a maven project:
3838
<dependency>
3939
<groupId>com.datastax.cassandra</groupId>
4040
<artifactId>cassandra-driver-core</artifactId>
41-
<version>3.5.1</version>
41+
<version>3.6.0</version>
4242
<exclusions>
4343
<exclusion>
4444
<groupId>io.dropwizard.metrics</groupId>

manual/object_mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The mapper is published as a separate Maven artifact:
1111
<dependency>
1212
<groupId>com.datastax.cassandra</groupId>
1313
<artifactId>cassandra-driver-mapping</artifactId>
14-
<version>3.5.1</version>
14+
<version>3.6.0</version>
1515
</dependency>
1616
```
1717

manual/shaded_jar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package name:
1212
<dependency>
1313
<groupId>com.datastax.cassandra</groupId>
1414
<artifactId>cassandra-driver-core</artifactId>
15-
<version>3.5.1</version>
15+
<version>3.6.0</version>
1616
<classifier>shaded</classifier>
1717
<!-- Because the shaded JAR uses the original POM, you still need
1818
to exclude this dependency explicitly: -->
@@ -32,7 +32,7 @@ non-shaded JAR:
3232
<dependency>
3333
<groupId>com.datastax.cassandra</groupId>
3434
<artifactId>cassandra-driver-core</artifactId>
35-
<version>3.5.1</version>
35+
<version>3.6.0</version>
3636
<classifier>shaded</classifier>
3737
<exclusions>
3838
<exclusion>
@@ -44,7 +44,7 @@ non-shaded JAR:
4444
<dependency>
4545
<groupId>com.datastax.cassandra</groupId>
4646
<artifactId>cassandra-driver-mapping</artifactId>
47-
<version>3.5.1</version>
47+
<version>3.6.0</version>
4848
<exclusions>
4949
<exclusion>
5050
<groupId>com.datastax.cassandra</groupId>

0 commit comments

Comments
 (0)