You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/12/05 17:30:01 UTC

svn commit: r601397 - /directory/sandbox/felixk/studio-plugin/pom.xml

Author: felixk
Date: Wed Dec  5 08:30:00 2007
New Revision: 601397

URL: http://svn.apache.org/viewvc?rev=601397&view=rev
Log:
Fix groupId

Modified:
    directory/sandbox/felixk/studio-plugin/pom.xml

Modified: directory/sandbox/felixk/studio-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-plugin/pom.xml?rev=601397&r1=601396&r2=601397&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-plugin/pom.xml (original)
+++ directory/sandbox/felixk/studio-plugin/pom.xml Wed Dec  5 08:30:00 2007
@@ -29,6 +29,7 @@
       <artifactId>project</artifactId>
     </parent>
 
+    <groupId>org.apache.directory.studio</groupId>
     <artifactId>maven-studio-plugin</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>