Skip to content

Commit c1d0074

Browse files
committed
chore(java-bigquery): modernize submodule pom.xml
1 parent 89107ef commit c1d0074

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • java-bigquery/google-cloud-bigquery-jdbc

java-bigquery/google-cloud-bigquery-jdbc/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery-jdbc:current} -->
2424
<packaging>jar</packaging>
2525
<name>BigQuery JDBC</name>
26-
<url>https://github.com/googleapis/java-bigquery-jdbc</url>
26+
<url>https://github.com/googleapis/google-cloud-java-jdbc</url>
2727
<description>JDBC for BigQuery</description>
2828

2929
<properties>
@@ -150,6 +150,7 @@
150150
<dependency>
151151
<groupId>com.google.cloud</groupId>
152152
<artifactId>google-cloud-bigquerystorage</artifactId>
153+
<version>3.21.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
153154
</dependency>
154155
<dependency>
155156
<groupId>com.google.http-client</groupId>
@@ -166,7 +167,6 @@
166167
</exclusions>
167168
</dependency>
168169

169-
<!-- Transitive Dependencies -->
170170
<dependency>
171171
<groupId>com.google.api</groupId>
172172
<artifactId>api-common</artifactId>
@@ -182,6 +182,7 @@
182182
<dependency>
183183
<groupId>com.google.api.grpc</groupId>
184184
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
185+
<version>3.21.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
185186
</dependency>
186187

187188
<dependency>
@@ -238,7 +239,6 @@
238239
<artifactId>grpc-netty-shaded</artifactId>
239240
</dependency>
240241

241-
242242
<dependency>
243243
<groupId>org.apache.arrow</groupId>
244244
<artifactId>arrow-vector</artifactId>
@@ -256,7 +256,6 @@
256256
<artifactId>httpcore5</artifactId>
257257
</dependency>
258258

259-
<!-- Test Dependencies -->
260259
<dependency>
261260
<groupId>com.google.truth</groupId>
262261
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)