Skip to content

Commit b18895b

Browse files
committed
1.11
1 parent 38d0cc2 commit b18895b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dorelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# This will build everything that is needed and push to Maven central.
55
#
66

7-
./gradlew --recompile-scripts clean test uploadArchives
7+
./gradlew --refresh-dependencies clean test uploadArchives
88

project.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.11-SNAPSHOT";
24+
version = "1.11";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727
project.ext.description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";

0 commit comments

Comments
 (0)