You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2010/01/30 01:30:07 UTC

svn commit: r904695 - /continuum/sandbox/examples/ci-management/pom.xml

Author: wsmoak
Date: Sat Jan 30 00:30:07 2010
New Revision: 904695

URL: http://svn.apache.org/viewvc?rev=904695&view=rev
Log:
[CONTINUUM-2453] Add scm url.  Add ciManagement section as given on http://continuum.apache.org/docs/1.3.4/user_guides/notification/mail.html

Modified:
    continuum/sandbox/examples/ci-management/pom.xml

Modified: continuum/sandbox/examples/ci-management/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/examples/ci-management/pom.xml?rev=904695&r1=904694&r2=904695&view=diff
==============================================================================
--- continuum/sandbox/examples/ci-management/pom.xml (original)
+++ continuum/sandbox/examples/ci-management/pom.xml Sat Jan 30 00:30:07 2010
@@ -6,6 +6,10 @@
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
   <name>ci-management</name>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/sandbox/examples/ci-management/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/sandbox/examples/ci-management/</developerConnection>
+  </scm>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
@@ -15,4 +19,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <ciManagement>
+    <system>continuum</system>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <address>example@example.com</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>  
 </project>