Skip to content

Commit a3842fd

Browse files
---
yaml --- r: 9831 b: refs/heads/master c: 338549b h: refs/heads/master i: 9829: a70a7cc 9827: 144fbb5 9823: 401db75
1 parent 3d7a98e commit a3842fd

5 files changed

Lines changed: 36 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ef533f5598745c0dd6838f8c82e4e0402339f1ff
2+
refs/heads/master: 338549b98ee60b78308a8774f9ec2ac28cb7c458
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 03aa637ca038bc7904083f090fd16e091f513230
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-examples/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@
196196
<skip>true</skip>
197197
</configuration>
198198
</plugin>
199+
<plugin>
200+
<groupId>org.sonatype.plugins</groupId>
201+
<artifactId>nexus-staging-maven-plugin</artifactId>
202+
<version>1.6.6</version>
203+
<configuration>
204+
<skip>true</skip>
205+
</configuration>
206+
</plugin>
199207
</plugins>
200208
</build>
201209
<profiles>

trunk/google-cloud-testing/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@
109109
<skip>true</skip>
110110
</configuration>
111111
</plugin>
112+
<plugin>
113+
<groupId>org.sonatype.plugins</groupId>
114+
<artifactId>nexus-staging-maven-plugin</artifactId>
115+
<version>1.6.6</version>
116+
<configuration>
117+
<skip>true</skip>
118+
</configuration>
119+
</plugin>
112120
</plugins>
113121
</build>
114122
</project>

trunk/google-cloud-util/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
<skip>true</skip>
3232
</configuration>
3333
</plugin>
34+
<plugin>
35+
<groupId>org.sonatype.plugins</groupId>
36+
<artifactId>nexus-staging-maven-plugin</artifactId>
37+
<version>1.6.6</version>
38+
<configuration>
39+
<skip>true</skip>
40+
</configuration>
41+
</plugin>
3442
</plugins>
3543
</build>
3644
</project>

trunk/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@
102102
<skip>true</skip>
103103
</configuration>
104104
</plugin>
105+
<plugin>
106+
<groupId>org.sonatype.plugins</groupId>
107+
<artifactId>nexus-staging-maven-plugin</artifactId>
108+
<version>1.6.6</version>
109+
<configuration>
110+
<serverId>sonatype-nexus-staging</serverId>
111+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
112+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
113+
<skip>true</skip>
114+
</configuration>
115+
</plugin>
105116
</plugins>
106117
</build>
107118
</project>

0 commit comments

Comments
 (0)