You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/10 23:21:58 UTC

svn commit: r210037 - /maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-notifiers-element.xml

Author: jvanzyl
Date: Sun Jul 10 14:21:56 2005
New Revision: 210037

URL: http://svn.apache.org/viewcvs?rev=210037&view=rev
Log: (empty)

Added:
    maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-notifiers-element.xml

Added: maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-notifiers-element.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-notifiers-element.xml?rev=210037&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-notifiers-element.xml (added)
+++ maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-notifiers-element.xml Sun Jul 10 14:21:56 2005
@@ -0,0 +1,20 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>continuum</groupId>
+  <artifactId>maven-2</artifactId>
+  <version>2.0-SNAPSHOT</version>
+  <name>Maven 2 Project</name>
+  <!--
+  <ciManagement>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <address>trygvis@codehaus.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  -->
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m2</connection>
+  </scm>
+</project>