File tree 6 files changed +19
-7
lines changed
6 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.124.1] ( https://www.github.com/googleapis/java-bigquery/compare/v1.124.0...v1.124.1 ) (2020-10-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * nullpointerexception for listroutines and listmodels ([ #890 ] ( https://www.github.com/googleapis/java-bigquery/issues/890 ) ) ([ 9e5c7c7] ( https://www.github.com/googleapis/java-bigquery/commit/9e5c7c7a6a0e32ce145a727bcdc1493e149f3b14 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * update dependency com.google.apis: google-api-services-bigquery to v2-rev20201022-1.30.10 ([ #892 ] ( https://www.github.com/googleapis/java-bigquery/issues/892 ) ) ([ ea4f45e] ( https://www.github.com/googleapis/java-bigquery/commit/ea4f45e00de6f8da8352f5a85513996475960f7c ) )
14
+
3
15
## [ 1.124.0] ( https://www.github.com/googleapis/java-bigquery/compare/v1.123.2...v1.124.0 ) (2020-10-29)
4
16
5
17
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >google-cloud-bigquery-parent</artifactId >
8
8
<groupId >com.google.cloud</groupId >
9
- <version >1.124.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9
+ <version >1.124.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
10
10
</parent >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-bigquery</artifactId >
6
- <version >1.124.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
+ <version >1.124.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >BigQuery</name >
9
9
<url >https://github.com/googleapis/java-bigquery</url >
10
10
<description >BigQuery</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-bigquery-parent</artifactId >
14
- <version >1.124.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14
+ <version >1.124.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-bigquery</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-bigquery-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.124.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
+ <version >1.124.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
8
8
<name >BigQuery Parent</name >
9
9
<url >https://github.com/googleapis/java-bigquery</url >
10
10
<description >
87
87
<dependency >
88
88
<groupId >com.google.cloud</groupId >
89
89
<artifactId >google-cloud-bigquery</artifactId >
90
- <version >1.124.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
90
+ <version >1.124.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
91
91
</dependency >
92
92
93
93
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >google-cloud-bigquery</artifactId >
47
- <version >1.124.1-SNAPSHOT </version >
47
+ <version >1.124.1</version >
48
48
</dependency >
49
49
<!-- {x-version-update-end} -->
50
50
<dependency >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-bigquery:1.124.0 :1.124.1-SNAPSHOT
4
+ google-cloud-bigquery:1.124.1 :1.124.1
You can’t perform that action at this time.
0 commit comments