Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jan 6, 2020
1 parent e61e170 commit 3fc3afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dorelease.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

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

4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
* Project-specific settings. Unfortunately we cannot put the name in there!
*/
group = "com.github.java-json-tools";
version = "1.2-SNAPSHOT";
version = "1.2";
sourceCompatibility = JavaVersion.VERSION_1_7;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility

/*
* List of dependencies
*/
dependencies {
compile(group: "com.github.java-json-tools", name: "btf", version: "1.3-SNAPSHOT");
compile(group: "com.github.java-json-tools", name: "btf", version: "1.3");
compile(group: "com.google.code.findbugs", name: "jsr305",
version: "2.0.1");
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
Expand Down

0 comments on commit 3fc3afb

Please sign in to comment.