|
22 | 22 | <parent>
|
23 | 23 | <groupId>no.digipost</groupId>
|
24 | 24 | <artifactId>digipost-open-super-pom</artifactId>
|
25 |
| - <version>7</version> |
| 25 | + <version>13</version> |
26 | 26 | </parent>
|
27 | 27 |
|
28 | 28 | <artifactId>digipost-useragreements-api-client-java</artifactId>
|
|
179 | 179 | <pluginManagement>
|
180 | 180 | <plugins>
|
181 | 181 | <plugin>
|
182 |
| - <artifactId>maven-release-plugin</artifactId> |
183 |
| - <version>2.5.3</version> |
| 182 | + <artifactId>maven-enforcer-plugin</artifactId> |
| 183 | + <version>3.4.1</version> |
184 | 184 | </plugin>
|
185 | 185 | <plugin>
|
186 | 186 | <groupId>org.jasig.maven</groupId>
|
|
211 | 211 | </plugin>
|
212 | 212 | <plugin>
|
213 | 213 | <artifactId>maven-compiler-plugin</artifactId>
|
214 |
| - <version>3.7.0</version> |
| 214 | + <version>3.11.0</version> |
215 | 215 | </plugin>
|
216 | 216 | <plugin>
|
217 | 217 | <artifactId>maven-surefire-plugin</artifactId>
|
218 |
| - <version>2.21.0</version> |
| 218 | + <version>3.2.2</version> |
219 | 219 | </plugin>
|
220 | 220 | <plugin>
|
221 | 221 | <artifactId>maven-deploy-plugin</artifactId>
|
222 |
| - <version>2.8.2</version> |
| 222 | + <version>3.1.1</version> |
223 | 223 | </plugin>
|
224 | 224 | <plugin>
|
225 | 225 | <artifactId>maven-clean-plugin</artifactId>
|
226 |
| - <version>3.1.0</version> |
| 226 | + <version>3.3.2</version> |
227 | 227 | </plugin>
|
228 | 228 | <plugin>
|
229 | 229 | <artifactId>maven-dependency-plugin</artifactId>
|
230 |
| - <version>3.1.0</version> |
| 230 | + <version>3.6.1</version> |
231 | 231 | </plugin>
|
232 | 232 | <plugin>
|
233 | 233 | <artifactId>maven-jar-plugin</artifactId>
|
234 |
| - <version>3.1.0</version> |
| 234 | + <version>3.3.0</version> |
235 | 235 | </plugin>
|
236 | 236 | <plugin>
|
237 | 237 | <artifactId>maven-install-plugin</artifactId>
|
238 |
| - <version>2.5.2</version> |
| 238 | + <version>3.1.1</version> |
239 | 239 | </plugin>
|
240 | 240 | <plugin>
|
241 | 241 | <artifactId>maven-resources-plugin</artifactId>
|
242 |
| - <version>3.0.2</version> |
| 242 | + <version>3.3.1</version> |
243 | 243 | </plugin>
|
244 | 244 | <plugin>
|
245 | 245 | <artifactId>maven-source-plugin</artifactId>
|
246 |
| - <version>3.0.1</version> |
| 246 | + <version>3.3.0</version> |
247 | 247 | </plugin>
|
248 | 248 | <plugin>
|
249 | 249 | <groupId>org.codehaus.mojo</groupId>
|
250 | 250 | <artifactId>versions-maven-plugin</artifactId>
|
251 |
| - <version>2.5</version> |
| 251 | + <version>2.16.2</version> |
252 | 252 | </plugin>
|
253 | 253 | <plugin>
|
254 | 254 | <groupId>com.github.siom79.japicmp</groupId>
|
255 | 255 | <artifactId>japicmp-maven-plugin</artifactId>
|
256 |
| - <version>0.11.1</version> |
| 256 | + <version>0.18.3</version> |
257 | 257 | <configuration>
|
258 | 258 | <newVersion>
|
259 | 259 | <file><path>${project.build.directory}/${project.build.finalName}.${project.packaging}</path></file>
|
|
286 | 286 | <exclude>docs/**</exclude>
|
287 | 287 | <exclude>.java-version</exclude>
|
288 | 288 | <exclude>.github/**/*.yml</exclude>
|
| 289 | + <exclude>.mvn/*</exclude> |
289 | 290 | </excludes>
|
290 | 291 | <mapping>
|
291 | 292 | <editorconfig>SCRIPT_STYLE</editorconfig>
|
|
301 | 302 | </execution>
|
302 | 303 | </executions>
|
303 | 304 | </plugin>
|
304 |
| - <plugin> |
305 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
306 |
| - <executions> |
307 |
| - <execution> |
308 |
| - <id>attach-javadoc</id> |
309 |
| - <goals> |
310 |
| - <goal>jar</goal> |
311 |
| - </goals> |
312 |
| - </execution> |
313 |
| - </executions> |
314 |
| - </plugin> |
315 |
| - <plugin> |
316 |
| - <artifactId>maven-source-plugin</artifactId> |
317 |
| - <configuration> |
318 |
| - <includePom>true</includePom> |
319 |
| - </configuration> |
320 |
| - <executions> |
321 |
| - <execution> |
322 |
| - <id>attach-source</id> |
323 |
| - <goals> |
324 |
| - <goal>jar</goal> |
325 |
| - </goals> |
326 |
| - </execution> |
327 |
| - </executions> |
328 |
| - </plugin> |
329 | 305 | <plugin>
|
330 | 306 | <groupId>org.jasig.maven</groupId>
|
331 | 307 | <artifactId>maven-notice-plugin</artifactId>
|
|
339 | 315 | </execution>
|
340 | 316 | </executions>
|
341 | 317 | </plugin>
|
342 |
| - <plugin> |
343 |
| - <artifactId>maven-dependency-plugin</artifactId> |
344 |
| - <executions> |
345 |
| - <execution> |
346 |
| - <goals> |
347 |
| - <goal>analyze-only</goal> |
348 |
| - </goals> |
349 |
| - <configuration> |
350 |
| - <failOnWarning>true</failOnWarning> |
351 |
| - <ignoreNonCompile>true</ignoreNonCompile> |
352 |
| - </configuration> |
353 |
| - </execution> |
354 |
| - </executions> |
355 |
| - </plugin> |
356 | 318 | <plugin>
|
357 | 319 | <artifactId>maven-enforcer-plugin</artifactId>
|
358 |
| - <version>3.0.0-M1</version> |
359 | 320 | <executions>
|
360 | 321 | <execution>
|
361 | 322 | <id>enforce-maven</id>
|
|
366 | 327 | <configuration>
|
367 | 328 | <rules>
|
368 | 329 | <requireMavenVersion>
|
369 |
| - <version>3.0</version> |
| 330 | + <version>3.6.3</version> |
370 | 331 | </requireMavenVersion>
|
371 | 332 | <bannedDependencies>
|
372 | 333 | <excludes>
|
|
411 | 372 | </plugins>
|
412 | 373 | </build>
|
413 | 374 |
|
414 |
| - <profiles> |
415 |
| - <profile> |
416 |
| - <id>doclint-java8-disable</id> |
417 |
| - <activation> |
418 |
| - <jdk>[1.8,</jdk> |
419 |
| - </activation> |
420 |
| - |
421 |
| - <build> |
422 |
| - <pluginManagement> |
423 |
| - <plugins> |
424 |
| - <plugin> |
425 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
426 |
| - <configuration> |
427 |
| - <additionalparam>-Xdoclint:none</additionalparam> |
428 |
| - </configuration> |
429 |
| - </plugin> |
430 |
| - </plugins> |
431 |
| - </pluginManagement> |
432 |
| - </build> |
433 |
| - </profile> |
434 |
| - </profiles> |
435 |
| - |
436 | 375 | <scm>
|
437 | 376 | < connection>scm:git: [email protected]:digipost/digipost-useragreements-api-client-java.git</ connection>
|
438 | 377 | < developerConnection>scm:git: [email protected]:digipost/digipost-useragreements-api-client-java.git</ developerConnection>
|
|
0 commit comments