You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/06 15:12:36 UTC

svn commit: r306630 - /maven/continuum/trunk/continuum-web/pom.xml

Author: evenisse
Date: Thu Oct  6 06:12:32 2005
New Revision: 306630

URL: http://svn.apache.org/viewcvs?rev=306630&view=rev
Log:
Use correct groupId of plexus-security

Modified:
    maven/continuum/trunk/continuum-web/pom.xml

Modified: maven/continuum/trunk/continuum-web/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/pom.xml?rev=306630&r1=306629&r2=306630&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/pom.xml (original)
+++ maven/continuum/trunk/continuum-web/pom.xml Thu Oct  6 06:12:32 2005
@@ -51,7 +51,7 @@
       <artifactId>plexus-log4j-logging</artifactId>
     </dependency>
     <dependency>
-      <groupId>plexus</groupId>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-security</artifactId>
       <version>1.0-alpha-1</version>
     </dependency>