You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/07/11 13:45:24 UTC

svn commit: r210102 - /maven/continuum/trunk/continuum-plexus-application/pom.xml

Author: evenisse
Date: Mon Jul 11 04:45:24 2005
New Revision: 210102

URL: http://svn.apache.org/viewcvs?rev=210102&view=rev
Log:
Fix mail-sender-api version to alpha-1

Modified:
    maven/continuum/trunk/continuum-plexus-application/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=210102&r1=210101&r2=210102&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Mon Jul 11 04:45:24 2005
@@ -129,6 +129,12 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>plexus</groupId>
+      <artifactId>plexus-mail-sender-api</artifactId>
+      <version>1.0-alpha-1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <scope>runtime</scope>