summaryrefslogtreecommitdiff
path: root/java/amqp-1-0-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/amqp-1-0-common/pom.xml')
-rw-r--r--java/amqp-1-0-common/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/java/amqp-1-0-common/pom.xml b/java/amqp-1-0-common/pom.xml
index d771d58ab1..7b01caa5b0 100644
--- a/java/amqp-1-0-common/pom.xml
+++ b/java/amqp-1-0-common/pom.xml
@@ -16,14 +16,18 @@
limitations under the License.
-->
<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">
+ <modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.apache.qpid</groupId>
- <artifactId>qpid-project</artifactId>
- <version>0.26-SNAPSHOT</version>
+ <artifactId>qpid-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
<artifactId>qpid-amqp-1-0-common</artifactId>
+ <version>0.28-SNAPSHOT</version>
+ <name>Qpid AMQP 1.0 Common</name>
+ <description>AMQP 1.0 compliant common module</description>
<build>
</build>