You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/09/30 23:22:52 UTC

svn commit: r451671 - /geronimo/server/trunk/maven-plugins/pom.xml

Author: jdillon
Date: Sat Sep 30 14:22:51 2006
New Revision: 451671

URL: http://svn.apache.org/viewvc?view=rev&rev=451671
Log:
Fixed syntax error introduced by last change

Modified:
    geronimo/server/trunk/maven-plugins/pom.xml

Modified: geronimo/server/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/maven-plugins/pom.xml?view=diff&rev=451671&r1=451670&r2=451671
==============================================================================
--- geronimo/server/trunk/maven-plugins/pom.xml (original)
+++ geronimo/server/trunk/maven-plugins/pom.xml Sat Sep 30 14:22:51 2006
@@ -40,7 +40,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.testsupport</groupId>
-            <artifactId>testsupport-common</artifactId
+            <artifactId>testsupport-common</artifactId>
             <version>${pom.version}</version>
             <scope>test</scope>
         </dependency>