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:44:08 UTC

qpid-jms-amqp-0-x git commit: [Qpid JMS AMQP 0-x] Correct Maven artefact names (remove apache- redundancy) - accidentally omitted from last commit

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


[Qpid JMS AMQP 0-x] Correct Maven artefact names (remove apache- redundancy) - accidentally omitted from last commit


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/472a5de8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/472a5de8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/diff/472a5de8

Branch: refs/heads/master
Commit: 472a5de8961bd48524af9e6706ba7ce9fecaa12f
Parents: f744c3a
Author: Keith Wall <kw...@apache.org>
Authored: Mon Nov 13 16:43:45 2017 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Mon Nov 13 16:43:45 2017 +0000

----------------------------------------------------------------------
 apache-qpid-jms-amqp-0-x/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/472a5de8/apache-qpid-jms-amqp-0-x/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-jms-amqp-0-x/pom.xml b/apache-qpid-jms-amqp-0-x/pom.xml
index d9db65f..31b9db9 100644
--- a/apache-qpid-jms-amqp-0-x/pom.xml
+++ b/apache-qpid-jms-amqp-0-x/pom.xml
@@ -18,12 +18,12 @@
 <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/maven-v4_0_0.xsd">
   <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>
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>apache-qpid-jms-amqp-0-x</artifactId>
+  <artifactId>qpid-jms-amqp-0-x</artifactId>
   <packaging>pom</packaging>
   <name>Apache Qpid JMS AMQP 0-x Bundles</name>
 


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