Update pom

This commit is contained in:
Taro L. Saito 2011-09-15 11:24:51 +09:00
parent 112251d7be
commit 2cf062f494
2 changed files with 26 additions and 18 deletions

View File

@ -1 +1 @@
0fb78fe3d92a2ff45ab3edb3d821d93619e43663 wiki
77d1002a0dd1ee7fd1551e001f365926db40dbe2 wiki

10
pom.xml
View File

@ -1,4 +1,5 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.xerial.snappy</groupId>
@ -139,6 +140,7 @@
<descriptor>src/assembly/project.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<attach>false</attach>
</configuration>
<executions>
<execution>
@ -163,6 +165,12 @@
</build>
<url>http://code.google.com/p/snappy-java/</url>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/snappy-java/issues/list</url>
</issueManagement>
<inceptionYear>2011</inceptionYear>
<scm>
<connection>scm:hg:https://snappy-java.googlecode.com/hg/</connection>
<developerConnection>scm:hg:default</developerConnection>