You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/03/10 18:28:55 UTC

svn commit: r1080295 - in /directory/shared/trunk/ldap: client/pom.xml codec/pom.xml extras/pom.xml net/pom.xml schema/pom.xml

Author: pamarcelot
Date: Thu Mar 10 17:28:55 2011
New Revision: 1080295

URL: http://svn.apache.org/viewvc?rev=1080295&view=rev
Log:
Removed wrong configuration for deploy plugin and scm.

Modified:
    directory/shared/trunk/ldap/client/pom.xml
    directory/shared/trunk/ldap/codec/pom.xml
    directory/shared/trunk/ldap/extras/pom.xml
    directory/shared/trunk/ldap/net/pom.xml
    directory/shared/trunk/ldap/schema/pom.xml

Modified: directory/shared/trunk/ldap/client/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client/pom.xml?rev=1080295&r1=1080294&r2=1080295&view=diff
==============================================================================
--- directory/shared/trunk/ldap/client/pom.xml (original)
+++ directory/shared/trunk/ldap/client/pom.xml Thu Mar 10 17:28:55 2011
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-client-parent</artifactId>
   <name>Apache Directory Shared LDAP Client Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -36,22 +35,4 @@
     <module>api</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk/ldap/client</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/client</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client</url>
-  </scm>
-
 </project>

Modified: directory/shared/trunk/ldap/codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec/pom.xml?rev=1080295&r1=1080294&r2=1080295&view=diff
==============================================================================
--- directory/shared/trunk/ldap/codec/pom.xml (original)
+++ directory/shared/trunk/ldap/codec/pom.xml Thu Mar 10 17:28:55 2011
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-codec-parent</artifactId>
   <name>Apache Directory Shared LDAP Codec Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -36,22 +35,4 @@
     <module>standalone</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk/ldap/codec</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/codec</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec</url>
-  </scm>
-
 </project>

Modified: directory/shared/trunk/ldap/extras/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras/pom.xml?rev=1080295&r1=1080294&r2=1080295&view=diff
==============================================================================
--- directory/shared/trunk/ldap/extras/pom.xml (original)
+++ directory/shared/trunk/ldap/extras/pom.xml Thu Mar 10 17:28:55 2011
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-extras-parent</artifactId>
   <name>Apache Directory Shared LDAP Extras</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -40,22 +39,4 @@
     <module>util</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk/ldap/extras</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/extras</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras</url>
-  </scm>
-
 </project>

Modified: directory/shared/trunk/ldap/net/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/net/pom.xml?rev=1080295&r1=1080294&r2=1080295&view=diff
==============================================================================
--- directory/shared/trunk/ldap/net/pom.xml (original)
+++ directory/shared/trunk/ldap/net/pom.xml Thu Mar 10 17:28:55 2011
@@ -28,29 +28,10 @@
   
   <artifactId>shared-ldap-net-parent</artifactId>
   <name>Apache Directory Shared LDAP Net Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
     <module>mina</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk/ldap/net</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/net</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/net</url>
-  </scm>
-
 </project>

Modified: directory/shared/trunk/ldap/schema/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/pom.xml?rev=1080295&r1=1080294&r2=1080295&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/pom.xml (original)
+++ directory/shared/trunk/ldap/schema/pom.xml Thu Mar 10 17:28:55 2011
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-schema-parent</artifactId>
   <name>Apache Directory Shared LDAP Schema Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -36,22 +35,4 @@
     <module>converter</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk/ldap/schema</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/schema</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema</url>
-  </scm>
-
 </project>