File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ ifndef GOOGLE_APPLICATION_CREDENTIALS
1515endif
1616
1717install :
18- cd " $( PWD) /../.. " && \
18+ cd " $( PWD) /.." && \
1919 source " .kokoro/common.sh" && \
20- install_modules java-bigquery
20+ install_modules java-bigquery-jdbc
2121
2222clean :
2323 mvn clean
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments