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/03/02 15:02:20 UTC

svn commit: r918043 - in /james/server/trunk: core-library/src/main/java/org/apache/james/Constants.java pom.xml

Author: norman
Date: Tue Mar  2 14:02:20 2010
New Revision: 918043

URL: http://svn.apache.org/viewvc?rev=918043&view=rev
Log:
exclude old village lib

Modified:
    james/server/trunk/core-library/src/main/java/org/apache/james/Constants.java
    james/server/trunk/pom.xml

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/Constants.java
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/Constants.java?rev=918043&r1=918042&r2=918043&view=diff
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/Constants.java (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/Constants.java Tue Mar  2 14:02:20 2010
@@ -33,11 +33,11 @@
     /**
      * The version of James.
      */
-    public static final String SOFTWARE_VERSION = "@@VERSION@@";
+    public static final String SOFTWARE_VERSION = "3.0-M1";
 
     /**
      * The name of the software (i.e. James).
      */
-    public static final String SOFTWARE_NAME = "@@NAME@@";
+    public static final String SOFTWARE_NAME = "Apache-James Mail Server";
 
 }

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=918043&r1=918042&r2=918043&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Mar  2 14:02:20 2010
@@ -913,6 +913,10 @@
           <groupId>xerces</groupId>
           <artifactId>xercesImpl</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>village</groupId>
+          <artifactId>village</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     



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