Skip to content

Commit 3fc3afb

Browse files
committed
1.2
1 parent e61e170 commit 3fc3afb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: dorelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
./gradlew --recompile-scripts clean test uploadArchives
3+
./gradlew --refresh-dependencies clean test uploadArchives
44

Diff for: project.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.2-SNAPSHOT";
24+
version = "1.2";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727

2828
/*
2929
* List of dependencies
3030
*/
3131
dependencies {
32-
compile(group: "com.github.java-json-tools", name: "btf", version: "1.3-SNAPSHOT");
32+
compile(group: "com.github.java-json-tools", name: "btf", version: "1.3");
3333
compile(group: "com.google.code.findbugs", name: "jsr305",
3434
version: "2.0.1");
3535
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {

0 commit comments

Comments
 (0)