Skip to content

Commit f70d79f

Browse files
committed
Restore pom files used for publishing to Google bucket
These files were inadvertently removed in Ifdb48360e6. Change-Id: I75acf4c4bfba38ffb2cd900590519f4d62d32f20
1 parent bf2c391 commit f70d79f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

fake_pom_deploy.xml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<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>

fake_pom_install.xml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fake_pom_deploy.xml

0 commit comments

Comments
 (0)