Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/venwyhk/ikasoa
Browse files Browse the repository at this point in the history
  • Loading branch information
venwyhk committed Oct 27, 2019
2 parents 0e3c9ba + b40990e commit 5e53868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ikasoa-rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Maven
<dependency>
<groupId>com.ikasoa</groupId>
<artifactId>ikasoa-rpc</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.3-BETA2</version>
</dependency>
......
```

Gradle

```
compile group: 'com.ikasoa', name: 'ikasoa-rpc', version: '0.3.4-SNAPSHOT'
compile group: 'com.ikasoa', name: 'ikasoa-rpc', version: '0.3.3-BETA2'
```


Expand All @@ -48,15 +48,15 @@ Maven
<dependency>
<groupId>com.ikasoa</groupId>
<artifactId>ikasoa-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6.2</version>
</dependency>
......
```

Gradle

```
compile group: 'com.ikasoa', name: 'ikasoa-core', version: '0.6-SNAPSHOT'
compile group: 'com.ikasoa', name: 'ikasoa-core', version: '0.6.2'
```

## HelloWorld ##
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ikasoa</groupId>
<artifactId>ikasoa</artifactId>
<version>19.1021</version>
<version>19.1028</version>
<packaging>pom</packaging>
<name>Ikasoa</name>
<description>ikasoa is a java distributed service framework.</description>
Expand Down

0 comments on commit 5e53868

Please sign in to comment.