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 no...@apache.org on 2010/02/01 11:04:25 UTC

svn commit: r905230 - in /james/protocols/trunk/api: pom.xml src/main/java/org/apache/james/api/protocol/

Author: norman
Date: Mon Feb  1 10:04:24 2010
New Revision: 905230

URL: http://svn.apache.org/viewvc?rev=905230&view=rev
Log:
fix names

Removed:
    james/protocols/trunk/api/src/main/java/org/apache/james/api/protocol/
Modified:
    james/protocols/trunk/api/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=905230&r1=905229&r2=905230&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Mon Feb  1 10:04:24 2010
@@ -19,14 +19,14 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-protocols</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.james</groupId>
-  <artifactId>james-server-socket-api</artifactId>
-  <name>Apache JAMES Server Socket API</name>
+  <groupId>org.apache.james.protocols</groupId>
+  <artifactId>protocols-api</artifactId>
+  <name>Apache JAMES Protocols API</name>
   <dependencies>
     <dependency>
       <groupId>commons-logging</groupId>



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