File tree Expand file tree Collapse file tree 11 files changed +67
-73
lines changed Expand file tree Collapse file tree 11 files changed +67
-73
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
48
48
-Denforcer.skip \
49
49
-Dmaven.javadoc.skip \
50
50
-Denforcer.skip \
51
- -Dprotobuf-java .version=${PROTOBUF_RUNTIME_VERSION} \
51
+ -Dprotobuf.version=${PROTOBUF_RUNTIME_VERSION} \
52
52
-pl " ${google_cloud_java_handwritten_maven_args} " -am \
53
53
" ${surefire_opt} " \
54
54
-T 1C
@@ -58,7 +58,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
58
58
-Denforcer.skip \
59
59
-Dmaven.javadoc.skip \
60
60
-Denforcer.skip \
61
- -Dprotobuf-java .version=${PROTOBUF_RUNTIME_VERSION} \
61
+ -Dprotobuf.version=${PROTOBUF_RUNTIME_VERSION} \
62
62
" ${surefire_opt} " \
63
63
-T 1C
64
64
fi
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >com.google.errorprone</groupId >
65
65
<artifactId >error_prone_annotations</artifactId >
66
- <version >${error_prone_annotations .version} </version >
66
+ <version >${errorprone .version} </version >
67
67
<scope >compile</scope >
68
68
</dependency >
69
69
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >com.google.auth</groupId >
27
27
<artifactId >google-auth-library-bom</artifactId >
28
- <version >${google- auth-library-bom .version} </version >
28
+ <version >${google. auth.version} </version >
29
29
<type >pom</type >
30
30
<scope >import</scope >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >com.google.auth</groupId >
34
34
<artifactId >google-auth-library-oauth2-http</artifactId >
35
- <version >${google- auth-library-bom .version} </version >
35
+ <version >${google. auth.version} </version >
36
36
<type >test-jar</type >
37
37
<classifier >testlib</classifier >
38
38
<scope >test</scope >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.google.http-client</groupId >
42
42
<artifactId >google-http-client-bom</artifactId >
43
- <version >${google- http-client.version} </version >
43
+ <version >${google. http-client.version} </version >
44
44
<type >pom</type >
45
45
<scope >import</scope >
46
46
</dependency >
59
59
<dependency >
60
60
<groupId >com.google.protobuf</groupId >
61
61
<artifactId >protobuf-bom</artifactId >
62
- <version >${protobuf-java .version} </version >
62
+ <version >${protobuf.version} </version >
63
63
<type >pom</type >
64
64
<scope >import</scope >
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >io.grpc</groupId >
68
68
<artifactId >grpc-bom</artifactId >
69
- <version >${grpc-bom .version} </version >
69
+ <version >${grpc.version} </version >
70
70
<type >pom</type >
71
71
<scope >import</scope >
72
72
</dependency >
Original file line number Diff line number Diff line change 247
247
<version >0.6.1</version >
248
248
<configuration >
249
249
<protocArtifact >
250
- com.google.protobuf:protoc:${protobuf-java .version} :exe:${os.detected.classifier}
250
+ com.google.protobuf:protoc:${protobuf.version} :exe:${os.detected.classifier}
251
251
</protocArtifact >
252
252
</configuration >
253
253
<executions >
450
450
<dependency >
451
451
<groupId >com.google.errorprone</groupId >
452
452
<artifactId >error_prone_annotations</artifactId >
453
- <version >${error_prone_annotations .version} </version >
453
+ <version >${errorprone .version} </version >
454
454
</dependency >
455
455
456
456
<!--
Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >com.google.auth</groupId >
57
57
<artifactId >google-auth-library-bom</artifactId >
58
- <version >${google- auth-library-bom .version} </version >
58
+ <version >${google. auth.version} </version >
59
59
<type >pom</type >
60
60
<scope >import</scope >
61
61
</dependency >
120
120
<dependency >
121
121
<groupId >io.grpc</groupId >
122
122
<artifactId >grpc-bom</artifactId >
123
- <version >${grpc-bom .version} </version >
123
+ <version >${grpc.version} </version >
124
124
<type >pom</type >
125
125
<scope >import</scope >
126
126
</dependency >
137
137
<dependency >
138
138
<groupId >org.slf4j</groupId >
139
139
<artifactId >slf4j-api</artifactId >
140
- <version >${slf4j-api .version} </version >
140
+ <version >${slf4j.version} </version >
141
141
</dependency >
142
142
<dependency >
143
143
<groupId >com.google.http-client</groupId >
144
144
<artifactId >google-http-client-bom</artifactId >
145
- <version >${google- http-client.version} </version >
145
+ <version >${google. http-client.version} </version >
146
146
<type >pom</type >
147
147
<scope >import</scope >
148
148
</dependency >
149
149
<dependency >
150
150
<groupId >com.google.protobuf</groupId >
151
151
<artifactId >protobuf-bom</artifactId >
152
- <version >${protobuf-java .version} </version >
152
+ <version >${protobuf.version} </version >
153
153
<type >pom</type >
154
154
<scope >import</scope >
155
155
</dependency >
156
156
<dependency >
157
157
<groupId >io.opentelemetry</groupId >
158
158
<artifactId >opentelemetry-bom</artifactId >
159
- <version >${opentelemetry-bom .version} </version >
159
+ <version >${opentelemetry.version} </version >
160
160
<type >pom</type >
161
161
<scope >import</scope >
162
162
</dependency >
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >com.google.protobuf</groupId >
59
59
<artifactId >protobuf-bom</artifactId >
60
- <version >${protobuf-java .version} </version >
60
+ <version >${protobuf.version} </version >
61
61
<type >pom</type >
62
62
<scope >import</scope >
63
63
</dependency >
69
69
<dependency >
70
70
<groupId >io.grpc</groupId >
71
71
<artifactId >grpc-bom</artifactId >
72
- <version >${grpc-bom .version} </version >
72
+ <version >${grpc.version} </version >
73
73
<type >pom</type >
74
74
<scope >import</scope >
75
75
</dependency >
Original file line number Diff line number Diff line change 64
64
</dependency >
65
65
<dependency >
66
66
<groupId >com.google.errorprone</groupId >
67
- <artifactId >error_prone_annotations </artifactId >
68
- <version >${error_prone_annotations .version} </version >
67
+ <artifactId >error_prone_annotationsa </artifactId >
68
+ <version >${errorprone .version} </version >
69
69
</dependency >
70
70
</dependencies >
71
71
</dependencyManagement >
Original file line number Diff line number Diff line change 74
74
<dependency >
75
75
<groupId >com.google.protobuf</groupId >
76
76
<artifactId >protobuf-bom</artifactId >
77
- <version >${protobuf-java .version} </version >
77
+ <version >${protobuf.version} </version >
78
78
<type >pom</type >
79
79
<scope >import</scope >
80
80
</dependency >
81
81
<dependency >
82
82
<groupId >io.grpc</groupId >
83
83
<artifactId >grpc-bom</artifactId >
84
- <version >${grpc-bom .version} </version >
84
+ <version >${grpc.version} </version >
85
85
<type >pom</type >
86
86
<scope >import</scope >
87
87
</dependency >
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<site .installationModule>${project.artifactId} </site .installationModule>
25
25
<grpc-gcp .version>1.6.1</grpc-gcp .version>
26
- <google- oauth-client .version>1.39.0</google- oauth-client .version>
27
- <google- api-client .version>2.7.2</google- api-client .version>
26
+ <google . oauth-client.version>1.39.0</google . oauth-client.version>
27
+ <google . api-client.version>2.7.2</google . api-client.version>
28
28
</properties >
29
29
30
30
<dependencyManagement >
52
52
<dependency >
53
53
<groupId >com.google.oauth-client</groupId >
54
54
<artifactId >google-oauth-client-bom</artifactId >
55
- <version >${google- oauth-client.version} </version >
55
+ <version >${google. oauth-client.version} </version >
56
56
<type >pom</type >
57
57
<scope >import</scope >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >com.google.api-client</groupId >
61
61
<artifactId >google-api-client-bom</artifactId >
62
- <version >${google- api-client.version} </version >
62
+ <version >${google. api-client.version} </version >
63
63
<type >pom</type >
64
64
<scope >import</scope >
65
65
</dependency >
You can’t perform that action at this time.
0 commit comments