no Jira - upgrading maven plugin plugin to current version 3.5.  Was done while investigating another issue which went away after building the project outside of Eclipse.  But seems like a good thing to commit.

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/branches/experiment-v3-jcas@1791699 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index d79b13d..2b1459d 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -300,12 +300,13 @@
             <retryFailedDeploymentCount>10</retryFailedDeploymentCount> 

           </configuration> 

         </plugin>

-      

+        

         <plugin>

           <groupId>org.apache.maven.plugins</groupId>

           <artifactId>maven-plugin-plugin</artifactId>

-          <version>3.4</version>

-        </plugin>  

+          <version>3.5</version>

+        </plugin>

+         

       </plugins>

     </pluginManagement>