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 ba...@apache.org on 2006/09/26 19:08:52 UTC

svn commit: r450118 - /james/server/branches/v2.3/pom.xml

Author: bago
Date: Tue Sep 26 10:08:51 2006
New Revision: 450118

URL: http://svn.apache.org/viewvc?view=rev&rev=450118
Log:
Updated pom.xml for v2.3 branch (JAMES-634)

Modified:
    james/server/branches/v2.3/pom.xml

Modified: james/server/branches/v2.3/pom.xml
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/pom.xml?view=diff&rev=450118&r1=450117&r2=450118
==============================================================================
--- james/server/branches/v2.3/pom.xml (original)
+++ james/server/branches/v2.3/pom.xml Tue Sep 26 10:08:51 2006
@@ -31,7 +31,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-server</artifactId>
   <name>Apache JAMES Server</name>
-  <version>3.0-SNAPSHOT</version>
+  <version>2.3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
     The Apache Java Enterprise Mail Server (a.k.a. JAMES Server)
@@ -46,18 +46,21 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/james/server/trunk
+      scm:svn:http://svn.apache.org/repos/asf/james/server/branches/v2.3
     </connection>
     <developerConnection>
-      scm:svn:https://${maven.username}@svn.apache.org/repos/asf/james/server/trunk
+      scm:svn:https://${maven.username}@svn.apache.org/repos/asf/james/server/branches/v2.3
     </developerConnection>
     <url>
-      http://svn.apache.org/viewcvs.cgi/james/server/trunk?root=Apache-SVN
+      http://svn.apache.org/viewcvs.cgi/james/server/branches/v2.3?root=Apache-SVN
     </url>
   </scm>
 
   <repositories>
-
+    <!-- 
+     this should be removed and custom jars should 
+     be copied to a local files based repository.
+    -->
     <repository>
       <id>bago-dist-m1</id>
       <name>Temporary Repository</name>
@@ -68,7 +71,7 @@
         <checksumPolicy>ignore</checksumPolicy>
       </snapshots>
     </repository>
-  
+    
     <repository>
       <id>central</id>
       <name>Apache Snapshot Repository</name>
@@ -134,12 +137,6 @@
     <!-- NEED TO DEAL WITH THESE JARS -->
     
     <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>jspf</artifactId>
-      <version>0.9-20060922.184819-1</version>
-    </dependency>
-
-    <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
       <version>1.4</version>
@@ -361,18 +358,6 @@
       <artifactId>oro</artifactId>
       <version>2.0.8</version>
     </dependency>
-    
-    <dependency>
-      <groupId>mstor</groupId>
-      <artifactId>mstor</artifactId>
-      <version>0.9.9</version>
-    </dependency>
-
-    <dependency>
-      <groupId>xstream</groupId>
-      <artifactId>xstream</artifactId>
-      <version>1.2</version>
-    </dependency>
 
   </dependencies>
 
@@ -395,6 +380,7 @@
         </includes>
       </testResource>
     </testResources>
+    
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -405,6 +391,7 @@
         </configuration>
       </plugin>
     </plugins>
+
   </build>
 
   <reporting>



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