You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/03/06 14:24:07 UTC

svn commit: r919761 - /directory/apacheds/trunk-with-dependencies/pom.xml

Author: seelmann
Date: Sat Mar  6 13:24:06 2010
New Revision: 919761

URL: http://svn.apache.org/viewvc?rev=919761&view=rev
Log:
set snapshot version, skip deploy of aggregator project, hope this makes continuum happy.

Modified:
    directory/apacheds/trunk-with-dependencies/pom.xml

Modified: directory/apacheds/trunk-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=919761&r1=919760&r2=919761&view=diff
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Sat Mar  6 13:24:06 2010
@@ -19,18 +19,12 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.directory.server</groupId>
-  <version>1.5</version>
+  <version>1.5.6-SNAPSHOT</version>
   <artifactId>1.5-with-dependencies</artifactId>
   <name>ApacheDS 1.5 Build With Dependencies</name>
   <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies</url>
-  </scm>
-
   <modules>
     <module>project</module>
     <module>shared</module>
@@ -39,4 +33,23 @@
     <module>ldap-client</module>
     <!-- module>kerberos-client</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/apacheds/trunk-with-dependencies</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies</url>
+  </scm>
+
 </project>