Skip to content

Commit

Permalink
release next
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernat Gabor committed Apr 14, 2016
1 parent 986ec04 commit f0343b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,10 +6,10 @@ JSON-RPC for the java programming language. jsonrpc4j uses the
objects to and from json objects (and other things related to
JSON-RPC).

[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.4.3/)
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.4.4/)
[ ![Download](https://api.bintray.com/packages/gaborbernat/maven/com.github.briandilley.jsonrpc4j%3Ajsonrpc4j/images/download.svg) ](https://bintray.com/gaborbernat/maven/com.github.briandilley.jsonrpc4j%3Ajsonrpc4j/_latestVersion)
[![Travis CI](https://travis-ci.org/gaborbernat/jsonrpc4j.svg?branch=master)](https://travis-ci.org/gaborbernat/jsonrpc4j)
[![GitHub commits](https://img.shields.io/github/commits-since/briandilley/jsonrpc4j/1.4.3.svg)](https://github.com/briandilley/jsonrpc4j/compare/1.4.3...master)
[![GitHub commits](https://img.shields.io/github/commits-since/briandilley/jsonrpc4j/1.4.4.svg)](https://github.com/briandilley/jsonrpc4j/compare/1.4.4...master)
[![Maintenance](https://img.shields.io/maintenance/yes/2016.svg)](https://github.com/briandilley/jsonrpc4j/commits/master)

## Features Include:
Expand Down Expand Up @@ -43,7 +43,7 @@ In `<dependencies>`:
<dependency>
<groupId>com.github.briandilley.jsonrpc4j</groupId>
<artifactId>jsonrpc4j</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>

```
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ plugins {
}

description = 'This project aims to provide the facility to easily implement JSON-RPC for the java programming language.'
version = '1.4.3'
version = '1.4.4'
group = 'com.github.briandilley.jsonrpc4j'

sourceCompatibility = 1.7
Expand Down Expand Up @@ -168,3 +168,7 @@ bintray {
}
}
}

bintrayUpload {
dependsOn "publishToMavenLocal"
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Mar 15 15:35:50 CET 2016
#Thu Apr 14 22:07:21 BST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip

0 comments on commit f0343b5

Please sign in to comment.