Skip to content

Commit 1099371

Browse files
committed
Update version in docs
1 parent ffeae09 commit 1099371

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*If you're reading this on github.com, please note that this is the readme for the development
44
version and that some features described here might not yet have been released. You can find the
55
documentation for latest version through [DataStax Docs] or via the release tags, e.g.
6-
[4.0.0](https://github.com/datastax/java-driver/tree/4.0.0).*
6+
[4.0.1](https://github.com/datastax/java-driver/tree/4.0.1).*
77

88
A modern, feature-rich and highly tunable Java client library for [Apache Cassandra®] \(2.1+) and
99
[DataStax Enterprise] \(4.7+), using exclusively Cassandra's binary protocol and Cassandra Query
@@ -22,13 +22,13 @@ are multiple modules, all prefixed with `java-driver-`.
2222
<dependency>
2323
<groupId>com.datastax.oss</groupId>
2424
<artifactId>java-driver-core</artifactId>
25-
<version>4.0.0</version>
25+
<version>4.0.1</version>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>com.datastax.oss</groupId>
3030
<artifactId>java-driver-query-builder</artifactId>
31-
<version>4.0.0</version>
31+
<version>4.0.1</version>
3232
</dependency>
3333
```
3434

changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- Note: contrary to 3.x, insert new entries *first* in their section -->
44

5-
### 4.0.1 (in progress)
5+
### 4.0.1
66

77
- [new feature] JAVA-2201: Expose a public API for programmatic config
88
- [new feature] JAVA-2205: Expose public factory methods for alternative config loaders

manual/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ following coordinates:
77
<dependency>
88
<groupId>com.datastax.oss</groupId>
99
<artifactId>java-driver-core</artifactId>
10-
<version>4.0.0</version>
10+
<version>4.0.1</version>
1111
</dependency>
1212
```
1313

manual/core/compression/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Dependency:
7070

7171
Always double-check the exact Snappy version needed; you can find it in the driver's [parent POM].
7272

73-
[parent POM]: https://search.maven.org/#artifactdetails%7Ccom.datastax.oss%7Cjava-driver-parent%7C4.0.0%7Cpom
73+
[parent POM]: https://search.maven.org/#artifactdetails%7Ccom.datastax.oss%7Cjava-driver-parent%7C4.0.1%7Cpom

manual/core/configuration/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ to provide default values for all configuration options (anything that is not ov
55
`application.conf` or with system properties).
66

77
Here is a [link to the file in our GitHub
8-
repository](https://github.com/datastax/java-driver/blob/4.0.0/core/src/main/resources/reference.conf).
8+
repository](https://github.com/datastax/java-driver/blob/4.0.1/core/src/main/resources/reference.conf).

manual/core/integration/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies, and tell Maven that we're going to use Java 8:
3939
<dependency>
4040
<groupId>com.datastax.oss</groupId>
4141
<artifactId>java-driver-core</artifactId>
42-
<version>4.0.0</version>
42+
<version>4.0.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>ch.qos.logback</groupId>
@@ -144,7 +144,7 @@ You should see output similar to:
144144
[INFO] Nothing to compile - all classes are up to date
145145
[INFO]
146146
[INFO] --- exec-maven-plugin:1.3.1:java (default-cli) @ yourapp ---
147-
11:39:45.355 [Main.main()] INFO c.d.o.d.i.c.DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.0.0
147+
11:39:45.355 [Main.main()] INFO c.d.o.d.i.c.DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.0.1
148148
11:39:45.648 [poc-admin-0] INFO c.d.o.d.internal.core.time.Clock - Using native clock for microsecond precision
149149
11:39:45.649 [poc-admin-0] INFO c.d.o.d.i.c.metadata.MetadataManager - [poc] No contact points provided, defaulting to /127.0.0.1:9042
150150
3.11.2
@@ -176,7 +176,7 @@ repositories {
176176
}
177177
178178
dependencies {
179-
compile group: 'com.datastax.oss', name: 'java-driver-core', version: '4.0.0'
179+
compile group: 'com.datastax.oss', name: 'java-driver-core', version: '4.0.1'
180180
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
181181
}
182182
```
@@ -214,7 +214,7 @@ $ ./gradlew execute
214214
:processResources
215215
:classes
216216
:execute
217-
13:32:25.339 [main] INFO c.d.o.d.i.c.DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.0.0-alpha4-SNAPSHOT
217+
13:32:25.339 [main] INFO c.d.o.d.i.c.DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.0.1-alpha4-SNAPSHOT
218218
13:32:25.682 [poc-admin-0] INFO c.d.o.d.internal.core.time.Clock - Using native clock for microsecond precision
219219
13:32:25.683 [poc-admin-0] INFO c.d.o.d.i.c.metadata.MetadataManager - [poc] No contact points provided, defaulting to /127.0.0.1:9042
220220
3.11.2
@@ -260,7 +260,7 @@ In that case, you can exclude the dependency:
260260
<dependency>
261261
<groupId>com.datastax.oss</groupId>
262262
<artifactId>java-driver-core</artifactId>
263-
<version>4.0.0</version>
263+
<version>4.0.1</version>
264264
<exclusions>
265265
<exclusion>
266266
<groupId>com.typesafe</groupId>
@@ -288,7 +288,7 @@ are not available on your platform, you can exclude the following dependencies:
288288
<dependency>
289289
<groupId>com.datastax.oss</groupId>
290290
<artifactId>java-driver-core</artifactId>
291-
<version>4.0.0</version>
291+
<version>4.0.1</version>
292292
<exclusions>
293293
<exclusion>
294294
<groupId>com.github.jnr</groupId>
@@ -322,7 +322,7 @@ and never call [Session.getMetrics] anywhere in your application, you can remove
322322
<dependency>
323323
<groupId>com.datastax.oss</groupId>
324324
<artifactId>java-driver-core</artifactId>
325-
<version>4.0.0</version>
325+
<version>4.0.1</version>
326326
<exclusions>
327327
<exclusion>
328328
<groupId>io.dropwizard.metrics</groupId>
@@ -343,7 +343,7 @@ If all of these metrics are disabled, you can remove the dependency:
343343
<dependency>
344344
<groupId>com.datastax.oss</groupId>
345345
<artifactId>java-driver-core</artifactId>
346-
<version>4.0.0</version>
346+
<version>4.0.1</version>
347347
<exclusions>
348348
<exclusion>
349349
<groupId>org.hdrhistogram</groupId>
@@ -369,7 +369,7 @@ exclude them:
369369
<dependency>
370370
<groupId>com.datastax.oss</groupId>
371371
<artifactId>java-driver-core</artifactId>
372-
<version>4.0.0</version>
372+
<version>4.0.1</version>
373373
<exclusions>
374374
<exclusion>
375375
<groupId>com.github.stephenc.jcip</groupId>

manual/core/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.oss</groupId>
1414
<artifactId>java-driver-core-shaded</artifactId>
15-
<version>4.0.0</version>
15+
<version>4.0.1</version>
1616
</dependency>
1717
```
1818

@@ -23,12 +23,12 @@ dependency to the non-shaded JAR:
2323
<dependency>
2424
<groupId>com.datastax.oss</groupId>
2525
<artifactId>java-driver-core-shaded</artifactId>
26-
<version>4.0.0</version>
26+
<version>4.0.1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.datastax.oss</groupId>
3030
<artifactId>java-driver-query-builder</artifactId>
31-
<version>4.0.0</version>
31+
<version>4.0.1</version>
3232
<exclusions>
3333
<exclusion>
3434
<groupId>com.datastax.oss</groupId>

manual/query_builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use it in your application, add the following dependency:
1414
<dependency>
1515
<groupId>com.datastax.oss</groupId>
1616
<artifactId>java-driver-query-builder</artifactId>
17-
<version>4.0.0</version>
17+
<version>4.0.1</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)