Browse Source

更新下版本

master
imp 2 years ago
parent
commit
f0cb530b98
  1. 7
      build.gradle
  2. 2
      plugin-demo/build.gradle
  3. 2
      plugin-demo/plugin.xml
  4. 2
      plugin-demo/pom.xml
  5. 6
      pom.xml

7
build.gradle

@ -4,11 +4,11 @@ apply plugin: 'java'
/**
*
*/
def fineVersion = '10.0.19.2021.09.18'
def finebiVersion = '5.1.17.2021.10.16'
def fineVersion = '11.0.3.2022.03.02'
def finebiVersion = '5.1.21.2022.03.01'
group = 'com.fr.plugin'
version = '10.0'
version = '11.0'
repositories {
mavenLocal()
@ -31,6 +31,7 @@ dependencies {
implementation 'com.fr.third:fine-third:' + fineVersion
implementation 'com.fr.activator:fine-activator:' + fineVersion
implementation 'com.fr.core:fine-core:' + fineVersion
implementation 'com.fr.cbb:fine-cbb:' + fineVersion
implementation 'com.fr.webui:fine-webui:' + fineVersion
implementation 'com.fr.datasource:fine-datasource:' + fineVersion
implementation 'com.fr.decision:fine-decision:' + fineVersion

2
plugin-demo/build.gradle

@ -24,7 +24,7 @@ ext {
}
group = 'com.fr.plugin'
version = '10.0'
version = '11.0'
sourceCompatibility = '8'
sourceSets {

2
plugin-demo/plugin.xml

@ -5,7 +5,7 @@
<name><![CDATA[BI箱线图]]></name>
<active>yes</active>
<version>1.0</version>
<env-version>10.0</env-version>
<env-version>11.0</env-version>
<jartime>2019-02-27</jartime>
<vendor>imp</vendor>
<description><![CDATA[BI箱线图图表插件]]></description>

2
plugin-demo/pom.xml

@ -7,7 +7,7 @@
<parent>
<groupId>com.fr.plugin</groupId>
<artifactId>starter</artifactId>
<version>10.0</version>
<version>11.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>plugin-demo</artifactId>

6
pom.xml

@ -4,11 +4,11 @@
<groupId>com.fr.plugin</groupId>
<artifactId>starter</artifactId>
<!-- 这里的版本用依赖的SDK版本来表示,不表示产品本身的版本 -->
<version>10.0</version>
<version>11.0</version>
<packaging>pom</packaging>
<properties>
<univeral-framework-version>10.0.19.2021.09.18</univeral-framework-version>
<specific-framework-version>5.1.17.2021.10.16</specific-framework-version>
<univeral-framework-version>11.0.3.2022.03.02</univeral-framework-version>
<specific-framework-version>5.1.21.2022.03.01</specific-framework-version>
<web-inf-bucket>${project.basedir}/webroot/WEB-INF</web-inf-bucket>
</properties>
<modules>

Loading…
Cancel
Save