QPID-8034: [Qpid JMS AMQP 0-x] Correct Maven artefact names (remove apache- redundancy)
diff --git a/client/example/pom.xml b/client/example/pom.xml
index 1e13c29..f266707 100644
--- a/client/example/pom.xml
+++ b/client/example/pom.xml
@@ -20,7 +20,7 @@
 
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>apache-qpid-jms-amqp-0-x-parent</artifactId>
+    <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
     <version>6.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
diff --git a/client/pom.xml b/client/pom.xml
index 313df23..4537726 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -20,7 +20,7 @@
 
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>apache-qpid-jms-amqp-0-x-parent</artifactId>
+    <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
     <version>6.3.0-SNAPSHOT</version>
   </parent>
 
diff --git a/doc/pom.xml b/doc/pom.xml
index 601a9b2..a9e4913 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -25,7 +25,7 @@
 
     <parent>
         <groupId>org.apache.qpid</groupId>
-        <artifactId>apache-qpid-jms-amqp-0-x-parent</artifactId>
+        <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
         <version>6.3.0-SNAPSHOT</version>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 2b870b0..f1eb15c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <groupId>org.apache.qpid</groupId>
-  <artifactId>apache-qpid-jms-amqp-0-x-parent</artifactId>
+  <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
   <version>6.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>