File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
19- compile ' com.github.kimkevin:cachepot:1.0.1 '
19+ compile ' com.github.kimkevin:cachepot:1.1.0 '
2020}
2121```
2222
2626< dependency>
2727 < groupId> com.github.kimkevin< /groupId>
2828 < artifactId> cachepot< /artifactId>
29- < version> 1.0 .0< /version>
29+ < version> 1.1 .0< /version>
3030< /dependency>
3131```
3232
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ JUNIT_VERSION=4.12
88
99VERSION_NAME =1.1.0
1010VERSION_CODE =3
11- RELEASE_VERSION_NAME = 1.0.2
11+ RELEASE_VERSION_NAME = 1.0.1
1212
1313USER_ORG =kimkevin
1414GROUP =com.github.kimkevin
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ dependencies {
4646 testCompile " junit:junit:${ JUNIT_VERSION} "
4747 testCompile ' org.mockito:mockito-all:1.10.19'
4848 testCompile " org.hamcrest:hamcrest-all:1.3"
49-
5049}
5150
5251publish {
@@ -56,5 +55,5 @@ publish {
5655 publishVersion = VERSION_NAME
5756 desc = POM_DESCRIPTION
5857 website = POM_URL
59- uploadName= UPLOAD_NAME
58+ uploadName = UPLOAD_NAME
6059}
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ dependencies {
5252
5353 compile project(path : ' :library' )
5454 debugCompile project(path : ' :library' )
55- releaseCompile " com.github.kimkevin:cachepot:${ RELEASE_VERSION_NAME} "
55+ // releaseCompile "com.github.kimkevin:cachepot:${RELEASE_VERSION_NAME}"
5656}
You can’t perform that action at this time.
0 commit comments