You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/11/13 16:20:04 UTC

qpid-jms-amqp-0-x git commit: QPID-8034: [Qpid JMS AMQP 0-x] Correct Maven artefact names (remove apache- redundancy)

Repository: qpid-jms-amqp-0-x
Updated Branches:
  refs/heads/master c4f5cd7b7 -> f744c3a0a


QPID-8034: [Qpid JMS AMQP 0-x] Correct Maven artefact names (remove apache- redundancy)


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/f744c3a0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/f744c3a0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/diff/f744c3a0

Branch: refs/heads/master
Commit: f744c3a0ae1ab9237a4abe4f6c87cb6ba71b093f
Parents: c4f5cd7
Author: Keith Wall <kw...@apache.org>
Authored: Mon Nov 13 16:16:53 2017 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Mon Nov 13 16:16:53 2017 +0000

----------------------------------------------------------------------
 client/example/pom.xml | 2 +-
 client/pom.xml         | 2 +-
 doc/pom.xml            | 2 +-
 pom.xml                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/f744c3a0/client/example/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/f744c3a0/client/pom.xml
----------------------------------------------------------------------
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>
 

http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/f744c3a0/doc/pom.xml
----------------------------------------------------------------------
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>
 

http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/f744c3a0/pom.xml
----------------------------------------------------------------------
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>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org