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 9
9
<description >Java API to access the InfluxDB REST API</description >
10
10
<url >http://www.influxdb.org</url >
11
11
12
- <prerequisites >
13
- <maven >3.3.9</maven >
14
- </prerequisites >
15
-
16
12
<licenses >
17
13
<license >
18
14
<name >The MIT License (MIT)</name >
133
129
</plugins >
134
130
</pluginManagement >
135
131
<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 >
136
152
<plugin >
137
153
<groupId >org.sonatype.plugins</groupId >
138
154
<artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments