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/19 12:46:10 UTC

svn commit: r219652 - in /maven/continuum/trunk: continuum-core/pom.xml continuum-plexus-application/pom.xml

Author: evenisse
Date: Tue Jul 19 03:46:09 2005
New Revision: 219652

URL: http://svn.apache.org/viewcvs?rev=219652&view=rev
Log:
[CONTINUUM-213] Use new plexus-mail-sender artifacts

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

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=219652&r1=219651&r2=219652&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Tue Jul 19 03:46:09 2005
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-api</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.0-alpha-2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-simple</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.0-alpha-2-SNAPSHOT</version>
       <!--
       <scope>test</scope>
       -->
@@ -137,7 +137,7 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-test</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=219652&r1=219651&r2=219652&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Tue Jul 19 03:46:09 2005
@@ -135,14 +135,14 @@
     <!-- Misc -->
     <dependency>
       <groupId>plexus</groupId>
-      <artifactId>plexus-mail-sender-simple</artifactId>
-      <version>1.0-alpha-1</version>
+      <artifactId>plexus-mail-sender-javamail</artifactId>
+      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-api</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>