File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 1717 <url >https://github.com/patrickfav/bytes-java</url >
1818 <inceptionYear >2017</inceptionYear >
1919
20- <prerequisites >
21- <maven >3.1.0</maven >
22- </prerequisites >
23-
2420 <properties >
2521 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2622 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3733
3834 <build >
3935 <plugins >
36+ <plugin >
37+ <groupId >org.apache.maven.plugins</groupId >
38+ <artifactId >maven-enforcer-plugin</artifactId >
39+ <version >3.0.0-M2</version >
40+ <executions >
41+ <execution >
42+ <id >enforce-maven</id >
43+ <goals >
44+ <goal >enforce</goal >
45+ </goals >
46+ <configuration >
47+ <rules >
48+ <requireMavenVersion >
49+ <version >[3.3.9,)</version >
50+ </requireMavenVersion >
51+ </rules >
52+ </configuration >
53+ </execution >
54+ </executions >
55+ </plugin >
4056 <plugin >
4157 <groupId >org.apache.felix</groupId >
4258 <artifactId >maven-bundle-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments