File tree Expand file tree Collapse file tree 9 files changed +27
-19
lines changed
src/main/java/com/google/cloud/logging
grpc-google-cloud-logging-v2
proto-google-cloud-logging-v2 Expand file tree Collapse file tree 9 files changed +27
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.15.4] ( https://github.com/googleapis/java-logging/compare/v3.15.3...v3.15.4 ) (2023-06-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * Update dependency org.graalvm.buildtools: junit-platform-native to v0.9.23 ([ #1374 ] ( https://github.com/googleapis/java-logging/issues/1374 ) ) ([ dce3c4c] ( https://github.com/googleapis/java-logging/commit/dce3c4c9413c2d1674b6ddaf6fe9351a28f0673a ) )
9
+ * Update dependency org.graalvm.buildtools: native-maven-plugin to v0.9.23 ([ #1375 ] ( https://github.com/googleapis/java-logging/issues/1375 ) ) ([ a15c73c] ( https://github.com/googleapis/java-logging/commit/a15c73cbf8c22971f690d38fa87b6b349851d5c8 ) )
10
+
3
11
## [ 3.15.3] ( https://github.com/googleapis/java-logging/compare/v3.15.2...v3.15.3 ) (2023-06-08)
4
12
5
13
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0modelVersion >
4
4
<groupId >com.google.cloudgroupId >
5
5
<artifactId >google-cloud-logging-bomartifactId >
6
- <version >3.15.4-SNAPSHOT version >
6
+ <version >3.15.4version >
7
7
<packaging >pompackaging >
8
8
<parent >
9
9
<groupId >com.google.cloudgroupId >
53
53
<dependency >
54
54
<groupId >com.google.cloudgroupId >
55
55
<artifactId >google-cloud-loggingartifactId >
56
- <version >3.15.4-SNAPSHOT version >
56
+ <version >3.15.4version >
57
57
dependency >
58
58
<dependency >
59
59
<groupId >com.google.api.grpcgroupId >
60
60
<artifactId >grpc-google-cloud-logging-v2artifactId >
61
- <version >0.104.4-SNAPSHOT version >
61
+ <version >0.104.4version >
62
62
dependency >
63
63
<dependency >
64
64
<groupId >com.google.api.grpcgroupId >
65
65
<artifactId >proto-google-cloud-logging-v2artifactId >
66
- <version >0.104.4-SNAPSHOT version >
66
+ <version >0.104.4version >
67
67
dependency >
68
68
dependencies >
69
69
dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0modelVersion >
4
4
<groupId >com.google.cloudgroupId >
5
5
<artifactId >google-cloud-loggingartifactId >
6
- <version >3.15.4-SNAPSHOT version >
6
+ <version >3.15.4version >
7
7
<packaging >jarpackaging >
8
8
<name >Google Cloud Loggingname >
9
9
<url >https://github.com/googleapis/java-loggingurl >
10
10
<description >Java idiomatic client for Cloud Loggingdescription >
11
11
<parent >
12
12
<groupId >com.google.cloudgroupId >
13
13
<artifactId >google-cloud-logging-parentartifactId >
14
- <version >3.15.4-SNAPSHOT version >
14
+ <version >3.15.4version >
15
15
parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-loggingsite .installationModule>
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public final class Instrumentation {
40
40
// See
41
41
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
42
42
// {x-version-update-start:google-cloud-logging:current}
43
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.15.4-SNAPSHOT " ;
43
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.15.4" ;
44
44
// {x-version-update-end}
45
45
public static final String INSTRUMENTATION_LOG_NAME = "diagnostic-log" ;
46
46
public static final int MAX_DIAGNOSTIC_VALUE_LENGTH = 14 ;
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0modelVersion >
5
5
<groupId >com.google.api.grpcgroupId >
6
6
<artifactId >grpc-google-cloud-logging-v2artifactId >
7
- <version >0.104.4-SNAPSHOT version >
7
+ <version >0.104.4version >
8
8
<name >grpc-google-cloud-logging-v2name >
9
9
<description >GRPC library for grpc-google-cloud-logging-v2description >
10
10
<parent >
11
11
<groupId >com.google.cloudgroupId >
12
12
<artifactId >google-cloud-logging-parentartifactId >
13
- <version >3.15.4-SNAPSHOT version >
13
+ <version >3.15.4version >
14
14
parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloudgroupId >
5
5
<artifactId >google-cloud-logging-parentartifactId >
6
6
<packaging >pompackaging >
7
- <version >3.15.4-SNAPSHOT version >
7
+ <version >3.15.4version >
8
8
<name >Google Cloud Logging Parentname >
9
9
<url >https://github.com/googleapis/java-loggingurl >
10
10
<description >
61
61
<dependency >
62
62
<groupId >com.google.api.grpcgroupId >
63
63
<artifactId >proto-google-cloud-logging-v2artifactId >
64
- <version >0.104.4-SNAPSHOT version >
64
+ <version >0.104.4version >
65
65
dependency >
66
66
<dependency >
67
67
<groupId >com.google.api.grpcgroupId >
68
68
<artifactId >grpc-google-cloud-logging-v2artifactId >
69
- <version >0.104.4-SNAPSHOT version >
69
+ <version >0.104.4version >
70
70
dependency >
71
71
<dependency >
72
72
<groupId >com.google.cloudgroupId >
73
73
<artifactId >google-cloud-loggingartifactId >
74
- <version >3.15.4-SNAPSHOT version >
74
+ <version >3.15.4version >
75
75
dependency >
76
76
77
77
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0modelVersion >
5
5
<groupId >com.google.api.grpcgroupId >
6
6
<artifactId >proto-google-cloud-logging-v2artifactId >
7
- <version >0.104.4-SNAPSHOT version >
7
+ <version >0.104.4version >
8
8
<name >proto-google-cloud-logging-v2name >
9
9
<description >PROTO library for proto-google-cloud-logging-v2description >
10
10
<parent >
11
11
<groupId >com.google.cloudgroupId >
12
12
<artifactId >google-cloud-logging-parentartifactId >
13
- <version >3.15.4-SNAPSHOT version >
13
+ <version >3.15.4version >
14
14
parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloudgroupId >
30
30
<artifactId >google-cloud-loggingartifactId >
31
- <version >3.15.4-SNAPSHOT version >
31
+ <version >3.15.4version >
32
32
dependency >
33
33
34
34
<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-logging:3.15.3 :3.15.4-SNAPSHOT
5
- grpc-google-cloud-logging-v2:0.104.3 :0.104.4-SNAPSHOT
6
- proto-google-cloud-logging-v2:0.104.3 :0.104.4-SNAPSHOT
4
+ google-cloud-logging:3.15.4 :3.15.4
5
+ grpc-google-cloud-logging-v2:0.104.4 :0.104.4
6
+ proto-google-cloud-logging-v2:0.104.4 :0.104.4
You can’t perform that action at this time.
0 commit comments