File tree 9 files changed +12
-12
lines changed
buildscripts/grpc-java-artifacts
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ RUN mkdir -p "$ANDROID_HOME/cmdline-tools" && \
28
28
yes | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" --licenses
29
29
30
30
# Install Maven
31
- RUN curl -Ls https://repo.maven. apache.org/maven2/org/apache/ maven/apache- maven/3.3.9/ apache-maven-3.3.9 -bin.tar.gz | \
31
+ RUN curl -Ls https://dlcdn. apache.org/maven/maven-3 /3.8.8/binaries/ apache-maven-3.8.8 -bin.tar.gz | \
32
32
tar xz -C /var/local
33
- ENV PATH /var/local/apache-maven-3.3.9 /bin:$PATH
33
+ ENV PATH /var/local/apache-maven-3.8.8 /bin:$PATH
Original file line number Diff line number Diff line change 98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
100
100
<artifactId >maven-enforcer-plugin</artifactId >
101
- <version >1.4.1 </version >
101
+ <version >3.5.0 </version >
102
102
<executions >
103
103
<execution >
104
104
<id >enforce</id >
Original file line number Diff line number Diff line change 102
102
<plugin >
103
103
<groupId >org.apache.maven.plugins</groupId >
104
104
<artifactId >maven-enforcer-plugin</artifactId >
105
- <version >1.4.1 </version >
105
+ <version >3.5.0 </version >
106
106
<executions >
107
107
<execution >
108
108
<id >enforce</id >
Original file line number Diff line number Diff line change 96
96
<plugin >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-enforcer-plugin</artifactId >
99
- <version >1.4.1 </version >
99
+ <version >3.5.0 </version >
100
100
<executions >
101
101
<execution >
102
102
<id >enforce</id >
Original file line number Diff line number Diff line change 98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
100
100
<artifactId >maven-enforcer-plugin</artifactId >
101
- <version >1.4.1 </version >
101
+ <version >3.5.0 </version >
102
102
<executions >
103
103
<execution >
104
104
<id >enforce</id >
Original file line number Diff line number Diff line change 94
94
<plugin >
95
95
<groupId >org.xolstice.maven.plugins</groupId >
96
96
<artifactId >protobuf-maven-plugin</artifactId >
97
- <version >0.5 .1</version >
97
+ <version >0.6 .1</version >
98
98
<configuration >
99
99
<protocArtifact >
100
100
com.google.protobuf:protoc:${protoc.version} :exe:${os.detected.classifier}
116
116
<plugin >
117
117
<groupId >org.apache.maven.plugins</groupId >
118
118
<artifactId >maven-enforcer-plugin</artifactId >
119
- <version >1.4.1 </version >
119
+ <version >3.5.0 </version >
120
120
<executions >
121
121
<execution >
122
122
<id >enforce</id >
Original file line number Diff line number Diff line change 99
99
<plugin >
100
100
<groupId >org.xolstice.maven.plugins</groupId >
101
101
<artifactId >protobuf-maven-plugin</artifactId >
102
- <version >0.5 .1</version >
102
+ <version >0.6 .1</version >
103
103
<configuration >
104
104
<protocArtifact >
105
105
com.google.protobuf:protoc:${protoc.version} :exe:${os.detected.classifier}
121
121
<plugin >
122
122
<groupId >org.apache.maven.plugins</groupId >
123
123
<artifactId >maven-enforcer-plugin</artifactId >
124
- <version >1.4.1 </version >
124
+ <version >3.5.0 </version >
125
125
<executions >
126
126
<execution >
127
127
<id >enforce</id >
Original file line number Diff line number Diff line change 82
82
<plugin >
83
83
<groupId >org.apache.maven.plugins</groupId >
84
84
<artifactId >maven-enforcer-plugin</artifactId >
85
- <version >1.4.1 </version >
85
+ <version >3.5.0 </version >
86
86
<executions >
87
87
<execution >
88
88
<id >enforce</id >
Original file line number Diff line number Diff line change 110
110
<plugin >
111
111
<groupId >org.apache.maven.plugins</groupId >
112
112
<artifactId >maven-enforcer-plugin</artifactId >
113
- <version >1.4.1 </version >
113
+ <version >3.5.0 </version >
114
114
<executions >
115
115
<execution >
116
116
<id >enforce</id >
You can’t perform that action at this time.
0 commit comments