File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<inceptionYear >2011</inceptionYear >
24
24
25
- <prerequisites >
26
- <maven >3.5.4</maven >
27
- </prerequisites >
28
-
29
25
<scm >
30
26
<connection >scm:git:https://github.com/googleapis/google-http-java-client.git</connection >
31
27
<developerConnection >scm:git:git@github.com:googleapis/google-http-java-client.git</developerConnection >
401
397
</plugins >
402
398
</pluginManagement >
403
399
<plugins >
400
+ <plugin >
401
+ <groupId >org.apache.maven.plugins</groupId >
402
+ <artifactId >maven-enforcer-plugin</artifactId >
403
+ <version >3.0.0-M2</version ><executions >
404
+ <execution >
405
+ <id >enforce-maven</id >
406
+ <goals >
407
+ <goal >enforce</goal >
408
+ </goals >
409
+ <configuration >
410
+ <rules >
411
+ <requireMavenVersion >
412
+ <version >[3.5.4,4.0.0)</version >
413
+ </requireMavenVersion >
414
+ </rules >
415
+ </configuration >
416
+ </execution >
417
+ </executions >
418
+ </plugin >
404
419
<plugin >
405
420
<artifactId >maven-javadoc-plugin</artifactId >
406
421
<configuration >
You can’t perform that action at this time.
0 commit comments