Browse Source

Merge branch 'master' of imp/bi-starter-5 into master

pull/1/head
richie 4 years ago committed by Gogs
parent
commit
b123da100e
  1. 8
      build.gradle
  2. 8
      pom.xml
  3. 16
      readme.md
  4. BIN
      tip/version.png

8
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'

8
pom.xml

@ -7,8 +7,8 @@
<version>10.0</version>
<packaging>pom</packaging>
<properties>
<univeral-framework-version>10.0-RELEASE-SNAPSHOT</univeral-framework-version>
<specific-framework-version>5.1-RELEASE-SNAPSHOT</specific-framework-version>
<univeral-framework-version>10.0.2020.06.08</univeral-framework-version>
<specific-framework-version>5.1.2020.06.15</specific-framework-version>
<web-inf-bucket>${project.basedir}/webroot/WEB-INF</web-inf-bucket>
</properties>
<modules>
@ -89,14 +89,14 @@
<dependency>
<groupId>com.finebi</groupId>
<artifactId>fine-decision-bi</artifactId>
<version>${univeral-framework-version}</version>
<version>${specific-framework-version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.finebi</groupId>
<artifactId>fine-schedule-bi</artifactId>
<version>${univeral-framework-version}</version>
<version>${specific-framework-version}</version>
<scope>compile</scope>
</dependency>

16
readme.md

@ -34,18 +34,12 @@
## 修改依赖的jar版本
只需要更改build.gradle中的fineVersion和finebiVersion变量即可。
|fineVersion|含义|
|--------------|----|
|10.0-RELEASE-SNAPSHOT|10.0的测试版本快照|
|10.0-SNAPSHOT|10.0的正式版本快照|
|10.0|10.0的正式版本|
|finebiVersion|含义|
|--------------|----|
|5.1-RELEASE-SNAPSHOT|5.1的测试版本快照|
|5.1-SNAPSHOT|5.1的正式版本快照|
|5.1|5.1的正式版本|
版本查看:CRM-环境信息-报表&BI jar包下载
![对应版本](./tip/version.png)
Maven仓库确认[版本jar包](http://mvn.finedevelop.com/#browse/browse:fanruan-release)
fineVersion=10.0.2020.06.08
finebiVersion=5.1.2020.06.15
## 新增插件项目

BIN
tip/version.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

Loading…
Cancel
Save