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 2011/01/17 11:12:27 UTC

svn commit: r1059841 - /mina/vysper/trunk/examples/embedded-war/pom.xml

Author: ngn
Date: Mon Jan 17 10:12:26 2011
New Revision: 1059841

URL: http://svn.apache.org/viewvc?rev=1059841&view=rev
Log:
Fixing incorrect parent pom declaration

Modified:
    mina/vysper/trunk/examples/embedded-war/pom.xml

Modified: mina/vysper/trunk/examples/embedded-war/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/examples/embedded-war/pom.xml?rev=1059841&r1=1059840&r2=1059841&view=diff
==============================================================================
--- mina/vysper/trunk/examples/embedded-war/pom.xml (original)
+++ mina/vysper/trunk/examples/embedded-war/pom.xml Mon Jan 17 10:12:26 2011
@@ -18,9 +18,10 @@
 <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>
-		<artifactId>vysper-extensions</artifactId>
-		<groupId>org.apache.vysper</groupId>
+		<artifactId>vysper-examples</artifactId>
+		<groupId>org.apache.vysper.examples</groupId>
 		<version>0.7-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.vysper.examples</groupId>