Author: ngn
Date: Wed Sep  1 14:51:50 2010
New Revision: 991556

URL: http://svn.apache.org/viewvc?rev=991556&view=rev
Log:
Fixing copy-paste error in pubsub demo client POM

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=991556&r1=991555&r2=991556&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:51:50 2010
@@ -19,8 +19,8 @@
 <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>
+    <artifactId>vysper-parent</artifactId>
+    <groupId>org.apache.vysper</groupId>
     <version>0.6</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>


Reply via email to