File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <description >Java API to access the InfluxDB REST API</description >
1010 <url >http://www.influxdb.org</url >
1111
12- <prerequisites >
13- <maven >3.3.9</maven >
14- </prerequisites >
15-
1612 <licenses >
1713 <license >
1814 <name >The MIT License (MIT)</name >
133129 </plugins >
134130 </pluginManagement >
135131 <plugins >
132+ <plugin >
133+ <groupId >org.apache.maven.plugins</groupId >
134+ <artifactId >maven-enforcer-plugin</artifactId >
135+ <version >3.0.0-M3</version >
136+ <executions >
137+ <execution >
138+ <id >enforce-maven</id >
139+ <goals >
140+ <goal >enforce</goal >
141+ </goals >
142+ <configuration >
143+ <rules >
144+ <requireMavenVersion >
145+ <version >3.3.9</version >
146+ </requireMavenVersion >
147+ </rules >
148+ </configuration >
149+ </execution >
150+ </executions >
151+ </plugin >
136152 <plugin >
137153 <groupId >org.sonatype.plugins</groupId >
138154 <artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments