Skip to content

Commit

Permalink
release v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Jan 8, 2019
1 parent fe9ae83 commit 6f42081
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接
buildscript {
dependencies {
...
classpath 'com.eastwood.tools.plugins:mis:1.3.8'
classpath 'com.eastwood.tools.plugins:mis:1.3.9'
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ buildscript {
// micro-module
classpath 'com.eastwood.tools.plugins:micro-module:1.2.1'

// mis
classpath 'com.eastwood.tools.plugins:mis:1.3.8'

// auto-inject
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.3'

// mis
classpath 'com.eastwood.tools.plugins:mis'

}
}

Expand Down
2 changes: 1 addition & 1 deletion mis-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'mis'
def version = '1.3.8'
def version = '1.3.9'

def localReleaseDest = "${buildDir}/release/${version}"

Expand Down

0 comments on commit 6f42081

Please sign in to comment.