Merge pull request #3 from ottlinger/patch-2

INFRA-15789: Update to latest ASF parent pom
diff --git a/.travis.yml b/.travis.yml
index b580037..203a2c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: java
 jdk:
-  - oraclejdk8
+  - openjdk8
 #before_script:
 #  - pip install --user codecov
 
diff --git a/pom.xml b/pom.xml
index b004943..04ff1ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
+                <version>2.10.4</version>
               </plugin>
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -312,7 +312,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-2</version>
+            <version>1.0-beta-5</version>
           </dependency>
         </dependencies>
       </plugin>
@@ -370,8 +370,7 @@
         <jdk>[1.8,)</jdk>
       </activation>
       <properties>
-        <!-- Findbugs Maven Plugin 2.5.x does not work with Java 8 - use a different version for Java 1.8+ -->
-        <findbugsPluginVersion>3.0.0</findbugsPluginVersion>
+        <findbugsPluginVersion>3.0.5</findbugsPluginVersion>
       </properties>
     </profile>
   </profiles>