Skip to content

Commit

Permalink
release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Jul 4, 2019
1 parent 935f6ed commit a961e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:2.0.1'
classpath 'com.eastwood.tools.plugins:mis:2.0.2'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.3'

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

// mis for dev
// classpath 'com.eastwood.tools.plugins:mis-plugin'
Expand Down
2 changes: 1 addition & 1 deletion mis-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'mis'
def version = '2.0.1'
def version = '2.0.2'

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

Expand Down

0 comments on commit a961e3e

Please sign in to comment.