Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Oct 14, 2020
1 parent f809910 commit f2ccc63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 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.3'
classpath 'com.eastwood.tools.plugins:mis:2.1.0'
}
}
```
Expand Down
21 changes: 0 additions & 21 deletions gradle/mis-repo.gradle

This file was deleted.

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.3'
def version = '2.1.0'

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

Expand Down

0 comments on commit f2ccc63

Please sign in to comment.