Skip to content

Commit a146a39

Browse files
igorbernstein2chingor13
authored andcommitted
---
yaml --- r: 12155 b: refs/heads/autosynth-iot c: b42b580 h: refs/heads/master i: 12153: a3231f6 12151: 2050d69
1 parent 3c2a8ce commit a146a39

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

  • branches/autosynth-iot/google-cloud-testing/google-cloud-bigtable-emulator

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136-
refs/heads/autosynth-iot: 9529c62031422f6b947e6d19273efd410b8ef027
136+
refs/heads/autosynth-iot: b42b5808ce2f7eae5fa32848d109164c1420084c
137137
refs/heads/autosynth-kms: 44920781bf79d494a1835207fc7110b743a1d7d4
138138
refs/heads/autosynth-language: bfdbef24d10a7845cd69f709e7dfb92c965d4d1a
139139
refs/heads/autosynth-os-login: 13200d5c38f1f09e1625c4f2dc1c3b18bfdc5857

branches/autosynth-iot/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
<artifactId>google-cloud-bigtable-emulator</artifactId>
1313
<version>0.71.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} -->
1414

15+
<distributionManagement>
16+
<snapshotRepository>
17+
<id>sonatype-nexus-snapshots</id>
18+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
19+
</snapshotRepository>
20+
<repository>
21+
<id>sonatype-nexus-staging</id>
22+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
23+
</repository>
24+
</distributionManagement>
25+
1526
<build>
1627
<plugins>
1728
<plugin>
@@ -39,6 +50,19 @@
3950
</execution>
4051
</executions>
4152
</plugin>
53+
54+
<plugin>
55+
<groupId>org.sonatype.plugins</groupId>
56+
<artifactId>nexus-staging-maven-plugin</artifactId>
57+
<version>1.6.6</version>
58+
<extensions>true</extensions>
59+
<configuration>
60+
<serverId>ossrh</serverId>
61+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
62+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
63+
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
64+
</configuration>
65+
</plugin>
4266
</plugins>
4367
</build>
4468

0 commit comments

Comments
 (0)