You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/02/21 15:28:46 UTC

svn commit: r746518 - in /james/server/trunk: ./ avalon-user-function/ core-function/ core-library/ mailets-function/ management-library/ nntpserver-function/ phoenix-deployment-refactor/ phoenix-deployment/ smtpserver-function/ spoolmanager-function/ ...

Author: rdonkin
Date: Sat Feb 21 14:28:46 2009
New Revision: 746518

URL: http://svn.apache.org/viewvc?rev=746518&view=rev
Log:
Switch poms to revised name for mailet-base JAMES-888

Modified:
    james/server/trunk/avalon-user-function/pom.xml
    james/server/trunk/core-function/pom.xml
    james/server/trunk/core-library/pom.xml
    james/server/trunk/mailets-function/pom.xml
    james/server/trunk/management-library/pom.xml
    james/server/trunk/nntpserver-function/pom.xml
    james/server/trunk/phoenix-deployment-refactor/pom.xml
    james/server/trunk/phoenix-deployment/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/smtpserver-function/pom.xml
    james/server/trunk/spoolmanager-function/pom.xml
    james/server/trunk/stage/pom.xml

Modified: james/server/trunk/avalon-user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/avalon-user-function/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/avalon-user-function/pom.xml (original)
+++ james/server/trunk/avalon-user-function/pom.xml Sat Feb 21 14:28:46 2009
@@ -84,7 +84,7 @@
     
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -117,4 +117,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Sat Feb 21 14:28:46 2009
@@ -112,7 +112,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -142,4 +142,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Sat Feb 21 14:28:46 2009
@@ -37,7 +37,7 @@
     <!-- Not needed at runtime because of compiler inlining constants -->
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
 
     <dependency>
@@ -95,7 +95,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -130,4 +130,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/mailets-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Sat Feb 21 14:28:46 2009
@@ -72,7 +72,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
 
     <dependency>
@@ -123,7 +123,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/management-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/management-library/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/management-library/pom.xml (original)
+++ james/server/trunk/management-library/pom.xml Sat Feb 21 14:28:46 2009
@@ -38,7 +38,7 @@
     <!-- 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
      -->
 
@@ -96,4 +96,4 @@
       <artifactId>mx4j-jmx</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/nntpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/nntpserver-function/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/nntpserver-function/pom.xml (original)
+++ james/server/trunk/nntpserver-function/pom.xml Sat Feb 21 14:28:46 2009
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -81,4 +81,4 @@
     </dependency>
     
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/phoenix-deployment-refactor/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment-refactor/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment-refactor/pom.xml (original)
+++ james/server/trunk/phoenix-deployment-refactor/pom.xml Sat Feb 21 14:28:46 2009
@@ -256,7 +256,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -272,4 +272,4 @@
       <scope>runtime</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Sat Feb 21 14:28:46 2009
@@ -245,7 +245,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Feb 21 14:28:46 2009
@@ -233,7 +233,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <version>1.0RC3</version>
       <exclusions>
         <exclusion>
@@ -244,7 +244,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <version>1.0RC3</version>
       <classifier>tests</classifier>
       <scope>test</scope>

Modified: james/server/trunk/smtpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Sat Feb 21 14:28:46 2009
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -130,7 +130,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -139,4 +139,4 @@
     	<artifactId>junit</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/spoolmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/spoolmanager-function/pom.xml (original)
+++ james/server/trunk/spoolmanager-function/pom.xml Sat Feb 21 14:28:46 2009
@@ -63,7 +63,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
 
     <dependency>
@@ -103,7 +103,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=746518&r1=746517&r2=746518&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Sat Feb 21 14:28:46 2009
@@ -51,7 +51,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -428,7 +428,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
+      <artifactId>apache-mailet-base</artifactId>
       <classifier>tests</classifier>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org