Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-08-07 12:54:20 +0000
committerAlexander Kurtakov2019-08-07 13:51:51 +0000
commitd4df9f1c00c26d900cb43c95f04ace0532c169ff (patch)
tree083ef12c1802d564f64521188f439c30e2677dd0
parent4462f055603d9ff67c8aaef30e2a928a9c50bdaa (diff)
downloadorg.eclipse.linuxtools-d4df9f1c00c26d900cb43c95f04ace0532c169ff.tar.gz
org.eclipse.linuxtools-d4df9f1c00c26d900cb43c95f04ace0532c169ff.tar.xz
org.eclipse.linuxtools-d4df9f1c00c26d900cb43c95f04ace0532c169ff.zip
Update Maven build plugins
* CBI 1.1.5 -> 1.1.6 * Site 3.7.2 -> 3.8.1 * Javadoc 3.0.1 -> 3.1.1 Change-Id: Icb3bdade1cb595492e018d6ad7f99dd53fbf3de1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/147192 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 046fc50341..ea808239f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.5</version>
+ <version>1.1.6</version>
<executions>
<execution>
<id>sign</id>
@@ -161,7 +161,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-cbi-plugin</artifactId>
- <version>1.1.5</version>
+ <version>1.1.6</version>
<executions>
<execution>
<id>generate-api-build-xml</id>
@@ -448,7 +448,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.7.1</version>
+ <version>3.8.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -458,7 +458,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.1.1</version>
<configuration>
<excludePackageNames>org.eclipse.linuxtools.internal.*:*.test*:org.eclipse.linuxtools.docker.reddeer*</excludePackageNames>
</configuration>

Back to the top