From 63addb8666c88239070a2f2b0e8c60f80e8d2236 Mon Sep 17 00:00:00 2001 From: ju Date: Mon, 17 Sep 2018 14:29:23 +0800 Subject: [PATCH] RELEASE --- build.third_step6.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.third_step6.gradle b/build.third_step6.gradle index 4f733aad1..6a340e40b 100644 --- a/build.third_step6.gradle +++ b/build.third_step6.gradle @@ -71,7 +71,7 @@ dependencies{ compile fileTree(dir:"${srcDir}/fine-redisson/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-socketio/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar') - compile "com.fr.third:fine-third:10.0-FEATURE-SNAPSHOT" + compile "com.fr.third:fine-third:10.0-RELEASE-SNAPSHOT" compile fileTree(dir:"../../finereport-lib-other/${branchName}",include:'**/*.jar') testCompile 'junit:junit:4.12' }