Skip to content

Commit

Permalink
upgrade the version for release 1.3.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
leobert-lan committed Jul 7, 2018
1 parent a05730f commit 6a71c2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jimu-core/build-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'groovy'

def MAVEN_LOCAL_PATH = uri('../../local_repo')
def ARTIFACT_ID = 'build-gradle'
def VERSION_NAME = '1.2.6.2'
def VERSION_NAME = '1.3.2'
def GROUP_ID = 'com.github.jimu'

ext {
Expand Down
2 changes: 1 addition & 1 deletion jimu-core/componentlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targetCompatibility = "1.7"

def MAVEN_LOCAL_PATH = uri('../../local_repo')
def ARTIFACT_ID = 'componentlib'
def VERSION_NAME = '1.3.1.7'
def VERSION_NAME = '1.3.2-alpha'
def GROUP_ID = 'com.github.jimu'

ext {
Expand Down
4 changes: 2 additions & 2 deletions jimu-sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ buildscript {
],

jimu : [
'componentLib' : 'com.github.jimu:componentlib:1.3.1.7',
'componentLib' : 'com.github.jimu:componentlib:1.3.2-alpha',
'router_anno' : 'com.github.jimu:router-annotation:1.0.1',
'router_anno_compiler': 'com.github.jimu:router-anno-compiler:1.0.1',
'gradle_plugin' : 'com.github.jimu:build-gradle:1.2.6.2'
'gradle_plugin' : 'com.github.jimu:build-gradle:1.3.2'
],

gson : 'com.google.code.gson:gson:2.8.2',
Expand Down

0 comments on commit 6a71c2d

Please sign in to comment.