|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.openhab.tools.sat</groupId> |
7 | 7 | <artifactId>pom</artifactId> |
8 | | - <version>0.19.0-SNAPSHOT</version> |
| 8 | + <version>1.0.0-SNAPSHOT</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <name>Static Code Analysis Tool Parent POM</name> |
|
56 | 56 |
|
57 | 57 | <properties> |
58 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
59 | | - <oh.java.version>11</oh.java.version> |
| 59 | + <oh.java.version>21</oh.java.version> |
60 | 60 | <maven.compiler.release>${oh.java.version}</maven.compiler.release> |
61 | 61 | <maven.eclipse.version>2.10</maven.eclipse.version> |
62 | 62 | <junit.version>5.11.4</junit.version> |
|
67 | 67 | <pmd.version>7.18.0</pmd.version> |
68 | 68 | <checkstyle.version>10.26.1</checkstyle.version> |
69 | 69 | <spotbugs.version>4.9.8</spotbugs.version> |
70 | | - <maven.core.version>3.9.11</maven.core.version> |
| 70 | + <maven.core.version>3.9.12</maven.core.version> |
71 | 71 | <maven.plugin.api.version>3.9.12</maven.plugin.api.version> |
72 | 72 | <maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version> |
73 | 73 | <maven.plugin.plugin.version>3.15.2</maven.plugin.plugin.version> |
|
399 | 399 | <dependency> |
400 | 400 | <groupId>org.codehaus.plexus</groupId> |
401 | 401 | <artifactId>plexus-compiler-eclipse</artifactId> |
402 | | - <!-- cannot go beyond 2.12.1 as long as Java11 is in use --> |
403 | | - <version>2.12.1</version> |
| 402 | + <version>2.16.1</version> |
404 | 403 | </dependency> |
405 | 404 | <dependency> |
406 | 405 | <groupId>org.eclipse.jdt</groupId> |
407 | 406 | <artifactId>ecj</artifactId> |
408 | | - <!-- cannot go beyond 3.33.0 as long as Java11 is in use --> |
409 | | - <version>3.33.0</version> |
| 407 | + <version>3.43.0</version> |
410 | 408 | </dependency> |
411 | 409 | </dependencies> |
412 | 410 | </plugin> |
|
432 | 430 | <artifactId>maven-javadoc-plugin</artifactId> |
433 | 431 | <version>3.12.0</version> |
434 | 432 | <configuration> |
435 | | - <source>11</source> |
| 433 | + <source>21</source> |
436 | 434 | <outputDirectory>${project.build.directory}/javadoc</outputDirectory> |
437 | 435 | <doclint>all,-missing</doclint> |
438 | 436 | <failOnError>true</failOnError> |
|
461 | 459 | <version>3.6.3</version> |
462 | 460 | </requireMavenVersion> |
463 | 461 | <requireJavaVersion> |
464 | | - <version>[11.0,12.0)</version> |
| 462 | + <version>[21.0,22.0),[25.0,26.0)</version> |
465 | 463 | </requireJavaVersion> |
466 | 464 | </rules> |
467 | 465 | </configuration> |
|
0 commit comments