You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/09/01 16:41:27 UTC

svn commit: r991553 - /mina/vysper/branches/0.6/demo/pubsub/client/pom.xml

Author: ngn
Date: Wed Sep  1 14:41:27 2010
New Revision: 991553

URL: http://svn.apache.org/viewvc?rev=991553&view=rev
Log:
Setting the parent for the pubsub demo client module

Modified:
    mina/vysper/branches/0.6/demo/pubsub/client/pom.xml

Modified: mina/vysper/branches/0.6/demo/pubsub/client/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/branches/0.6/demo/pubsub/client/pom.xml?rev=991553&r1=991552&r2=991553&view=diff
==============================================================================
--- mina/vysper/branches/0.6/demo/pubsub/client/pom.xml (original)
+++ mina/vysper/branches/0.6/demo/pubsub/client/pom.xml Wed Sep  1 14:41:27 2010
@@ -18,6 +18,13 @@
 
 <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>
+    <artifactId>vysper-extensions</artifactId>
+    <groupId>org.apache.parent</groupId>
+    <version>0.6</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
   <groupId>org.apache.vysper</groupId>
   <artifactId>demo-pubsub-client</artifactId>
   <name>Apache Vysper XEP-0060 Publish-Subscribe Demo Application</name>