You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/04/24 12:09:23 UTC

svn commit: r937614 - /directory/installers/trunk/apacheds/pom.xml

Author: elecharny
Date: Sat Apr 24 10:09:22 2010
New Revision: 937614

URL: http://svn.apache.org/viewvc?rev=937614&view=rev
Log:
Fixed a group declaration for the maven-deploy-plugin

Modified:
    directory/installers/trunk/apacheds/pom.xml

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=937614&r1=937613&r2=937614&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Sat Apr 24 10:09:22 2010
@@ -358,7 +358,7 @@
           </plugin>
           
           <plugin>
-            <groupId>org.apache.org.maven</groupId>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
             <executions>
               <execution>