Merge pull request #40 from apache/dependabot/maven/org.apache.maven.plugins-maven-changes-plugin-2.12.1

TENTACLES-16: Bump maven-changes-plugin from 2.10 to 2.12.1
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..210c7a2
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,11 @@
+github:
+  description: "Apache Creadur Tentacles"
+  homepage: https://creadur.apache.org/tentacles
+  labels:
+    - maven
+    - java
+    - cli
+    - licensechecker 
+    - apache
+    - creadur
+    - tentacles 
diff --git a/pom.xml b/pom.xml
index f4192f7..015ff0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,6 +231,7 @@
           <version>${apacheRatVersion}</version>
           <configuration>
             <excludes>
+              <exclude>.asf.yaml</exclude>
               <exclude>README*</exclude>
               <exclude>src/main/resources/licenses/*</exclude>
             </excludes>
@@ -251,12 +252,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.4</version>
+        <version>3.4.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.4</version>
+        <version>3.3.0</version>
         <configuration>
           <aggregate>true</aggregate>
           <linkJavadoc>true</linkJavadoc>