Skip to content

Commit

Permalink
1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jan 7, 2020
1 parent 38d0cc2 commit b18895b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# This will build everything that is needed and push to Maven central.
#

./gradlew --recompile-scripts clean test uploadArchives
./gradlew --refresh-dependencies clean test uploadArchives

2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Project-specific settings. Unfortunately we cannot put the name in there!
*/
group = "com.github.java-json-tools";
version = "1.11-SNAPSHOT";
version = "1.11";
sourceCompatibility = JavaVersion.VERSION_1_7;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
project.ext.description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";
Expand Down

0 comments on commit b18895b

Please sign in to comment.