blob: 964e0d222af99c0e8a1e2087de9ed8bc32eab115 [file] [log] [blame]
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +02001<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>com.google.gerrit</groupId>
4 <artifactId>gerrit-plugin-gwtui</artifactId>
David Pursehouse23fa65a2017-03-23 21:11:23 +09005 <version>2.15-SNAPSHOT</version>
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +02006 <packaging>jar</packaging>
7 <name>Gerrit Code Review - Plugin GWT UI</name>
8 <description>Common Classes for Gerrit GWT UI Plugins</description>
Shawn Pearce792b2c42015-06-12 17:25:40 -07009 <url>https://www.gerritcodereview.com/</url>
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +020010
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>
David Pursehouse1c6f71e2016-03-15 13:35:49 +090026 <name>Andrew Bonventre</name>
27 </developer>
28 <developer>
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +020029 <name>Dave Borowitz</name>
30 </developer>
31 <developer>
David Pursehouse1c6f71e2016-03-15 13:35:49 +090032 <name>David Ostrovsky</name>
33 </developer>
34 <developer>
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +020035 <name>David Pursehouse</name>
36 </developer>
37 <developer>
38 <name>Edwin Kempin</name>
39 </developer>
40 <developer>
David Pursehouse1c6f71e2016-03-15 13:35:49 +090041 <name>Hugo Arès</name>
42 </developer>
43 <developer>
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +020044 <name>Martin Fick</name>
45 </developer>
46 <developer>
47 <name>Saša Živkov</name>
48 </developer>
49 <developer>
50 <name>Shawn Pearce</name>
51 </developer>
52 </developers>
53
54 <mailingLists>
55 <mailingList>
56 <name>Repo and Gerrit Discussion</name>
57 <post>repo-discuss@googlegroups.com</post>
58 <subscribe>https://groups.google.com/forum/#!forum/repo-discuss</subscribe>
59 <unsubscribe>https://groups.google.com/forum/#!forum/repo-discuss</unsubscribe>
60 <archive>https://groups.google.com/forum/#!forum/repo-discuss</archive>
61 </mailingList>
62 </mailingLists>
63
64 <issueManagement>
David Pursehouseff0569a2016-06-23 15:28:55 +090065 <url>https://bugs.chromium.org/p/gerrit/issues/list</url>
66 <system>Gerrit Issue Tracker</system>
Edwin Kempinc7ddc2c2014-05-21 11:12:35 +020067 </issueManagement>
68</project>