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 2222
2323 <inceptionYear >2010</inceptionYear >
2424
25- <prerequisites >
26- <maven >3.3.9</maven >
27- </prerequisites >
28-
2925 <scm >
3026 <connection >scm:git:https://github.com/googleapis/google-api-java-client.git</connection >
3127 <developerConnection >scm:git:ssh:git@github.com:googleapis/google-api-java-client.git</developerConnection >
383379 </plugins >
384380 </pluginManagement >
385381 <plugins >
382+ <plugin >
383+ <groupId >org.apache.maven.plugins</groupId >
384+ <artifactId >maven-enforcer-plugin</artifactId >
385+ <version >3.0.0-M2</version ><executions >
386+ <execution >
387+ <id >enforce-maven</id >
388+ <goals >
389+ <goal >enforce</goal >
390+ </goals >
391+ <configuration >
392+ <rules >
393+ <requireMavenVersion >
394+ <version >[3.5.4,4.0.0)</version >
395+ </requireMavenVersion >
396+ </rules >
397+ </configuration >
398+ </execution >
399+ </executions >
400+ </plugin >
386401 <plugin >
387402 <artifactId >maven-javadoc-plugin</artifactId >
388403 <configuration >
You can’t perform that action at this time.
0 commit comments