File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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 " ;
24
+ version = " 2.0.0 " ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_7 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
27
- project. ext. description = " JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java" ;
27
+ project. ext. description = " JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java, using extended TMF620 JsonPath syntax " ;
28
28
29
29
/*
30
30
* List of dependencies
@@ -54,9 +54,9 @@ javadoc.options {
54
54
}
55
55
links(" https://docs.oracle.com/javase/7/docs/api/" );
56
56
links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/" );
57
- links(" https://fasterxml.github.com /jackson-databind/javadoc/ 2.11/ " );
58
- links(" https://fasterxml.github.com /jackson-core/javadoc/ 2.11/ " );
59
- links(" https://fasterxml.github.com /jackson-annotations/javadoc/ 2.11/ " );
57
+ links(" https://javadoc.io/doc/com. fasterxml.jackson.core /jackson-databind/2.11.4/index.html " );
58
+ links(" https://javadoc.io/doc/com. fasterxml.jackson.core /jackson-core/2.11.4/index.html " );
59
+ links(" https://javadoc.io/doc/com. fasterxml.jackson.core /jackson-annotations/2.11.4/index.html " );
60
60
links(" https://www.javadoc.io/doc/com.google.guava/guava/28.2-android/" );
61
61
links(" https://java-json-tools.github.io/msg-simple/" );
62
62
links(" https://java-json-tools.github.io/jackson-coreutils/" );
Original file line number Diff line number Diff line change 17
17
* - ASL 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
18
18
*/
19
19
20
- rootProject. name = " json-patch" ;
20
+ rootProject. name = " json-patch-query " ;
You can’t perform that action at this time.
0 commit comments