24ec75ea2f
Change-Id: I1bc1d4d6b270fe72c4bb3b7e7e4437e1e136b321
60 lines
1.6 KiB
XML
60 lines
1.6 KiB
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.google.gerrit</groupId>
|
|
<artifactId>gerrit-war</artifactId>
|
|
<version>2.10.1</version>
|
|
<packaging>war</packaging>
|
|
<name>Gerrit Code Review - WAR</name>
|
|
<description>Gerrit WAR</description>
|
|
<url>http://code.google.com/p/gerrit/</url>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
|
|
<scm>
|
|
<url>https://gerrit.googlesource.com/gerrit</url>
|
|
<connection>https://gerrit.googlesource.com/gerrit</connection>
|
|
</scm>
|
|
|
|
<developers>
|
|
<developer>
|
|
<name>Dave Borowitz</name>
|
|
</developer>
|
|
<developer>
|
|
<name>David Pursehouse</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Edwin Kempin</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Martin Fick</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Saša Živkov</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Shawn Pearce</name>
|
|
</developer>
|
|
</developers>
|
|
|
|
<mailingLists>
|
|
<mailingList>
|
|
<name>Repo and Gerrit Discussion</name>
|
|
<post>repo-discuss@googlegroups.com</post>
|
|
<subscribe>https://groups.google.com/forum/#!forum/repo-discuss</subscribe>
|
|
<unsubscribe>https://groups.google.com/forum/#!forum/repo-discuss</unsubscribe>
|
|
<archive>https://groups.google.com/forum/#!forum/repo-discuss</archive>
|
|
</mailingList>
|
|
</mailingLists>
|
|
|
|
<issueManagement>
|
|
<url>http://code.google.com/p/gerrit/issues/list</url>
|
|
<system>Google Code Issue Tracker</system>
|
|
</issueManagement>
|
|
</project>
|