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 2006/11/21 17:22:05 UTC

svn commit: r477729 - /directory/trunks/shared/asn1/pom.xml

Author: elecharny
Date: Tue Nov 21 08:22:04 2006
New Revision: 477729

URL: http://svn.apache.org/viewvc?view=rev&rev=477729
Log:
Added scm information to be usable by continuum

Modified:
    directory/trunks/shared/asn1/pom.xml

Modified: directory/trunks/shared/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/asn1/pom.xml?view=diff&rev=477729&r1=477728&r2=477729
==============================================================================
--- directory/trunks/shared/asn1/pom.xml (original)
+++ directory/trunks/shared/asn1/pom.xml Tue Nov 21 08:22:04 2006
@@ -10,6 +10,10 @@
   <name>Apache Directory ASN.1 Shared</name>
   <packaging>jar</packaging>  
   <distributionManagement>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared/asn1</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared/asn1</developerConnection>
+  </scm>
     <site>
       <id>apacheds.websites</id>
       <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/asn1/</url>
@@ -38,5 +42,19 @@
       </plugin>
     </plugins>
   </build>
+
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://localhost:8080/continuum</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <configuration>
+          <address>elecharny@apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
 </project>