Merge pull request #4 from apache/dependabot/maven/master/org.apache.maven.plugins-maven-archetype-plugin-3.2.1

Bump maven-archetype-plugin from 3.1.1 to 3.2.1
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 06f98d8..1e5bb40 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,4 +22,8 @@
     target-branch: "master"
     schedule:
       interval: "daily"
-
+  - package-ecosystem: "maven"
+    directory: "/src/main/resources/archetype-resources"
+    schedule:
+      interval: "daily"    
+      
diff --git a/pom.xml b/pom.xml
index 57bc4c9..998955b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.netbeans</groupId>
         <artifactId>netbeans-parent</artifactId>
-        <version>2</version>
+        <version>3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.netbeans.archetypes</groupId>
@@ -72,7 +72,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.13</version>
+                <version>0.15</version>
                 <configuration>
                     <excludes>
                         <exclude>src/main/resources/archetype-resources/**</exclude>