Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2016-06-20 19:23:49 +0000
committerDavid Green2016-06-20 19:28:04 +0000
commitf46b7571fe9562afe0dd8d538cbbd5b2be6982d2 (patch)
treed5423a1393ebb8723af9279b95c71a1d5cf05557
parenta6b8a777b2bdb20993b90b02b667375eca36df61 (diff)
downloadorg.eclipse.mylyn.docs-f46b7571fe9562afe0dd8d538cbbd5b2be6982d2.tar.gz
org.eclipse.mylyn.docs-f46b7571fe9562afe0dd8d538cbbd5b2be6982d2.tar.xz
org.eclipse.mylyn.docs-f46b7571fe9562afe0dd8d538cbbd5b2be6982d2.zip
update maven-plugin-plugin version to 3.4
update maven-plugin-plugin version to 3.4 to avoid ArrayIndexOutOfBoundsException Change-Id: Ic8ef873d99e2df8fc119e202af58663b1deb279d
-rw-r--r--org.eclipse.mylyn.wikitext.core.maven/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.wikitext.core.maven/pom.xml b/org.eclipse.mylyn.wikitext.core.maven/pom.xml
index 2b5de78d0..03e3b3234 100644
--- a/org.eclipse.mylyn.wikitext.core.maven/pom.xml
+++ b/org.eclipse.mylyn.wikitext.core.maven/pom.xml
@@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.2</version>
+ <version>3.4</version>
<configuration>
<goalPrefix>wikitext</goalPrefix>
</configuration>

Back to the top