| David Ostrovsky | 22c45b3 | 2014-02-23 22:22:26 +0100 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>com.google.gitiles</groupId> |
| Dave Borowitz | b92b998 | 2014-04-11 11:47:57 -0400 | [diff] [blame] | 4 | <artifactId>gitiles</artifactId> |
| Dave Borowitz | cb84e97 | 2014-04-11 11:36:56 -0400 | [diff] [blame] | 5 | <version>1</version> <!-- Do not edit; see VERSION. --> |
| David Ostrovsky | 22c45b3 | 2014-02-23 22:22:26 +0100 | [diff] [blame] | 6 | <build> |
| 7 | <extensions> |
| 8 | <extension> |
| 9 | <groupId>com.googlesource.gerrit</groupId> |
| 10 | <artifactId>gs-maven-wagon</artifactId> |
| 11 | <version>3.3</version> |
| 12 | </extension> |
| 13 | </extensions> |
| 14 | </build> |
| 15 | <pluginRepositories> |
| 16 | <pluginRepository> |
| 17 | <id>gerrit-maven-repository</id> |
| 18 | <url>https://gerrit-maven.storage.googleapis.com/</url> |
| 19 | </pluginRepository> |
| 20 | </pluginRepositories> |
| 21 | </project> |