Author: pamarcelot
Date: Wed Sep 21 16:12:09 2011
New Revision: 1173740
URL: http://svn.apache.org/viewvc?rev=1173740&view=rev
Log:
Removed overriden organization (it is already defined in the Apache parent pom).
Modified:
directory/studio/trunk/pom.xml
Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1173740&r1=1173739&r2=1173740&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Wed Sep 21 16:12:09 2011
@@ -26,7 +26,6 @@
<version>23</version>
<relativePath></relativePath>
</parent>
-
<groupId>org.apache.directory.studio</groupId>
<artifactId>parent</artifactId>
@@ -42,11 +41,6 @@
<url>http://issues.apache.org/jira/browse/DIRSTUDIO</url>
</issueManagement>
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- </organization>
-
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/directory/studio/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/studio/trunk/</developerConnection>
|