Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-08-31 12:48:52 +0000
committerRoland Grunberg2012-08-31 14:50:47 +0000
commit3c1750864fb53634638215096a563ac4d115cfc9 (patch)
tree7e301067dbafe5c315df1eac28ad21ff100fa130 /pom.xml
parentc4fd4e03b177efdfe38ab6d825529bc93f7c7a0b (diff)
downloadorg.eclipse.linuxtools-3c1750864fb53634638215096a563ac4d115cfc9.tar.gz
org.eclipse.linuxtools-3c1750864fb53634638215096a563ac4d115cfc9.tar.xz
org.eclipse.linuxtools-3c1750864fb53634638215096a563ac4d115cfc9.zip
Update maven-project-info-reports-plugin to prevent NPE.
Change-Id: I33a28a6e2bc66c0561d0d9814e32a000aee3bce1 Reviewed-on: https://git.eclipse.org/r/7542 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
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 2e14b1b15d..41dced150e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.5</version>
+ <version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top