From 2fe5cae0b83428970ef5d403e6d3d48073dae6f0 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 29 Jun 2020 15:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=9B=BA=E5=AE=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 ++++---- pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 4247bb7..ec3cb04 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ apply plugin: 'java' /** * 可以修改这个变量以依赖不同的开发版本 */ -def fineVersion = '10.0-RELEASE-SNAPSHOT' -def finebiVersion = '5.1-RELEASE-SNAPSHOT' +def fineVersion = '10.0.2020.06.08' +def finebiVersion = '5.1.2020.06.15' group = 'com.fr.plugin' version = '10.0' @@ -44,8 +44,8 @@ dependencies { implementation 'com.finebi:fine-bi-adapter:' + finebiVersion implementation 'com.finebi:fine-bi-engine-spider:' + finebiVersion implementation 'com.finebi:fine-bi-foundation:' + finebiVersion - implementation 'com.finebi:fine-decision-bi:' + fineVersion - implementation 'com.finebi:fine-schedule-bi:' + fineVersion + implementation 'com.finebi:fine-decision-bi:' + finebiVersion + implementation 'com.finebi:fine-schedule-bi:' + finebiVersion implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' diff --git a/pom.xml b/pom.xml index 9e5539d..5b107d7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ 10.0 pom - 10.0-RELEASE-SNAPSHOT - 5.1-RELEASE-SNAPSHOT + 10.0.2020.06.08 + 5.1.2020.06.15 ${project.basedir}/webroot/WEB-INF @@ -89,14 +89,14 @@ com.finebi fine-decision-bi - ${univeral-framework-version} + ${specific-framework-version} compile com.finebi fine-schedule-bi - ${univeral-framework-version} + ${specific-framework-version} compile