update archetype to use parent
diff --git a/archetype/nbm-archetype/pom.xml b/archetype/nbm-archetype/pom.xml
index 20f0383..c9cb029 100644
--- a/archetype/nbm-archetype/pom.xml
+++ b/archetype/nbm-archetype/pom.xml
@@ -1,20 +1,24 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>mojo-parent</artifactId>
-        <version>38</version>
+        <groupId>org.netbeans.maven</groupId>
+        <artifactId>utilities-parent</artifactId>
+        <version>1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.mojo.archetypes</groupId>
+    <groupId>org.netbeans.maven.archetypes</groupId>
     <artifactId>nbm-archetype</artifactId>
     <version>1.16-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
-    <name>NetBeans Module Archetype</name>
+    <name>Apache Netbeans Maven Utilties - NetBeans Module Archetype</name>
     <description>Archetype for development of NetBeans modules in Maven.</description>
+    <issueManagement>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/projects/NETBEANS</url>
+    </issueManagement>
     <scm>
-        <connection>scm:git:https://github.com/mojohaus/nbm-archetype.git</connection>
-        <developerConnection>scm:git:ssh://git@github.com/mojohaus/nbm-archetype.git</developerConnection>
-        <url>https://github.com/mojohaus/nbm-archetype/tree/${project.scm.tag}</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</connection>
+        <developerConnection>scm:git:gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</developerConnection>
+        <url>https://github.com/apache/incubator-netbeans-mavenutils</url>
         <tag>master</tag>
     </scm> 
     <licenses>
diff --git a/archetype/nbm-suite-root/pom.xml b/archetype/nbm-suite-root/pom.xml
index 4c85ecc..66154f1 100644
--- a/archetype/nbm-suite-root/pom.xml
+++ b/archetype/nbm-suite-root/pom.xml
@@ -1,14 +1,16 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>mojo-parent</artifactId>
-        <version>38</version>
+        <groupId>org.netbeans.maven</groupId>
+        <artifactId>utilities-parent</artifactId>
+        <version>1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.netbeans.maven.archetypes</groupId>
     <artifactId>nbm-suite-root</artifactId>
     <version>1.11-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
-    <name>NetBeans Module Suite Archetype</name>
+    
+    <name>Apache Netbeans Maven Utilties - NetBeans Module Suite Archetype</name>
     <description>Root project archetype for creating multi module projects developing NetBeans IDE modules. Approximately similar in functionality to module suites in NetBeans Ant projects.</description>
     <licenses>
         <license>
@@ -17,10 +19,14 @@
             <distribution>repo</distribution>
         </license>
     </licenses>
+    <issueManagement>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/projects/NETBEANS</url>
+    </issueManagement>
     <scm>
-        <connection>scm:git:https://github.com/mojohaus/nbm-suite-root.git</connection>
-        <developerConnection>scm:git:ssh://git@github.com/mojohaus/nbm-suite-root.git</developerConnection>
-        <url>https://github.com/mojohaus/nbm-suite-root/tree/${project.scm.tag}</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</connection>
+        <developerConnection>scm:git:gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</developerConnection>
+        <url>https://github.com/apache/incubator-netbeans-mavenutils</url>
     </scm> 
     <build>
         <pluginManagement>
diff --git a/archetype/netbeans-platform-app-archetype/pom.xml b/archetype/netbeans-platform-app-archetype/pom.xml
index 67f7003..78074cb 100644
--- a/archetype/netbeans-platform-app-archetype/pom.xml
+++ b/archetype/netbeans-platform-app-archetype/pom.xml
@@ -1,15 +1,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>mojo-parent</artifactId>
-        <version>38</version>
+        <groupId>org.netbeans.maven</groupId>
+        <artifactId>utilities-parent</artifactId>
+        <version>1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.mojo.archetypes</groupId>
+    <groupId>org.netbeans.maven.archetypes</groupId>
     <artifactId>netbeans-platform-app-archetype</artifactId>
     <version>1.21-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
-    <name>NetBeans Platform Application Archetype</name>
+    <name>Apache Netbeans Maven Utilties - NetBeans Platform Application Archetype</name>
     <description>Archetype for sample application based on NetBeans Platform. Creates parent POM with branding and empty NBM project.</description>
     <licenses>
         <license>
@@ -18,10 +18,14 @@
             <distribution>repo</distribution>
         </license>
     </licenses>   
+    <issueManagement>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/projects/NETBEANS</url>
+    </issueManagement>
     <scm>
-        <connection>scm:git:https://github.com/mojohaus/netbeans-platform-app-archetype.git</connection>
-        <developerConnection>scm:git:ssh://git@github.com/mojohaus/netbeans-platform-app-archetype.git</developerConnection>
-        <url>https://github.com/mojohaus/netbeans-platform-app-archetype/tree/${project.scm.tag}</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</connection>
+        <developerConnection>scm:git:gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</developerConnection>
+        <url>https://github.com/apache/incubator-netbeans-mavenutils</url>
         <tag>master</tag>
     </scm>
     <build>