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 er...@apache.org on 2012/03/15 16:13:06 UTC

svn commit: r1301029 - /james/app/trunk/pom.xml

Author: eric
Date: Thu Mar 15 15:13:06 2012
New Revision: 1301029

URL: http://svn.apache.org/viewvc?rev=1301029&view=rev
Log:
Rollback pom.xml and prepare for a new 3.0b4 release attempt

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1301029&r1=1301028&r2=1301029&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Thu Mar 15 15:13:06 2012
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>apache-james</artifactId>
-    <version>3.0-beta5-SNAPSHOT</version>
+    <version>3.0-beta4-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache James Server App</name>
@@ -43,7 +43,7 @@
 
     <properties>
     
-        <james.server.version>${project.parent.version}</james.server.version>
+        <james.server.version>3.0-beta4</james.server.version>
 
         <!-- For more details see -->
         <!-- http://java.sun.com/products/javamail/javadocs/javax/mail/internet/package-summary.html -->
@@ -384,6 +384,10 @@
 		    <groupId>org.jruby</groupId>
 		    <artifactId>jruby-complete</artifactId>
 		</exclusion>
+		<exclusion>
+		  <artifactId>hsqldb</artifactId>
+		  <groupId>hsqldb</groupId>
+		</exclusion>
 	    </exclusions>
         <version>${james.server.version}</version>
 	</dependency>



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