Update core maven plugins

* maven-resources-plugin -> 3.2.0
* maven-source-plugin -> 3.2.1
* maven-deploy-plugin -> 2.8.2
* maven-antrun-plugin -> 3.0.0
* maven-invoker-plugin -> 3.2.1

Change-Id: I6a7d33cbd2160d6ab2bc27a2c16bba10390266f2
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/wikitext/core/pom.xml b/wikitext/core/pom.xml
index 19cfa6f..7aac17e 100644
--- a/wikitext/core/pom.xml
+++ b/wikitext/core/pom.xml
@@ -94,7 +94,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.0</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
@@ -114,7 +114,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.1</version>
                 <executions>
                     <execution>
                         <id>attach-sources</id>
@@ -127,7 +127,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.8.2</version>
                 <configuration>
                     <uniqueVersion>false</uniqueVersion>
                 </configuration>
diff --git a/wikitext/core/repository/pom.xml b/wikitext/core/repository/pom.xml
index ffff0fb..2cf4f99 100644
--- a/wikitext/core/repository/pom.xml
+++ b/wikitext/core/repository/pom.xml
@@ -23,7 +23,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.8</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <!-- prepare pom for generating p2 site -->
diff --git a/wikitext/ui-pom.xml b/wikitext/ui-pom.xml
index 641a41e..e3ce78e 100644
--- a/wikitext/ui-pom.xml
+++ b/wikitext/ui-pom.xml
@@ -22,7 +22,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.8</version>
+                <version>3.0.0</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.ant</groupId>
@@ -87,7 +87,7 @@
                 as part of the build.
                 -->
                 <artifactId>maven-invoker-plugin</artifactId>
-                <version>2.0.0</version>
+                <version>3.2.1</version>
                 <configuration>
                     <pom>ui/pom.xml</pom>
                     <streamLogs>true</streamLogs>
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.ui/pom.xml b/wikitext/ui/org.eclipse.mylyn.wikitext.help.ui/pom.xml
index d269b27..6ce91c8 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.ui/pom.xml
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.ui/pom.xml
@@ -15,7 +15,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.6</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>
diff --git a/wikitext/ui/pom.xml b/wikitext/ui/pom.xml
index 7969610..f34d86c 100644
--- a/wikitext/ui/pom.xml
+++ b/wikitext/ui/pom.xml
@@ -165,7 +165,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.4.1</version>
+                    <version>3.2.0</version>
                     <configuration>
                         <encoding>ISO-8859-1</encoding>
                     </configuration>