Skip to content

Commit

Permalink
fix pom file for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
piaolingxue committed Sep 2, 2013
1 parent 9534a78 commit 331cc94
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.huaban</groupId>
<artifactId>jieba-analysis</artifactId>
<version>0.0.1-SNAPSHOT</version>
Expand All @@ -18,11 +22,24 @@
</license>
</licenses>

<scm>
<connection>scm:git:git@github.com:huaban/jieba-analysis.git</connection>
<developerConnection>scm:git:git@github.com:huaban/jieba-analysis.git</developerConnection>
<url>git@github.com:huaban/jieba-analysis.git</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<developers>
<developer>
<id>libin</id>
<name>libin</name>
<email>piaolingxue305@gmail.com</email>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -45,4 +62,5 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 331cc94

Please sign in to comment.