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:19:31 UTC

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

Author: rdonkin
Date: Sat Jan 23 18:19:28 2010
New Revision: 902454

URL: http://svn.apache.org/viewvc?rev=902454&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/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=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/avalon-socket-library/pom.xml (original)
+++ james/nntp/trunk/avalon-socket-library/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-avalon-socket-library</artifactId>
-  <name>Apache JAMES Server Avalon Socket Library</name>
+  <name>Apache James NNTP Avalon Socket Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/common-util/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/common-util/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/common-util/pom.xml (original)
+++ james/nntp/trunk/common-util/pom.xml Sat Jan 23 18:19:28 2010
@@ -27,7 +27,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-common-util</artifactId>
   <version>1.0</version>
-  <name>Apache JAMES Server Common Utilities</name>
+  <name>Apache James NNTP Common Utilities</name>
   <dependencies>
     <dependency>
       <groupId>oro</groupId>

Modified: james/nntp/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-api/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/core-api/pom.xml (original)
+++ james/nntp/trunk/core-api/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-core-api</artifactId>
-  <name>Apache JAMES Server Core API</name>
+  <name>Apache James NNTP Core API</name>
   <dependencies>
     <!-- only used by JamesUser (for MailAddress) -->
     <dependency>

Modified: james/nntp/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-library/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/core-library/pom.xml (original)
+++ james/nntp/trunk/core-library/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-core-library</artifactId>
-  <name>Apache JAMES Server Core Library</name>
+  <name>Apache James NNTP Core Library</name>
   <dependencies>
   
     <dependency>

Modified: james/nntp/trunk/domain-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/domain-api/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/domain-api/pom.xml (original)
+++ james/nntp/trunk/domain-api/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-domain-api</artifactId>
-  <name>Apache JAMES Server Domain API</name>
+  <name>Apache James NNTP Domain API</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/nntpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/nntpserver-function/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/nntpserver-function/pom.xml (original)
+++ james/nntp/trunk/nntpserver-function/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-nntpserver-function</artifactId>
-  <name>Apache JAMES Server NNTP function</name>
+  <name>Apache James NNTP NNTP function</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Modified: james/nntp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,9 +26,9 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp</artifactId>
-  <name>Apache JAMES Server</name>
+  <name>Apache James NNTP</name>
   <version>1.0</version>
-  <description>The Apache Java Enterprise Mail Server (a.k.a. JAMES Server)</description>
+  <description>The Apache Java Enterprise Mail Server (a.k.a. James NNTP)</description>
   <url>http://james.apache.org/server/head/</url>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>

Modified: james/nntp/trunk/socket-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-api/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/socket-api/pom.xml (original)
+++ james/nntp/trunk/socket-api/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-socket-api</artifactId>
-  <name>Apache JAMES Server Socket API</name>
+  <name>Apache James NNTP Socket API</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>

Modified: james/nntp/trunk/socket-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-shared-library/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/socket-shared-library/pom.xml (original)
+++ james/nntp/trunk/socket-shared-library/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-socket-shared-library</artifactId>
-  <name>Apache JAMES Server Shared Socket Library</name>
+  <name>Apache James NNTP Shared Socket Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/spring-deployment/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/spring-deployment/pom.xml (original)
+++ james/nntp/trunk/spring-deployment/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-spring-deployment</artifactId>
-  <name>Apache JAMES Server Spring Deployment</name>
+  <name>Apache James NNTP Spring Deployment</name>
   <build>
   
     <plugins>

Modified: james/nntp/trunk/user-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-api/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/user-api/pom.xml (original)
+++ james/nntp/trunk/user-api/pom.xml Sat Jan 23 18:19:28 2010
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-user-api</artifactId>
-  <name>Apache JAMES Server User API</name>
+  <name>Apache James NNTP User API</name>
   <dependencies>
     <!-- only used by JamesUser (for MailAddress) -->
     <dependency>

Modified: james/nntp/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-library/pom.xml?rev=902454&r1=902453&r2=902454&view=diff
==============================================================================
--- james/nntp/trunk/user-library/pom.xml (original)
+++ james/nntp/trunk/user-library/pom.xml Sat Jan 23 18:19:28 2010
@@ -27,7 +27,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-nntp-user-library</artifactId>
   <version>1.0</version>
-  <name>Apache JAMES Server User Library</name>
+  <name>Apache James NNTP User Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>



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