File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Its features are:
26
26
27
27
## Versions
28
28
29
- The current version is ** 1.12 ** . See file ` RELEASE-NOTES.md ` for details of releases before 1.11.
29
+ The current version is ** 1.13 ** . See file ` RELEASE-NOTES.md ` for details of releases before 1.11.
30
30
31
31
## Using it in your project
32
32
Original file line number Diff line number Diff line change 21
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
22
*/
23
23
group = " com.github.java-json-tools" ;
24
- version = " 1.13-SNAPSHOT " ;
24
+ version = " 1.13" ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_7 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
27
27
project. ext. description = " JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java" ;
@@ -34,7 +34,7 @@ dependencies {
34
34
compile(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.11.0" );
35
35
compile(group : " com.github.java-json-tools" , name : " msg-simple" , version : " 1.2" );
36
36
37
- compile(group : " com.github.java-json-tools" , name : " jackson-coreutils" , version : " 2.0-SNAPSHOT " );
37
+ compile(group : " com.github.java-json-tools" , name : " jackson-coreutils" , version : " 2.0" );
38
38
testCompile(group : " org.testng" , name : " testng" , version : " 7.1.0" ) {
39
39
exclude(group : " junit" , module : " junit" );
40
40
exclude(group : " org.beanshell" , module : " bsh" );
You can’t perform that action at this time.
0 commit comments