Browse Source

开发版本使用11

master
richie 2 years ago
parent
commit
078caba46a
  1. 5
      build.gradle
  2. 1
      plugin-holiday-cn
  3. 6
      readme.md

5
build.gradle

@ -4,10 +4,10 @@ apply plugin: 'java'
/**
*
*/
def fineVersion = '10.0-RELEASE-SNAPSHOT'
def fineVersion = '11.0-RELEASE-SNAPSHOT'
group = 'com.fr.plugin'
version = '10.0'
version = '11.0'
repositories {
mavenLocal()
@ -36,6 +36,7 @@ allprojects {
dependencies {
implementation 'com.fr.third:fine-third:' + fineVersion
implementation 'com.fr.activator:fine-activator:' + fineVersion
implementation 'com.fr.cbb:fine-cbb:' + fineVersion
implementation 'com.fr.core:fine-core:' + fineVersion
implementation 'com.fr.webui:fine-webui:' + fineVersion
implementation 'com.fr.datasource:fine-datasource:' + fineVersion

1
plugin-holiday-cn

@ -1 +0,0 @@
Subproject commit 594c3aa3f60fc8790159a5abfc751d2b013b8191

6
readme.md

@ -39,6 +39,6 @@
|fineVersion|含义|
|--------------|----|
|10.0-RELEASE-SNAPSHOT|10.0的测试版本快照|
|10.0-SNAPSHOT|10.0的正式版本快照|
|10.0|10.0的正式版本|
|11.0-RELEASE-SNAPSHOT|11.0的测试版本快照|
|11.0-SNAPSHOT|11.0的正式版本快照|
|11.0|11.0的正式版本|
Loading…
Cancel
Save