Skip to content

Commit

Permalink
bump version to 1.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
piaolingxue committed Jul 24, 2014
1 parent 773d48a commit 619b5da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,16 @@
<dependency>
<groupId>com.huaban</groupId>
<artifactId>jieba-analysis</artifactId>
<version>0.0.2</version>
<version>1.0.0</version>
</dependency>
#+END_SRC

- 当前快照版本
- 支持词性标注 [[https://github.com/huaban/jieba-analysis/pull/4][#4]]
- 修复以'-'连接词分词错误问题 [[https://github.com/huaban/jieba-analysis/issues/3][#3]]
#+BEGIN_SRC xml
<dependency>
<groupId>com.huaban</groupId>
<artifactId>jieba-analysis</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
#+END_SRC

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.huaban</groupId>
<artifactId>jieba-analysis</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>结巴分词工具(jieba for java)</name>
Expand Down

0 comments on commit 619b5da

Please sign in to comment.