Skip to content

Commit

Permalink
releng: Bump mvn build plugin versions in pom.xml
Browse files Browse the repository at this point in the history
Bump the single maven build plugin versions in ./pom.xml that are left
to upgrade, except the ones mentioned below.

Do not bump the maven-install-plugin version now, as doing so fails the
build currently. -Same for the tycho version which requires another
focused task, being even less trivial to address.

Matches with the org.eclipse.tracecompass changes [1,2] below:

[1]https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/203613
[2]https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/203617

Change-Id: Ib06452b342d28bc3371f5a682400e75b7aa2c66a
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/203621
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
marco-miller committed Aug 15, 2023
1 parent 416d6cb commit 488d855
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
<tycho-extras-version>2.7.3</tycho-extras-version>
<tycho-use-project-settings>true</tycho-use-project-settings>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass.incubator/org.eclipse.tracecompass.incubator.git</tycho.scmUrl>
<cbi-plugins.version>1.3.1</cbi-plugins.version>
<cbi-plugins.version>1.4.2</cbi-plugins.version>
<target-platform>tracecompass-incubator-master</target-platform>
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.20</help-docs-eclipserun-repo>

<rcptt-version>2.2.0</rcptt-version>
<rcptt-version>2.5.4</rcptt-version>
<!-- 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) -->
<SWT_GTK3>0</SWT_GTK3>

<!-- Sonar rule configuration -->
<sonar-version>3.9.1.2184</sonar-version>
<jacoco-version>0.8.7</jacoco-version>
<jacoco-version>0.8.10</jacoco-version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.java.source>${jdk.version}</sonar.java.source>
Expand Down Expand Up @@ -374,7 +374,7 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-maven-version</id>
Expand Down Expand Up @@ -615,7 +615,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<version>3.3.1</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
Expand All @@ -630,7 +630,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
<version>3.6.0</version>
</plugin>

<plugin>
Expand All @@ -642,19 +642,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<version>4.0.0-M9</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.1.1</version>
</plugin>

<plugin>
Expand All @@ -666,7 +666,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
<version>3.4.5</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 488d855

Please sign in to comment.