|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <version>2.59.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} --> |
8 | 8 | <name>BigQuery Parent</name> |
9 | | - <url>https://github.com/googleapis/java-bigquery</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.56.1</version> |
| 16 | + <artifactId>google-cloud-jar-parent</artifactId> |
| 17 | + <version>1.80.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> |
|
33 | 34 | </organization> |
34 | 35 | <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" |
35 | 36 | child.scm.url.inherit.append.path="false"> |
36 | | - <connection>scm:git:git@github.com:googleapis/java-bigquery.git</connection> |
37 | | - <developerConnection>scm:git:git@github.com:googleapis/java-bigquery.git</developerConnection> |
38 | | - <url>https://github.com/googleapis/java-bigquery</url> |
| 37 | + <connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection> |
| 38 | + <developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection> |
| 39 | + <url>https://github.com/googleapis/google-cloud-java</url> |
39 | 40 | <tag>HEAD</tag> |
40 | 41 | </scm> |
41 | 42 | <issueManagement> |
42 | | - <url>https://github.com/googleapis/java-bigquery/issues</url> |
| 43 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
43 | 44 | <system>GitHub Issues</system> |
44 | 45 | </issueManagement> |
45 | 46 | <licenses> |
|
59 | 60 |
|
60 | 61 | <dependencyManagement> |
61 | 62 | <dependencies> |
62 | | - <dependency> |
63 | | - <groupId>com.google.cloud</groupId> |
64 | | - <artifactId>google-cloud-shared-dependencies</artifactId> |
65 | | - <version>${google-cloud-shared-dependencies.version}</version> |
66 | | - <type>pom</type> |
67 | | - <scope>import</scope> |
68 | | - </dependency> |
69 | | - |
70 | | - <!-- Used for BQ Storage APIs --> |
71 | | - <dependency> |
72 | | - <groupId>com.google.cloud</groupId> |
73 | | - <artifactId>google-cloud-bigquerystorage-bom</artifactId> |
74 | | - <version>3.21.0</version> |
75 | | - <type>pom</type> |
76 | | - <scope>import</scope> |
77 | | - </dependency> |
78 | | - |
79 | | - <dependency> |
80 | | - <groupId>com.google.cloud</groupId> |
81 | | - <artifactId>google-cloud-datacatalog-bom</artifactId> |
82 | | - <version>1.78.0</version> |
83 | | - <type>pom</type> |
84 | | - <scope>import</scope> |
85 | | - </dependency> |
86 | 63 |
|
87 | 64 | <dependency> |
88 | 65 | <groupId>org.checkerframework</groupId> |
|
99 | 76 | <dependency> |
100 | 77 | <groupId>com.google.apis</groupId> |
101 | 78 | <artifactId>google-api-services-bigquery</artifactId> |
102 | | - <version>${google-api-services-bigquery.version}</version> |
103 | | - </dependency> |
104 | | - |
105 | | - <!-- Used for Interval and Range types --> |
106 | | - <dependency> |
107 | | - <groupId>org.threeten</groupId> |
108 | | - <artifactId>threeten-extra</artifactId> |
109 | | - <version>1.8.0</version> |
110 | 79 | </dependency> |
111 | 80 |
|
112 | | - <!-- Test dependencies --> |
113 | 81 | <dependency> |
114 | 82 | <groupId>com.google.truth</groupId> |
115 | 83 | <artifactId>truth</artifactId> |
|
131 | 99 | <dependency> |
132 | 100 | <groupId>com.google.cloud</groupId> |
133 | 101 | <artifactId>google-cloud-bigqueryconnection</artifactId> |
134 | | - <version>2.74.0</version> |
| 102 | + <version>2.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} --> |
135 | 103 | <scope>test</scope> |
136 | 104 | </dependency> |
137 | 105 | <dependency> |
138 | 106 | <groupId>com.google.api.grpc</groupId> |
139 | 107 | <artifactId>proto-google-cloud-bigqueryconnection-v1</artifactId> |
140 | | - <version>2.70.0</version> |
| 108 | + <version>2.88.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} --> |
141 | 109 | <scope>test</scope> |
142 | 110 | </dependency> |
143 | 111 | <dependency> |
|
170 | 138 | <ignoredUnusedDeclaredDependency>com.google.api:gax</ignoredUnusedDeclaredDependency> |
171 | 139 | <!-- maven-dependency-plugin cannot detect the runtime usage of junit-jupiter-engine for executing JUnit 5+ tests. --> |
172 | 140 | <ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter-engine</ignoredUnusedDeclaredDependency> |
| 141 | + <ignoredUnusedDeclaredDependency>javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependency> |
173 | 142 | </ignoredUnusedDeclaredDependencies> |
174 | 143 | </configuration> |
175 | 144 | </plugin> |
176 | 145 | </plugins> |
177 | 146 | </build> |
178 | 147 |
|
179 | | - <reporting> |
180 | | - <plugins> |
181 | | - <plugin> |
182 | | - <groupId>org.apache.maven.plugins</groupId> |
183 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
184 | | - <version>3.9.0</version> |
185 | | - <reportSets> |
186 | | - <reportSet> |
187 | | - <reports> |
188 | | - <report>index</report> |
189 | | - <report>dependency-info</report> |
190 | | - <report>team</report> |
191 | | - <report>ci-management</report> |
192 | | - <report>issue-management</report> |
193 | | - <report>licenses</report> |
194 | | - <report>scm</report> |
195 | | - <report>dependency-management</report> |
196 | | - <report>distribution-management</report> |
197 | | - <report>summary</report> |
198 | | - <report>modules</report> |
199 | | - </reports> |
200 | | - </reportSet> |
201 | | - </reportSets> |
202 | | - <configuration> |
203 | | - <dependencyDetailsEnabled>true</dependencyDetailsEnabled> |
204 | | - <artifactId>${site.installationModule}</artifactId> |
205 | | - <packaging>jar</packaging> |
206 | | - </configuration> |
207 | | - </plugin> |
208 | | - <plugin> |
209 | | - <groupId>org.apache.maven.plugins</groupId> |
210 | | - <artifactId>maven-javadoc-plugin</artifactId> |
211 | | - <reportSets> |
212 | | - <reportSet> |
213 | | - <id>html</id> |
214 | | - <reports> |
215 | | - <report>aggregate</report> |
216 | | - <report>javadoc</report> |
217 | | - </reports> |
218 | | - </reportSet> |
219 | | - </reportSets> |
220 | | - <configuration> |
221 | | - <doclint>none</doclint> |
222 | | - <show>protected</show> |
223 | | - <nohelp>true</nohelp> |
224 | | - <outputDirectory>${project.build.directory}/javadoc</outputDirectory> |
225 | | - <groups> |
226 | | - <group> |
227 | | - <title>Test helpers packages</title> |
228 | | - <packages>com.google.cloud.testing</packages> |
229 | | - </group> |
230 | | - <group> |
231 | | - <title>SPI packages</title> |
232 | | - <packages>com.google.cloud.spi*</packages> |
233 | | - </group> |
234 | | - </groups> |
235 | | - |
236 | | - <links> |
237 | | - <link>https://grpc.io/grpc-java/javadoc/</link> |
238 | | - <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
239 | | - <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
240 | | - <link>https://googleapis.dev/java/gax/latest/</link> |
241 | | - <link>https://googleapis.github.io/api-common-java/</link> |
242 | | - </links> |
243 | | - </configuration> |
244 | | - </plugin> |
245 | | - </plugins> |
246 | | - </reporting> |
247 | | - |
248 | 148 | <profiles> |
249 | 149 | <profile> |
250 | 150 | <id>include-samples</id> |
|
0 commit comments