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 2010/01/23 19:15:41 UTC

svn commit: r902452 - in /james/nntp/trunk: ./ avalon-socket-library/ common-util/ core-api/ core-library/ domain-api/ javamail-util/ nntpserver-function/ socket-api/ socket-shared-library/ spring-deployment/ user-api/ user-library/

Author: rdonkin
Date: Sat Jan 23 18:15:39 2010
New Revision: 902452

URL: http://svn.apache.org/viewvc?rev=902452&view=rev
Log:
Bulk name change

Modified:
    james/nntp/trunk/avalon-socket-library/pom.xml
    james/nntp/trunk/common-util/pom.xml
    james/nntp/trunk/core-api/pom.xml
    james/nntp/trunk/core-library/pom.xml
    james/nntp/trunk/domain-api/pom.xml
    james/nntp/trunk/javamail-util/pom.xml
    james/nntp/trunk/nntpserver-function/pom.xml
    james/nntp/trunk/pom.xml
    james/nntp/trunk/socket-api/pom.xml
    james/nntp/trunk/socket-shared-library/pom.xml
    james/nntp/trunk/spring-deployment/pom.xml
    james/nntp/trunk/user-api/pom.xml
    james/nntp/trunk/user-library/pom.xml

Modified: james/nntp/trunk/avalon-socket-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/avalon-socket-library/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/avalon-socket-library/pom.xml (original)
+++ james/nntp/trunk/avalon-socket-library/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,30 +19,30 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-avalon-socket-library</artifactId>
+  <artifactId>james-nntp-avalon-socket-library</artifactId>
   <name>Apache JAMES Server Avalon Socket Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-api</artifactId>
+      <artifactId>james-nntp-socket-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-nntp-domain-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>

Modified: james/nntp/trunk/common-util/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/common-util/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/common-util/pom.xml (original)
+++ james/nntp/trunk/common-util/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-common-util</artifactId>
+  <artifactId>james-nntp-common-util</artifactId>
   <version>1.0</version>
   <name>Apache JAMES Server Common Utilities</name>
   <dependencies>

Modified: james/nntp/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-api/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/core-api/pom.xml (original)
+++ james/nntp/trunk/core-api/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-core-api</artifactId>
+  <artifactId>james-nntp-core-api</artifactId>
   <name>Apache JAMES Server Core API</name>
   <dependencies>
     <!-- only used by JamesUser (for MailAddress) -->

Modified: james/nntp/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-library/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/core-library/pom.xml (original)
+++ james/nntp/trunk/core-library/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-core-library</artifactId>
+  <artifactId>james-nntp-core-library</artifactId>
   <name>Apache JAMES Server Core Library</name>
   <dependencies>
   
@@ -42,17 +42,17 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
     </dependency>
     <!-- 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-nntp-domain-api</artifactId>
     </dependency>
      -->
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
     </dependency>
 
     <dependency>
@@ -116,7 +116,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
+      <artifactId>james-nntp-user-api</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: james/nntp/trunk/domain-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/domain-api/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/domain-api/pom.xml (original)
+++ james/nntp/trunk/domain-api/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-domain-api</artifactId>
+  <artifactId>james-nntp-domain-api</artifactId>
   <name>Apache JAMES Server Domain API</name>
   <dependencies>
     <dependency>

Modified: james/nntp/trunk/javamail-util/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/javamail-util/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/javamail-util/pom.xml (original)
+++ james/nntp/trunk/javamail-util/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-javamail-util</artifactId>
+  <artifactId>james-nntp-javamail-util</artifactId>
   <name>Apache JAMES Javamail Utilities</name>
   <dependencies>
     <dependency>

Modified: james/nntp/trunk/nntpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/nntpserver-function/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/nntpserver-function/pom.xml (original)
+++ james/nntp/trunk/nntpserver-function/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-nntpserver-function</artifactId>
+  <artifactId>james-nntp-nntpserver-function</artifactId>
   <name>Apache JAMES Server NNTP function</name>
   <dependencies>
     <dependency>
@@ -42,35 +42,35 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
+      <artifactId>james-nntp-user-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-nntp-domain-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
+      <artifactId>james-nntp-core-library</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-avalon-socket-library</artifactId>
+      <artifactId>james-nntp-avalon-socket-library</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-shared-library</artifactId>
+      <artifactId>james-nntp-socket-shared-library</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-javamail-util</artifactId>
+      <artifactId>james-nntp-javamail-util</artifactId>
     </dependency>
     
     <dependency>
@@ -99,25 +99,25 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
+      <artifactId>james-nntp-core-library</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
+      <artifactId>james-nntp-user-library</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
+      <artifactId>james-nntp-user-library</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -127,7 +127,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/nntp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Sat Jan 23 18:15:39 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server</artifactId>
+  <artifactId>james-nntp</artifactId>
   <name>Apache JAMES Server</name>
   <version>1.0</version>
   <description>The Apache Java Enterprise Mail Server (a.k.a. JAMES Server)</description>
@@ -48,7 +48,7 @@
   </modules>
   <ciManagement>
     <system>hudson</system>
-    <url>http://hudson.zones.apache.org/hudson/view/James/job/james-server-trunk/</url>
+    <url>http://hudson.zones.apache.org/hudson/view/James/job/james-nntp-trunk/</url>
     <notifiers>
       <notifier>
         <type>mail</type>
@@ -205,12 +205,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-nntp-mina-socket-library</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-shared-library</artifactId>
+      <artifactId>james-nntp-socket-shared-library</artifactId>
       <version>1.0</version>
     </dependency>
    
@@ -285,90 +285,90 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-javamail-util</artifactId>
+      <artifactId>james-nntp-javamail-util</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
+      <artifactId>james-nntp-user-api</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
+      <artifactId>james-nntp-user-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-api</artifactId>
+      <artifactId>james-nntp-socket-api</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-nntp-domain-api</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
+      <artifactId>james-nntp-core-library</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-management-library</artifactId>
+      <artifactId>james-nntp-management-library</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
+      <artifactId>james-nntp-user-library</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
+      <artifactId>james-nntp-user-library</artifactId>
       <version>1.0</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-avalon-socket-library</artifactId>
+      <artifactId>james-nntp-avalon-socket-library</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-nntp-smtp-protocol-library</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-nntp-smtp-protocol-library</artifactId>
       <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
@@ -406,57 +406,57 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-avalon-user-function</artifactId>
+      <artifactId>james-nntp-avalon-user-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-basic-user-function</artifactId>
+      <artifactId>james-nntp-basic-user-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
+      <artifactId>james-nntp-smtpserver-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imapserver-function</artifactId>
+      <artifactId>james-nntp-imapserver-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-function</artifactId>
+      <artifactId>james-nntp-core-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-pop3server-function</artifactId>
+      <artifactId>james-nntp-pop3server-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-nntpserver-function</artifactId>
+      <artifactId>james-nntp-nntpserver-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-fetchmail-function</artifactId>
+      <artifactId>james-nntp-fetchmail-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spoolmanager-function</artifactId>
+      <artifactId>james-nntp-spoolmanager-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailets-function</artifactId>
+      <artifactId>james-nntp-mailets-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-remotemanager-function</artifactId>
+      <artifactId>james-nntp-remotemanager-function</artifactId>
       <version>1.0</version>
     </dependency>
     
@@ -504,7 +504,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-experimental-activemq-function</artifactId>
+      <artifactId>james-nntp-experimental-activemq-function</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
@@ -520,14 +520,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
+      <artifactId>james-nntp-smtpserver-function</artifactId>
       <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-jcr-store</artifactId>
+      <artifactId>james-nntp-jcr-store</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
@@ -548,14 +548,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
+      <artifactId>james-nntp-core-library</artifactId>
       <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
+      <artifactId>james-nntp-user-library</artifactId>
       <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: james/nntp/trunk/socket-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-api/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/socket-api/pom.xml (original)
+++ james/nntp/trunk/socket-api/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-socket-api</artifactId>
+  <artifactId>james-nntp-socket-api</artifactId>
   <name>Apache JAMES Server Socket API</name>
   <dependencies>
     <dependency>

Modified: james/nntp/trunk/socket-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-shared-library/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/socket-shared-library/pom.xml (original)
+++ james/nntp/trunk/socket-shared-library/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,26 +19,26 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-socket-shared-library</artifactId>
+  <artifactId>james-nntp-socket-shared-library</artifactId>
   <name>Apache JAMES Server Shared Socket Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-api</artifactId>
+      <artifactId>james-nntp-socket-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-nntp-domain-api</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: james/nntp/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/spring-deployment/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/spring-deployment/pom.xml (original)
+++ james/nntp/trunk/spring-deployment/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-spring-deployment</artifactId>
+  <artifactId>james-nntp-spring-deployment</artifactId>
   <name>Apache JAMES Server Spring Deployment</name>
   <build>
   
@@ -243,7 +243,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-nntpserver-function</artifactId>
+      <artifactId>james-nntp-nntpserver-function</artifactId>
       <scope>runtime</scope>
     </dependency>
 

Modified: james/nntp/trunk/user-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-api/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/user-api/pom.xml (original)
+++ james/nntp/trunk/user-api/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,13 +19,13 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-user-api</artifactId>
+  <artifactId>james-nntp-user-api</artifactId>
   <name>Apache JAMES Server User API</name>
   <dependencies>
     <!-- only used by JamesUser (for MailAddress) -->

Modified: james/nntp/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-library/pom.xml?rev=902452&r1=902451&r2=902452&view=diff
==============================================================================
--- james/nntp/trunk/user-library/pom.xml (original)
+++ james/nntp/trunk/user-library/pom.xml Sat Jan 23 18:15:39 2010
@@ -19,19 +19,19 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-nntp</artifactId>
     <groupId>org.apache.james</groupId>
     <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-user-library</artifactId>
+  <artifactId>james-nntp-user-library</artifactId>
   <version>1.0</version>
   <name>Apache JAMES Server User Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
+      <artifactId>james-nntp-core-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -39,15 +39,15 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-nntp-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
+      <artifactId>james-nntp-user-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-nntp-domain-api</artifactId>
     </dependency>
 
     <dependency>



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