Skip to content

Commit

Permalink
Updating docs for v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snazha-blkio committed Mar 17, 2019
1 parent c1971c3 commit 84a7d8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -124,7 +124,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.1.1</version>
<version>4.2.0</version>
</dependency>
Android:
Expand All @@ -134,7 +134,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.1.0-android</version>
<version>4.2.0-android</version>
</dependency>
Expand All @@ -145,13 +145,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:4.1.1')
compile ('org.web3j:core:4.2.0')
Android:

.. code-block:: groovy
compile ('org.web3j:core:4.1.0-android')
compile ('org.web3j:core:4.2.0-android')
Plugins
-------
Expand Down Expand Up @@ -579,7 +579,7 @@ To run the integration tests:
Snapshot Dependencies
---------------------

Snapshot versions of web3j follow the ``<major>.<minor>.<build>-SNAPSHOT`` convention, for example: 4.1.1-SNAPSHOT.
Snapshot versions of web3j follow the ``<major>.<minor>.<build>-SNAPSHOT`` convention, for example: 4.2.0-SNAPSHOT.

| If you would like to use snapshots instead please add a new maven repository pointing to:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/development.rst
Expand Up @@ -6,9 +6,9 @@ Dependency management

We recommend you use formal releases of web3j, these can be found on most public maven `repositories <https://mvnrepository.com/search?q=web3j>`_.

| Release versions follow the ``<major>.<minor>.<build>`` convention, for example: 4.1.0
| Release versions follow the ``<major>.<minor>.<build>`` convention, for example: 4.2.0
| Snapshot versions of web3j follow the ``<major>.<minor>.<build>-SNAPSHOT`` convention, for example: 4.1.0-SNAPSHOT.
| Snapshot versions of web3j follow the ``<major>.<minor>.<build>-SNAPSHOT`` convention, for example: 4.2.0-SNAPSHOT.
| If you would like to use snapshots instead please add a new maven repository pointing to:
Expand Down
8 changes: 4 additions & 4 deletions docs/source/getting_started.rst
Expand Up @@ -13,7 +13,7 @@ Java 8:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
Android:
Expand All @@ -23,7 +23,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.1.0-android</version>
<version>4.2.0-android</version>
</dependency>
Gradle
Expand All @@ -33,13 +33,13 @@ Java 8:

.. code-block:: groovy
compile ('org.web3j:core:4.1.0')
compile ('org.web3j:core:4.2.0')
Android:

.. code-block:: groovy
compile ('org.web3j:core:4.1.0-android')
compile ('org.web3j:core:4.2.0-android')
Start a client
Expand Down

0 comments on commit 84a7d8c

Please sign in to comment.