Skip to content

Commit a6be796

Browse files
committed
Update version in docs
1 parent 6f35f22 commit a6be796

6 files changed

Lines changed: 14 additions & 14 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 latest
88
version through [Java driver
99
docs](http://datastax.github.io/java-driver/) or via the release tags,
1010
[e.g.
11-
3.0.4](https://github.com/datastax/java-driver/tree/3.0.4).*
11+
3.0.5](https://github.com/datastax/java-driver/tree/3.0.5).*
1212

1313
A modern, [feature-rich](manual/) and highly tunable Java client
1414
library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -55,7 +55,7 @@ The driver contains the following modules:
5555
start material and technical details about the driver and its features.
5656
- API: http://www.datastax.com/drivers/java/3.0
5757
- [changelog](changelog/)
58-
- [binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.4.tar.gz)
58+
- [binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.5.tar.gz)
5959

6060
**Feeback requested:** help us focus our efforts, provide your input on the [Platform and Runtime Survey](http://goo.gl/forms/qwUE6qnL7U) (we kept it short).
6161

@@ -68,7 +68,7 @@ it in your application using the following Maven dependency:
6868
<dependency>
6969
<groupId>com.datastax.cassandra</groupId>
7070
<artifactId>cassandra-driver-core</artifactId>
71-
<version>3.0.4</version>
71+
<version>3.0.5</version>
7272
</dependency>
7373
```
7474

@@ -78,7 +78,7 @@ Note that the object mapper is published as a separate artifact:
7878
<dependency>
7979
<groupId>com.datastax.cassandra</groupId>
8080
<artifactId>cassandra-driver-mapping</artifactId>
81-
<version>3.0.4</version>
81+
<version>3.0.5</version>
8282
</dependency>
8383
```
8484

@@ -88,7 +88,7 @@ The 'extras' module is also published as a separate artifact:
8888
<dependency>
8989
<groupId>com.datastax.cassandra</groupId>
9090
<artifactId>cassandra-driver-extras</artifactId>
91-
<version>3.0.4</version>
91+
<version>3.0.5</version>
9292
</dependency>
9393
```
9494

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

9999
If you can't use a dependency management tool, a
100-
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.4.tar.gz)
100+
[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.5.tar.gz)
101101
is available for download.
102102

103103
## Compatibility
104104

105-
The Java client driver 3.0.4 ([branch 3.0.x](https://github.com/datastax/java-driver/tree/3.0.x)) is compatible with Apache
105+
The Java client driver 3.0.5 ([branch 3.0.x](https://github.com/datastax/java-driver/tree/3.0.x)) is compatible with Apache
106106
Cassandra 1.2, 2.0, 2.1, 2.2 and 3.0 (see [this page](http://datastax.github.io/java-driver/manual/native_protocol) for
107107
the most up-to-date compatibility information).
108108

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.0.5 (in progress)
3+
### 3.0.5
44

55
- [bug] JAVA-1312: QueryBuilder modifies selected columns when manually selected.
66
- [improvement] JAVA-1303: Add missing BoundStatement.setRoutingKey(ByteBuffer...)

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.0.4/cassandra-driver-parent-3.0.4.pom
88+
[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/3.0.5/cassandra-driver-parent-3.0.5.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.0.4</version>
13+
<version>3.0.5</version>
1414
</dependency>
1515
```
1616

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.0.4</version>
14+
<version>3.0.5</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.0.4</version>
15+
<version>3.0.5</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.0.4</version>
35+
<version>3.0.5</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.0.4</version>
47+
<version>3.0.5</version>
4848
<exclusions>
4949
<exclusion>
5050
<groupId>com.datastax.cassandra</groupId>

0 commit comments

Comments
 (0)