blob: bd3ba0eba8c8005b52c5022e0684e2f322b569ed [file] [log] [blame]
David Ostrovskyf70d79f2017-01-31 22:13:01 +01001<project xmlns="http://maven.apache.org/POM/4.0.0">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>com.google.gitiles</groupId>
4 <artifactId>gitiles</artifactId>
5 <version>1</version> <!-- Do not edit; see VERSION. -->
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>