File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 04785d49f6d3fbf5dd635121d395acb2444d5836
2+ refs/heads/master: b3fe1ef0b59f2a08da104c315ac487e318443323
Original file line number Diff line number Diff line change 9999 </plugins >
100100 </pluginManagement >
101101 <plugins >
102+ <plugin >
103+ <groupId >org.apache.maven.plugins</groupId >
104+ <artifactId >maven-enforcer-plugin</artifactId >
105+ <version >1.4</version >
106+ <executions >
107+ <execution >
108+ <id >enforce-maven</id >
109+ <goals >
110+ <goal >enforce</goal >
111+ </goals >
112+ <configuration >
113+ <rules >
114+ <requireMavenVersion >
115+ <version >[3.0,)</version >
116+ </requireMavenVersion >
117+ <requireJavaVersion >
118+ <version >[1.7,)</version >
119+ </requireJavaVersion >
120+ </rules >
121+ </configuration >
122+ </execution >
123+ </executions >
124+ </plugin >
102125 <plugin >
103126 <groupId >org.codehaus.mojo</groupId >
104127 <artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments