Author: ogusakov
Date: Thu Jul 17 17:20:38 2008
New Revision: 677785

URL: http://svn.apache.org/viewvc?rev=677785&view=rev
Log:
fixed project CI metadata

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=677785&r1=677784&r2=677785&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Thu Jul 17 17:20:38 2008
@@ -26,13 +26,27 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.artifact</groupId>
   <artifactId>maven-artifact</artifactId>
-  <version>3.0-alpha-2-SNAPSHOT</version>
+  <version>3.0-alpha-1-SNAPSHOT</version>
   <name>Maven Artifact</name>
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/artifact/trunk</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/artifact/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/artifact/trunk</url>
   </scm>
+
+  <ciManagement>
+    <system>hudson</system>
+    <url>http://ci.sonatype.org</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <configuration>
+          <address>[EMAIL PROTECTED]</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>


Reply via email to