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 2009/11/28 11:55:29 UTC

svn commit: r885083 - in /james/imap/trunk: parent/pom.xml pom.xml stage/pom.xml

Author: norman
Date: Sat Nov 28 10:55:28 2009
New Revision: 885083

URL: http://svn.apache.org/viewvc?rev=885083&view=rev
Log:
Fix maven2 build... w0h00

Modified:
    james/imap/trunk/parent/pom.xml
    james/imap/trunk/pom.xml
    james/imap/trunk/stage/pom.xml

Modified: james/imap/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=885083&r1=885082&r2=885083&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Sat Nov 28 10:55:28 2009
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-project</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4RC3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
@@ -364,6 +364,22 @@
         <artifactId>commons-lang</artifactId>
         <version>${version.commons-lang}</version>
       </dependency>
+      <dependency>
+        <groupId>commons-pool</groupId>
+        <artifactId>commons-pool</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-dbcp</groupId>
+        <artifactId>commons-dbcp</artifactId>
+        <version>1.2.1</version> 
+      </dependency>
+      
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>1.7.0</version>     
+      </dependency>
       <!-- 
         END Commons
       -->

Modified: james/imap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=885083&r1=885082&r2=885083&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Sat Nov 28 10:55:28 2009
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-project</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4RC3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/imap/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/stage/pom.xml?rev=885083&r1=885082&r2=885083&view=diff
==============================================================================
--- james/imap/trunk/stage/pom.xml (original)
+++ james/imap/trunk/stage/pom.xml Sat Nov 28 10:55:28 2009
@@ -29,6 +29,7 @@
   <artifactId>apache-james-imap-repository</artifactId>
   <name>Local maven repository for Apache James Imap</name>
   <description>Local maven repository for Apache James Imap</description>
+  <version>0.1-SNAPSHOT</version>  
   <packaging>pom</packaging>
     <repositories>
         <repository>
@@ -84,10 +85,14 @@
       <artifactId>commons-configuration</artifactId>
     </dependency>
     <dependency>
-      <groupId>village</groupId>
+        <groupId>org.apache.torque</groupId>
       <artifactId>village</artifactId>
     </dependency>
     <dependency>
+        <groupId>org.apache.torque</groupId>
+      <artifactId>torque-runtime</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
     </dependency>
@@ -121,19 +126,17 @@
        <artifactId>derby</artifactId>
     </dependency>
 
+ <!--  
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.db.torque</groupId>
-      <artifactId>runtime</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mime4j</artifactId>
     </dependency>



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