Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #150 from yuce/releasing-1.3.0
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
yuce committed Apr 19, 2019
2 parents 146e9fb + 4d037b8 commit 3aaa205
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
## Change Log

* **master**

* **v1.3.0** (2019-04-19)
* **Compatible with Pilosa 1.2 and 1.3**
* Added `manualServerAddress` client option which forces the client use only the manual server address.
* Removed experimental `PilosaClient.withAddress` variant that sets the coordinator address manually. Use `manualServerAddress` client option instead.

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Java Client for Pilosa

<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-1.2-blue.svg"></a>
<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-1.3-blue.svg"></a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22pilosa-client%22"><img src="https://img.shields.io/maven-central/v/com.pilosa/pilosa-client.svg?maxAge=2592"></a>
<a href="https://travis-ci.org/pilosa/java-pilosa"><img src="https://api.travis-ci.org/pilosa/java-pilosa.svg?branch=master"></a>
<a href="https://coveralls.io/github/pilosa/java-pilosa?branch=master"><img src="https://coveralls.io/repos/github/pilosa/java-pilosa/badge.svg?branch=master" /></a>
Expand Down Expand Up @@ -28,7 +28,7 @@ Add the following dependency in your `pom.xml`:
<dependency>
<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion com.pilosa.client/pom.xml
Expand Up @@ -40,7 +40,7 @@

<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 3aaa205

Please sign in to comment.