|
40 | 40 | </licenses> |
41 | 41 |
|
42 | 42 | <properties> |
43 | | - <required-maven-version>3.9</required-maven-version> |
| 43 | + <required-maven-version>3.9.9</required-maven-version> |
44 | 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
45 | 45 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
46 | 46 | <testArgLine></testArgLine> |
|
52 | 52 | <skip-short-tc-ui-tests>false</skip-short-tc-ui-tests> |
53 | 53 | <skip-long-tc-ui-tests>false</skip-long-tc-ui-tests> |
54 | 54 |
|
55 | | - <tycho-version>4.0.11</tycho-version> |
56 | | - <tycho-extras-version>4.0.11</tycho-extras-version> |
| 55 | + <tycho-version>5.0.2</tycho-version> |
| 56 | + <tycho-extras-version>5.0.2</tycho-extras-version> |
57 | 57 | <tycho-use-project-settings>true</tycho-use-project-settings> |
58 | 58 | <tycho.scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho.scmUrl> |
59 | | - <cbi-plugins.version>1.4.2</cbi-plugins.version> |
| 59 | + <cbi-plugins.version>1.5.4</cbi-plugins.version> |
60 | 60 | <target-platform>tracecompass-e4.39</target-platform> |
61 | 61 |
|
62 | | - <rcptt-version>2.5.4</rcptt-version> |
| 62 | + <rcptt-version>2.8.1</rcptt-version> |
63 | 63 | <!-- Disable GTK3 because it's not quite usable yet and it can make the tests hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) --> |
64 | 64 | <SWT_GTK3>0</SWT_GTK3> |
65 | 65 |
|
66 | 66 | <slf4j-bundle>slf4j.simple</slf4j-bundle> |
67 | 67 | <slf4j-version>2.0.9</slf4j-version> |
68 | 68 |
|
69 | 69 | <!-- Sonar rule configuration --> |
70 | | - <sonar-version>3.9.1.2184</sonar-version> |
71 | | - <jacoco-version>0.8.10</jacoco-version> |
| 70 | + <sonar-version>5.5.0.6356</sonar-version> |
| 71 | + <jacoco-version>0.8.14</jacoco-version> |
72 | 72 | <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |
73 | 73 | <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> |
74 | 74 | <sonar.java.source>${jdk.version}</sonar.java.source> |
|
320 | 320 | <plugin> |
321 | 321 | <groupId>org.apache.maven.plugins</groupId> |
322 | 322 | <artifactId>maven-javadoc-plugin</artifactId> |
323 | | - <version>3.6.2</version> |
| 323 | + <version>3.12.0</version> |
324 | 324 | <configuration> |
325 | 325 | <groups> |
326 | 326 | <group> |
|
610 | 610 | <plugin> |
611 | 611 | <groupId>org.apache.maven.plugins</groupId> |
612 | 612 | <artifactId>maven-resources-plugin</artifactId> |
613 | | - <version>3.3.1</version> |
| 613 | + <version>3.5.0</version> |
614 | 614 | <configuration> |
615 | 615 | <encoding>UTF-8</encoding> |
616 | 616 | </configuration> |
|
619 | 619 | <plugin> |
620 | 620 | <groupId>org.apache.maven.plugins</groupId> |
621 | 621 | <artifactId>maven-antrun-plugin</artifactId> |
622 | | - <version>3.1.0</version> |
| 622 | + <version>3.2.0</version> |
623 | 623 | </plugin> |
624 | 624 |
|
625 | 625 | <plugin> |
626 | 626 | <groupId>org.apache.maven.plugins</groupId> |
627 | 627 | <artifactId>maven-dependency-plugin</artifactId> |
628 | | - <version>3.6.0</version> |
| 628 | + <version>3.10.0</version> |
629 | 629 | </plugin> |
630 | 630 |
|
631 | 631 | <plugin> |
|
637 | 637 | <plugin> |
638 | 638 | <groupId>org.apache.maven.plugins</groupId> |
639 | 639 | <artifactId>maven-site-plugin</artifactId> |
640 | | - <version>4.0.0-M9</version> |
| 640 | + <version>4.0.0-M16</version> |
641 | 641 | </plugin> |
642 | 642 |
|
643 | 643 | <plugin> |
644 | 644 | <groupId>org.apache.maven.plugins</groupId> |
645 | 645 | <artifactId>maven-clean-plugin</artifactId> |
646 | | - <version>3.3.1</version> |
| 646 | + <version>3.5.0</version> |
647 | 647 | </plugin> |
648 | 648 |
|
649 | 649 | <plugin> |
650 | 650 | <groupId>org.apache.maven.plugins</groupId> |
651 | 651 | <artifactId>maven-deploy-plugin</artifactId> |
652 | | - <version>3.1.1</version> |
| 652 | + <version>3.1.4</version> |
653 | 653 | </plugin> |
654 | 654 |
|
655 | 655 | <plugin> |
656 | 656 | <groupId>org.apache.maven.plugins</groupId> |
657 | 657 | <artifactId>maven-install-plugin</artifactId> |
658 | | - <version>2.5.2</version> |
| 658 | + <version>3.1.4</version> |
659 | 659 | </plugin> |
660 | 660 |
|
661 | 661 | <plugin> |
662 | 662 | <groupId>org.apache.maven.plugins</groupId> |
663 | 663 | <artifactId>maven-project-info-reports-plugin</artifactId> |
664 | | - <version>3.4.5</version> |
| 664 | + <version>3.9.0</version> |
665 | 665 | </plugin> |
666 | 666 |
|
667 | 667 | <plugin> |
668 | 668 | <groupId>org.apache.maven.plugins</groupId> |
669 | 669 | <artifactId>maven-javadoc-plugin</artifactId> |
670 | | - <version>3.6.2</version> |
| 670 | + <version>3.12.0</version> |
671 | 671 | <configuration> |
672 | 672 | <groups> |
673 | 673 | <group> |
|
0 commit comments