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/06/09 14:05:40 UTC

svn commit: r952974 - /james/protocols/trunk/pom.xml

Author: norman
Date: Wed Jun  9 12:05:40 2010
New Revision: 952974

URL: http://svn.apache.org/viewvc?rev=952974&view=rev
Log:
cleanup

Modified:
    james/protocols/trunk/pom.xml

Modified: james/protocols/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=952974&r1=952973&r2=952974&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Wed Jun  9 12:05:40 2010
@@ -36,8 +36,9 @@
     <module>api</module>
     <module>smtp</module>
     <module>impl</module>
+    <!-- 
     <module>smtp-impl</module>
-
+    -->
     <!-- 
     <module>pop3</module>
     -->
@@ -174,17 +175,17 @@
       <dependency>
         <groupId>org.apache.james.protocols</groupId>
         <artifactId>protocols-smtp</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.james.protocols</groupId>
         <artifactId>protocols-api</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.james.protocols</groupId>
         <artifactId>protocols-impl</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>${pom.version}</version>
       </dependency>
       <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