You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2010/02/24 04:59:48 UTC

svn commit: r915659 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: brett
Date: Wed Feb 24 03:59:48 2010
New Revision: 915659

URL: http://svn.apache.org/viewvc?rev=915659&view=rev
Log:
fix group ID

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=915659&r1=915658&r2=915659&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Wed Feb 24 03:59:48 2010
@@ -274,7 +274,7 @@
                 </properties>
                 <deployables>
                   <deployable>
-                    <groupId>${project.goupId}</groupId>
+                    <groupId>${project.groupId}</groupId>
                     <artifactId>continuum-webapp</artifactId>
                     <type>war</type>
                     <properties>