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:28:28 UTC

svn commit: r210042 - /maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-version.xml

Author: jvanzyl
Date: Sun Jul 10 14:28:27 2005
New Revision: 210042

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

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

Added: maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-version.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-version.xml?rev=210042&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-version.xml (added)
+++ maven/continuum/trunk/continuum-test-projects/m2-test-poms/pom-with-no-version.xml Sun Jul 10 14:28:27 2005
@@ -0,0 +1,42 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>continuum</groupId>
+  <artifactId>maven-2</artifactId>
+  <!--
+  <version>2.0-SNAPSHOT</version>
+  -->
+  <name>Maven 2 Test Project</name>
+  <ciManagement>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <configuration>
+          <address>jason@maven.org</address>
+        </configuration>
+      </notifier>
+      <notifier>
+        <type>irc</type>
+        <configuration>
+          <host>irc.codehaus.org</host>
+          <port>6667</port>
+          <channel>#maven</channel>
+        </configuration>
+      </notifier>      
+    </notifiers>
+  </ciManagement>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m2</connection>
+  </scm>
+  <developers>
+    <developer>
+      <id>jvanzyl</id>
+      <name>Jason van Zyl</name>
+      <email>jason@zenplex.com</email>
+      <organization>Zenplex</organization>
+      <roles>
+        <role>Developer</role>
+        <role>Release Manager</role>
+      </roles>
+    </developer>
+  </developers>
+</project>