Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-07-17 17:16:10 +0000
committerAlexander Kurtakov2018-07-17 18:57:08 +0000
commitbce85765b62f75d647da802deb3ba2e949c9e987 (patch)
tree635981feaf97d3d023a6863069a008498cc706c6 /pom.xml
parentb2796c2e734a43c717b9412ba3e88474b1e710c7 (diff)
downloadorg.eclipse.linuxtools-bce85765b62f75d647da802deb3ba2e949c9e987.tar.gz
org.eclipse.linuxtools-bce85765b62f75d647da802deb3ba2e949c9e987.tar.xz
org.eclipse.linuxtools-bce85765b62f75d647da802deb3ba2e949c9e987.zip
releng: Update maven-project-info-reports-plugin to 3.0.0.
Change-Id: I7db7dd94b56efbeaa558c1124bd7d3eaf71c964d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/126194 Tested-by: CI Bot
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cba369a4bc..3fe8320191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.9</version>
+ <version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top