Skip to content

Commit

Permalink
Merge branch 'hotfix/0.0.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
piaolingxue committed Sep 2, 2013
2 parents d30925d + aaf4b09 commit 85c1c5b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 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>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>结巴分词工具(jieba for java)</name>
Expand Down Expand Up @@ -63,4 +63,11 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 85c1c5b

Please sign in to comment.