Skip to content

Commit 4c00bb6

Browse files
committed
chore(java-firestore): modernize submodule pom.xml
1 parent 238c21a commit 4c00bb6

1 file changed

Lines changed: 10 additions & 36 deletions

File tree

  • java-firestore/google-cloud-firestore-admin

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

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>3.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore-admin:current} -->
88
<packaging>jar</packaging>
99
<name>Google Cloud Firestore Admin Client</name>
10-
<url>https://github.com/googleapis/java-firestore</url>
10+
<url>https://github.com/googleapis/google-cloud-java</url>
1111
<description>
1212
Java idiomatic client for Google Cloud Firestore Admin API.
1313
</description>
@@ -29,6 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.api</groupId>
3131
<artifactId>api-common</artifactId>
32+
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
3233
</dependency>
3334
<dependency>
3435
<groupId>io.grpc</groupId>
@@ -41,10 +42,12 @@
4142
<dependency>
4243
<groupId>com.google.api.grpc</groupId>
4344
<artifactId>proto-google-common-protos</artifactId>
45+
<version>2.67.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
4446
</dependency>
4547
<dependency>
4648
<groupId>com.google.api</groupId>
4749
<artifactId>gax</artifactId>
50+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
4851
</dependency>
4952
<dependency>
5053
<groupId>io.grpc</groupId>
@@ -53,10 +56,12 @@
5356
<dependency>
5457
<groupId>com.google.api</groupId>
5558
<artifactId>gax-grpc</artifactId>
59+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
5660
</dependency>
5761
<dependency>
5862
<groupId>com.google.api</groupId>
5963
<artifactId>gax-httpjson</artifactId>
64+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
6065
</dependency>
6166
<dependency>
6267
<groupId>com.google.guava</groupId>
@@ -67,35 +72,37 @@
6772
<artifactId>grpc-stub</artifactId>
6873
</dependency>
6974

70-
<!-- Test dependencies -->
7175
<dependency>
7276
<groupId>junit</groupId>
7377
<artifactId>junit</artifactId>
7478
<scope>test</scope>
7579
</dependency>
76-
<!-- Need testing utility classes for generated gRPC clients tests -->
7780
<dependency>
7881
<groupId>com.google.api</groupId>
7982
<artifactId>gax</artifactId>
8083
<classifier>testlib</classifier>
8184
<scope>test</scope>
85+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
8286
</dependency>
8387
<dependency>
8488
<groupId>com.google.api</groupId>
8589
<artifactId>gax-grpc</artifactId>
8690
<classifier>testlib</classifier>
8791
<scope>test</scope>
92+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
8893
</dependency>
8994
<dependency>
9095
<groupId>com.google.api</groupId>
9196
<artifactId>gax-httpjson</artifactId>
9297
<classifier>testlib</classifier>
9398
<scope>test</scope>
99+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
94100
</dependency>
95101
<dependency>
96102
<groupId>com.google.api.grpc</groupId>
97103
<artifactId>grpc-google-common-protos</artifactId>
98104
<scope>test</scope>
105+
<version>2.67.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
99106
</dependency>
100107
<dependency>
101108
<groupId>com.google.http-client</groupId>
@@ -104,39 +111,6 @@
104111
</dependency>
105112
</dependencies>
106113

107-
<reporting>
108-
<plugins>
109-
<plugin>
110-
<groupId>org.apache.maven.plugins</groupId>
111-
<artifactId>maven-javadoc-plugin</artifactId>
112-
<configuration>
113-
<show>protected</show>
114-
<nohelp>true</nohelp>
115-
<doclint>none</doclint>
116-
<splitindex>true</splitindex>
117-
<offlineLinks>
118-
<offlineLink>
119-
<url>${project.javadoc.protobufBaseURL}</url>
120-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
121-
</offlineLink>
122-
<offlineLink>
123-
<url>${project.javadoc.protobufBaseURL}</url>
124-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
125-
</offlineLink>
126-
<offlineLink>
127-
<url>${project.javadoc.protobufBaseURL}</url>
128-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-v1/target/site/apidocs/</location>
129-
</offlineLink>
130-
<offlineLink>
131-
<url>${project.javadoc.protobufBaseURL}</url>
132-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-v1/target/site/apidocs/</location>
133-
</offlineLink>
134-
</offlineLinks>
135-
</configuration>
136-
</plugin>
137-
</plugins>
138-
</reporting>
139-
140114
<build>
141115
<plugins>
142116
<plugin>

0 commit comments

Comments
 (0)