Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 1 | <project> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>com.google.gerrit</groupId> |
| 4 | <artifactId>gerrit-plugin-gwtui</artifactId> |
David Pursehouse | 23fa65a | 2017-03-23 21:11:23 +0900 | [diff] [blame] | 5 | <version>2.15-SNAPSHOT</version> |
Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 6 | <packaging>jar</packaging> |
| 7 | <name>Gerrit Code Review - Plugin GWT UI</name> |
| 8 | <description>Common Classes for Gerrit GWT UI Plugins</description> |
Shawn Pearce | 792b2c4 | 2015-06-12 17:25:40 -0700 | [diff] [blame] | 9 | <url>https://www.gerritcodereview.com/</url> |
Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 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> |
David Pursehouse | 1c6f71e | 2016-03-15 13:35:49 +0900 | [diff] [blame] | 26 | <name>Andrew Bonventre</name> |
| 27 | </developer> |
| 28 | <developer> |
Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 29 | <name>Dave Borowitz</name> |
| 30 | </developer> |
| 31 | <developer> |
David Pursehouse | 1c6f71e | 2016-03-15 13:35:49 +0900 | [diff] [blame] | 32 | <name>David Ostrovsky</name> |
| 33 | </developer> |
| 34 | <developer> |
Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 35 | <name>David Pursehouse</name> |
| 36 | </developer> |
| 37 | <developer> |
| 38 | <name>Edwin Kempin</name> |
| 39 | </developer> |
| 40 | <developer> |
David Pursehouse | 1c6f71e | 2016-03-15 13:35:49 +0900 | [diff] [blame] | 41 | <name>Hugo Arès</name> |
| 42 | </developer> |
| 43 | <developer> |
Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 44 | <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 Pursehouse | ff0569a | 2016-06-23 15:28:55 +0900 | [diff] [blame] | 65 | <url>https://bugs.chromium.org/p/gerrit/issues/list</url> |
| 66 | <system>Gerrit Issue Tracker</system> |
Edwin Kempin | c7ddc2c | 2014-05-21 11:12:35 +0200 | [diff] [blame] | 67 | </issueManagement> |
| 68 | </project> |