Skip to content

Commit 674b797

Browse files
igorbernstein2chingor13
authored andcommitted
---
yaml --- r: 11541 b: refs/heads/autosynth-dataproc c: b42b580 h: refs/heads/master i: 11539: 791be6a
1 parent 9e0d05a commit 674b797

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117-
refs/heads/autosynth-dataproc: 9529c62031422f6b947e6d19273efd410b8ef027
117+
refs/heads/autosynth-dataproc: b42b5808ce2f7eae5fa32848d109164c1420084c
118118
refs/heads/autosynth-monitoring: 2cb98362409ff765ae26032b64bc84191cdc6dda
119119
refs/heads/autosynth-pubsub: 957d781d8d170777a53a948cd958e368a96eacd5
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8

branches/autosynth-dataproc/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)