Skip to content

Commit

Permalink
refine readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshaoaaa committed Jul 9, 2019
1 parent 5677d5c commit cd4c10a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ allprojects {
```
```groovy
dependencies {
implementation 'com.github.zeshaoaaa:OkReflect:0.1.1'
implementation 'com.github.zeshaoaaa:OkReflect:master-SNAPSHOT'
}
```
### Maven
Expand All @@ -269,6 +269,6 @@ dependencies {
<dependency>
<groupId>com.github.zeshaoaaa</groupId>
<artifactId>OkReflect</artifactId>
<version>0.1.1</version>
<version>master-SNAPSHOT</version>
</dependency>
```
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ allprojects {
```
```groovy
dependencies {
implementation 'com.github.zeshaoaaa:OkReflect:0.1.1'
implementation 'com.github.zeshaoaaa:OkReflect:master-SNAPSHOT'
}
```
### Maven
Expand All @@ -268,6 +268,6 @@ dependencies {
<dependency>
<groupId>com.github.zeshaoaaa</groupId>
<artifactId>OkReflect</artifactId>
<version>0.1.1</version>
<version>master-SNAPSHOT</version>
</dependency>
```
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version '0.1.1'

sourceCompatibility = 1.8

repositories {
repositories {
mavenCentral()
jcenter()
}
Expand Down Expand Up @@ -55,7 +55,7 @@ artifacts {
uploadArchives {
repositories.mavenDeployer {
// 本地仓库路径
repository(url:"file:///users/oushaoze/.m2/repository/")
repository(url: "file:///users/oushaoze/.m2/repository/")
// 唯一标识
pom.groupId = "local.okreflect"
// 项目名称
Expand Down

0 comments on commit cd4c10a

Please sign in to comment.