File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ JSON-RPC for the java programming language. jsonrpc4j uses the
6
6
objects to and from json objects (and other things related to
7
7
JSON-RPC).
8
8
9
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( http://briandilley.github.io/jsonrpc4j/javadoc/1.4.3 / )
9
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( http://briandilley.github.io/jsonrpc4j/javadoc/1.4.4 / )
10
10
[ ![ 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 )
11
11
[ ![ Travis CI] ( https://travis-ci.org/gaborbernat/jsonrpc4j.svg?branch=master )] ( https://travis-ci.org/gaborbernat/jsonrpc4j )
12
- [ ![ 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 )
12
+ [ ![ 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 )
13
13
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2016.svg )] ( https://github.com/briandilley/jsonrpc4j/commits/master )
14
14
15
15
## Features Include:
@@ -43,7 +43,7 @@ In `<dependencies>`:
43
43
<dependency >
44
44
<groupId >com.github.briandilley.jsonrpc4j</groupId >
45
45
<artifactId >jsonrpc4j</artifactId >
46
- <version >1.4.3 </version >
46
+ <version >1.4.4 </version >
47
47
</dependency >
48
48
49
49
```
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
}
17
17
18
18
description = ' This project aims to provide the facility to easily implement JSON-RPC for the java programming language.'
19
- version = ' 1.4.3 '
19
+ version = ' 1.4.4 '
20
20
group = ' com.github.briandilley.jsonrpc4j'
21
21
22
22
sourceCompatibility = 1.7
@@ -168,3 +168,7 @@ bintray {
168
168
}
169
169
}
170
170
}
171
+
172
+ bintrayUpload {
173
+ dependsOn " publishToMavenLocal"
174
+ }
Original file line number Diff line number Diff line change 1
- # Tue Mar 15 15:35:50 CET 2016
1
+ # Thu Apr 14 22:07:21 BST 2016
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.12-bin .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.12-all .zip
You can’t perform that action at this time.
0 commit comments