File tree Expand file tree Collapse file tree
branches/autosynth-websecurityscanner/google-cloud-testing/google-cloud-bigtable-emulator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473
145145refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146refs/heads/autosynth-texttospeech: a447278ab2ec3975aab3b641549c6780eac0a07a
147147refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148- refs/heads/autosynth-websecurityscanner: 9529c62031422f6b947e6d19273efd410b8ef027
148+ refs/heads/autosynth-websecurityscanner: b42b5808ce2f7eae5fa32848d109164c1420084c
149149refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
151151refs/heads/mrschmidt-fieldmask: b9d150d918f42f68109f9f85f325a99954237b3a
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments