|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <version>3.38.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore:current} --> |
8 | 8 | <name>Google Cloud Firestore Parent</name> |
9 | | - <url>https://github.com/googleapis/java-firestore</url> |
| 9 | + <url>https://github.com/googleapis/google-cloud-java</url> |
10 | 10 | <description> |
11 | 11 | Java idiomatic client for Google Cloud Platform services. |
12 | 12 | </description> |
13 | 13 |
|
14 | 14 | <parent> |
15 | 15 | <groupId>com.google.cloud</groupId> |
16 | | - <artifactId>sdk-platform-java-config</artifactId> |
17 | | - <version>3.57.0</version> |
| 16 | + <artifactId>google-cloud-jar-parent</artifactId> |
| 17 | + <version>1.82.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} --> |
| 18 | + <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> |
18 | 19 | </parent> |
19 | 20 |
|
20 | 21 | <developers> |
|
120 | 121 | <name>Google LLC</name> |
121 | 122 | </organization> |
122 | 123 | <scm> |
123 | | - <connection>scm:git:git@github.com:googleapis/java-firestore.git</connection> |
124 | | - <developerConnection>scm:git:git@github.com:googleapis/java-firestore.git</developerConnection> |
125 | | - <url>https://github.com/googleapis/java-firestore</url> |
| 124 | + <connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection> |
| 125 | + <developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection> |
| 126 | + <url>https://github.com/googleapis/google-cloud-java</url> |
126 | 127 | <tag>HEAD</tag> |
127 | 128 | </scm> |
128 | 129 | <issueManagement> |
129 | | - <url>https://github.com/googleapis/java-firestore/issues</url> |
| 130 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
130 | 131 | <system>GitHub Issues</system> |
131 | 132 | </issueManagement> |
132 | 133 |
|
|
178 | 179 | <version>3.38.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-firestore-v1:current} --> |
179 | 180 | </dependency> |
180 | 181 |
|
181 | | - <dependency> |
182 | | - <groupId>com.google.cloud</groupId> |
183 | | - <artifactId>google-cloud-shared-dependencies</artifactId> |
184 | | - <version>${google-cloud-shared-dependencies.version}</version> |
185 | | - <type>pom</type> |
186 | | - <scope>import</scope> |
187 | | - </dependency> |
188 | | - |
189 | | - <dependency> |
190 | | - <groupId>junit</groupId> |
191 | | - <artifactId>junit</artifactId> |
192 | | - <version>4.13.2</version> |
193 | | - <scope>test</scope> |
194 | | - </dependency> |
195 | 182 | <dependency> |
196 | 183 | <groupId>com.google.truth</groupId> |
197 | 184 | <artifactId>truth</artifactId> |
|
218 | 205 | <module>google-cloud-firestore-bom</module> |
219 | 206 | </modules> |
220 | 207 |
|
221 | | - <reporting> |
222 | | - <plugins> |
223 | | - <plugin> |
224 | | - <groupId>org.apache.maven.plugins</groupId> |
225 | | - <artifactId>maven-javadoc-plugin</artifactId> |
226 | | - <reportSets> |
227 | | - <reportSet> |
228 | | - <id>html</id> |
229 | | - <reports> |
230 | | - <report>aggregate</report> |
231 | | - <report>javadoc</report> |
232 | | - </reports> |
233 | | - </reportSet> |
234 | | - </reportSets> |
235 | | - <configuration> |
236 | | - <source>8</source> |
237 | | - <links combine.self="override"> |
238 | | - <link>https://googleapis.dev/java/api-common/latest/</link> |
239 | | - <link>https://googleapis.dev/java/gax/latest/</link> |
240 | | - <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
241 | | - <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
242 | | - </links> |
243 | | - <sourceFileExcludes> |
244 | | - <exclude>com/google/cloud/firestore/v1/package-info.java</exclude> |
245 | | - </sourceFileExcludes> |
246 | | - </configuration> |
247 | | - </plugin> |
248 | | - </plugins> |
249 | | -</reporting> |
250 | | - |
251 | 208 | <profiles> |
252 | 209 | <profile> |
253 | 210 | <id>enable-samples</id> |
|
0 commit comments