blob: bd3ba0eba8c8005b52c5022e0684e2f322b569ed [file] [log] [blame]
David Ostrovsky22c45b32014-02-23 22:22:26 +01001<project xmlns="http://maven.apache.org/POM/4.0.0">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>com.google.gitiles</groupId>
Dave Borowitzb92b9982014-04-11 11:47:57 -04004 <artifactId>gitiles</artifactId>
Dave Borowitzcb84e972014-04-11 11:36:56 -04005 <version>1</version> <!-- Do not edit; see VERSION. -->
David Ostrovsky22c45b32014-02-23 22:22:26 +01006 <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>