blob: e8031ef92bc48077d54e9071450718d5c2eac2bc [file] [log] [blame]
David Ostrovsky520f29c2014-05-22 21:44:29 +02001<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>com.google.gerrit</groupId>
4 <artifactId>gerrit-war</artifactId>
5 <version>2.9-SNAPSHOT</version>
6 <packaging>war</packaging>
7 <name>Gerrit Code Review - WAR</name>
8 <description>Gerrit WAR</description>
9 <url>http://code.google.com/p/gerrit/</url>
10
11 <licenses>
12 <license>
13 <name>The Apache Software License, Version 2.0</name>
14 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15 <distribution>repo</distribution>
16 </license>
17 </licenses>
18
19 <scm>
20 <url>https://gerrit.googlesource.com/gerrit</url>
21 <connection>https://gerrit.googlesource.com/gerrit</connection>
22 </scm>
23
24 <developers>
25 <developer>
26 <name>Dave Borowitz</name>
27 </developer>
28 <developer>
29 <name>David Pursehouse</name>
30 </developer>
31 <developer>
32 <name>Edwin Kempin</name>
33 </developer>
34 <developer>
35 <name>Martin Fick</name>
36 </developer>
37 <developer>
38 <name>Saša Živkov</name>
39 </developer>
40 <developer>
41 <name>Shawn Pearce</name>
42 </developer>
43 </developers>
44
45 <mailingLists>
46 <mailingList>
47 <name>Repo and Gerrit Discussion</name>
48 <post>repo-discuss@googlegroups.com</post>
49 <subscribe>https://groups.google.com/forum/#!forum/repo-discuss</subscribe>
50 <unsubscribe>https://groups.google.com/forum/#!forum/repo-discuss</unsubscribe>
51 <archive>https://groups.google.com/forum/#!forum/repo-discuss</archive>
52 </mailingList>
53 </mailingLists>
54
55 <issueManagement>
56 <url>http://code.google.com/p/gerrit/issues/list</url>
57 <system>Google Code Issue Tracker</system>
58 </issueManagement>
59</project>