Skip to content

Commit

Permalink
RPE-1745: Bump up the version to 3.11.4 for hostAttr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bchen-godaddy committed Jul 23, 2018
1 parent 28504bc commit a8f9099
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
toolkitVersion=3.11.3
toolkitVersion=3.11.4
8 changes: 4 additions & 4 deletions readme.md
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/AusRegistry/ari-toolkit.png)](https://travis-ci.org/AusRegistry/ari-toolkit)
## Downloads

The latest ari-toolkit is available for download. [ari-toolkit v3.11.3](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.3/arjtk-3.11.3.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.3/arjtk-3.11.3-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.3/arjtk-3.11.3-javadoc.jar))
The latest ari-toolkit is available for download. [ari-toolkit v3.11.4](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.4/arjtk-3.11.4.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.4/arjtk-3.11.4-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.4/arjtk-3.11.4-javadoc.jar))

For more information, please read [Installation and Setup](#installation-and-setup).

Expand Down Expand Up @@ -43,7 +43,7 @@ This toolkit also provides a mechanism to perform the following Trademark Cleari

#### Direct download

Obtain the latest toolkit here: [Toolkit v3.11.3](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.3/arjtk-3.11.3.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.3/arjtk-3.11.3-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.3/arjtk-3.11.3-javadoc.jar))
Obtain the latest toolkit here: [Toolkit v3.11.4](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.4/arjtk-3.11.4.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.4/arjtk-3.11.4-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.11.4/arjtk-3.11.4-javadoc.jar))

#### Dependency Management

Expand All @@ -52,7 +52,7 @@ Use your build's dependency management tool to automatically download the toolki
* Repository: `http://ausregistry.github.com/repo/`
* groupId: `au.com.ausregistry`
* artifactId: `arjtk`
* version: `3.11.3`
* version: `3.11.4`

For example (using Maven):

Expand All @@ -67,7 +67,7 @@ For example (using Maven):
<dependency>
<groupId>au.com.ausregistry</groupId>
<artifactId>arjtk</artifactId>
<version>3.11.3</version>
<version>3.11.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a8f9099

Please sign in to comment.