Merge pull request #11 from apache/bugfix/UIMA-6380-Maven-plugin-plugin-from-parent-pom-not-compatible-with-Java-16

[UIMA-6380] Maven plugin plugin from parent pom not compatible with Java 16
diff --git a/pom.xml b/pom.xml
index ca24a8d..5c5af42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.6.1</version>
           <executions>
             <execution>
               <!-- force to use process-classes phase so runs after Java Annotations are available -->