Skip to content

Commit

Permalink
Release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Feb 11, 2018
1 parent 7925b74 commit 5f0edaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ JProtobuf-rpc-http 基于JProtobuf的RPC实现,支持直接从IDL定义脚本
## 环境要求 ##
jprotobuf-1.x JDK 6 或以上版本

```xml
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf</artifactId>
Expand All @@ -61,7 +61,7 @@ jprotobuf-2.x JDK 7 或以上版本
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf</artifactId>
<version>2.1.5</version>
<version>2.1.7</version>
</dependency>
```
[下载发行包](https://oss.sonatype.org/content/repositories/snapshots/com/baidu/jprotobuf/2.0.1-SNAPSHOT/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private static Class checkClass(String packageName, TypeElement type, Map<String
}

/**
* TODO.
* Check directory.
*
* @param generateSouceOnly the generate souce only
* @param sourceOutputDir the source output dir
Expand Down

0 comments on commit 5f0edaa

Please sign in to comment.