Skip to content

Commit 948deea

Browse files
committed
chore(java-firestore): modernize submodule pom.xml
1 parent 2391b47 commit 948deea

1 file changed

Lines changed: 15 additions & 44 deletions

File tree

  • java-firestore/google-cloud-firestore

java-firestore/google-cloud-firestore/pom.xml

Lines changed: 15 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>3.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Firestore</name>
8-
<url>https://github.com/googleapis/java-firestore</url>
8+
<url>https://github.com/googleapis/google-cloud-java</url>
99
<description>
1010
Java idiomatic client for Google Cloud Firestore.
1111
</description>
@@ -21,6 +21,7 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>google-cloud-core-grpc</artifactId>
24+
<version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core-grpc:current} -->
2425
</dependency>
2526
<dependency>
2627
<groupId>com.google.api.grpc</groupId>
@@ -46,6 +47,7 @@
4647
<dependency>
4748
<groupId>com.google.api</groupId>
4849
<artifactId>api-common</artifactId>
50+
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
4951
</dependency>
5052
<dependency>
5153
<groupId>io.grpc</groupId>
@@ -58,10 +60,12 @@
5860
<dependency>
5961
<groupId>com.google.api.grpc</groupId>
6062
<artifactId>proto-google-common-protos</artifactId>
63+
<version>2.67.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
6164
</dependency>
6265
<dependency>
6366
<groupId>com.google.api</groupId>
6467
<artifactId>gax</artifactId>
68+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
6569
</dependency>
6670
<dependency>
6771
<groupId>io.grpc</groupId>
@@ -70,10 +74,12 @@
7074
<dependency>
7175
<groupId>com.google.api</groupId>
7276
<artifactId>gax-grpc</artifactId>
77+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
7378
</dependency>
7479
<dependency>
7580
<groupId>com.google.api</groupId>
7681
<artifactId>gax-httpjson</artifactId>
82+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
7783
</dependency>
7884
<dependency>
7985
<groupId>com.google.guava</groupId>
@@ -90,10 +96,12 @@
9096
<dependency>
9197
<groupId>com.google.auth</groupId>
9298
<artifactId>google-auth-library-credentials</artifactId>
99+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-credentials:current} -->
93100
</dependency>
94101
<dependency>
95102
<groupId>com.google.cloud</groupId>
96103
<artifactId>google-cloud-core</artifactId>
104+
<version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
97105
</dependency>
98106
<dependency>
99107
<groupId>com.google.code.gson</groupId>
@@ -105,7 +113,6 @@
105113
<artifactId>protobuf-java-util</artifactId>
106114
</dependency>
107115

108-
<!-- OpenTelemetry -->
109116
<dependency>
110117
<groupId>io.opentelemetry</groupId>
111118
<artifactId>opentelemetry-api</artifactId>
@@ -140,9 +147,7 @@
140147
</exclusion>
141148
</exclusions>
142149
</dependency>
143-
<!-- END OpenTelemetry -->
144150

145-
<!-- Test dependencies -->
146151
<dependency>
147152
<groupId>junit</groupId>
148153
<artifactId>junit</artifactId>
@@ -159,29 +164,32 @@
159164
<version>4.11.0</version>
160165
<scope>test</scope>
161166
</dependency>
162-
<!-- Need testing utility classes for generated gRPC clients tests -->
163167
<dependency>
164168
<groupId>com.google.api</groupId>
165169
<artifactId>gax</artifactId>
166170
<classifier>testlib</classifier>
167171
<scope>test</scope>
172+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
168173
</dependency>
169174
<dependency>
170175
<groupId>com.google.api</groupId>
171176
<artifactId>gax-grpc</artifactId>
172177
<classifier>testlib</classifier>
173178
<scope>test</scope>
179+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
174180
</dependency>
175181
<dependency>
176182
<groupId>com.google.api</groupId>
177183
<artifactId>gax-httpjson</artifactId>
178184
<classifier>testlib</classifier>
179185
<scope>test</scope>
186+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
180187
</dependency>
181188
<dependency>
182189
<groupId>com.google.api.grpc</groupId>
183190
<artifactId>grpc-google-common-protos</artifactId>
184191
<scope>test</scope>
192+
<version>2.67.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
185193
</dependency>
186194
<dependency>
187195
<groupId>com.google.cloud</groupId>
@@ -201,7 +209,6 @@
201209
<version>3.18.0</version>
202210
<scope>test</scope>
203211
</dependency>
204-
<!-- OpenTelemetry -->
205212
<dependency>
206213
<groupId>io.opentelemetry</groupId>
207214
<artifactId>opentelemetry-sdk-testing</artifactId>
@@ -223,61 +230,25 @@
223230
<version>0.36.0</version>
224231
<scope>test</scope>
225232
</dependency>
226-
<!-- END OpenTelemetry -->
227-
<!-- Cloud Ops -->
228233
<dependency>
229234
<groupId>com.google.api.grpc</groupId>
230235
<artifactId>proto-google-cloud-trace-v1</artifactId>
231-
<version>2.68.0</version>
236+
<version>2.89.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-trace-v1:current} -->
232237
<scope>test</scope>
233238
</dependency>
234239
<dependency>
235240
<groupId>com.google.cloud</groupId>
236241
<artifactId>google-cloud-trace</artifactId>
237-
<version>2.68.0</version>
242+
<version>2.89.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-trace:current} -->
238243
<scope>test</scope>
239244
</dependency>
240245
<dependency>
241246
<groupId>com.google.http-client</groupId>
242247
<artifactId>google-http-client</artifactId>
243248
<scope>test</scope>
244249
</dependency>
245-
<!-- END Cloud Ops -->
246250
</dependencies>
247251

248-
<reporting>
249-
<plugins>
250-
<plugin>
251-
<groupId>org.apache.maven.plugins</groupId>
252-
<artifactId>maven-javadoc-plugin</artifactId>
253-
<configuration>
254-
<show>protected</show>
255-
<nohelp>true</nohelp>
256-
<doclint>none</doclint>
257-
<splitindex>true</splitindex>
258-
<offlineLinks>
259-
<offlineLink>
260-
<url>${project.javadoc.protobufBaseURL}</url>
261-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
262-
</offlineLink>
263-
<offlineLink>
264-
<url>${project.javadoc.protobufBaseURL}</url>
265-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
266-
</offlineLink>
267-
<offlineLink>
268-
<url>${project.javadoc.protobufBaseURL}</url>
269-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-v1/target/site/apidocs/</location>
270-
</offlineLink>
271-
<offlineLink>
272-
<url>${project.javadoc.protobufBaseURL}</url>
273-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-v1/target/site/apidocs/</location>
274-
</offlineLink>
275-
</offlineLinks>
276-
</configuration>
277-
</plugin>
278-
</plugins>
279-
</reporting>
280-
281252
<build>
282253
<plugins>
283254
<plugin>

0 commit comments

Comments
 (0)