Skip to content

Commit

Permalink
Version bump, fix documentation, add extra deployment steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Todt committed Apr 28, 2020
1 parent d9f741b commit 7166075
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions DEPLOYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ To upload a new release directly to Sonatype, run the Gradle task `uploadArchive
After release, you may need to go to https://oss.sonatype.org/#stagingRepositories and search for "rethinkdb" in the search box, find the release that is in status `open`. Select it and then click the `Close` button. This will check it and make it ready for release. If that stage passes you can click the `Release` button.

For full instructions see: http://central.sonatype.org/pages/releasing-the-deployment.html

## After deploying: Documentations

After deploying, the following file must be updated to reflect the new version: https://github.com/rethinkdb/docs/blob/master/0-getting-started/drivers/java.md
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id("com.jfrog.bintray") version "1.8.4"
}

version = "2.4.2"
version = "2.4.3"
group = "com.rethinkdb"

java.sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rethinkdb/net/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public Builder(@NotNull Builder b) {
}

/**
* Sets a custom timeout for the connection.
* Sets a custom timeout for the connection, in milliseconds.
* <p>(Db-url key: <code>"timeout"</code>)</p>
*
* @param timeout the timeout, or {@code null}.
Expand Down

0 comments on commit 7166075

Please sign in to comment.