Skip to content

Commit d178c84

Browse files
committed
Update pom.xml
1 parent fbf70f6 commit d178c84

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

java-bigquery-jdbc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ifndef GOOGLE_APPLICATION_CREDENTIALS
1515
endif
1616

1717
install:
18-
cd "$(PWD)/../.." && \
18+
cd "$(PWD)/.." && \
1919
source ".kokoro/common.sh" && \
20-
install_modules java-bigquery
20+
install_modules java-bigquery-jdbc
2121

2222
clean:
2323
mvn clean

java-bigquery-jdbc/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,16 @@
201201

202202
<parent>
203203
<groupId>com.google.cloud</groupId>
204-
<artifactId>google-cloud-bigquery-parent</artifactId>
205-
<version>2.67.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
204+
<artifactId>google-cloud-jar-parent</artifactId>
205+
<version>1.87.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
206+
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
206207
</parent>
208+
207209
<dependencies>
208210
<dependency>
209211
<groupId>com.google.cloud</groupId>
210212
<artifactId>google-cloud-bigquery</artifactId>
213+
<version>2.67.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
211214
</dependency>
212215
<dependency>
213216
<groupId>com.google.cloud</groupId>

java-bigquery/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
<modules>
117117
<module>google-cloud-bigquery</module>
118118
<module>google-cloud-bigquery-bom</module>
119-
<module>google-cloud-bigquery-jdbc</module>
120119
</modules>
121120

122121
<build>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<module>java-biglake</module>
5252
<module>java-bigquery</module>
5353
<module>java-bigquery-data-exchange</module>
54+
<module>java-bigquery-jdbc</module>
5455
<module>java-bigqueryconnection</module>
5556
<module>java-bigquerydatapolicy</module>
5657
<module>java-bigquerydatatransfer</module>

0 commit comments

Comments
 (0)